Skip to content

Commit b94e43f

Browse files
committed
Update docs supporting APIM 4.3.0
1 parent 3095e73 commit b94e43f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Changelog
22

3-
All notable changes to Docker and Docker Compose resources for WSO2 API Management version `4.2.x` in each resource release, will be documented in this file.
3+
All notable changes to Docker and Docker Compose resources for WSO2 API Management version `4.3.x` in each resource release, will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## [v4.3.0.1] - 2023-03-21
7+
## [v4.3.0.1] - 2024-04-26
88

99
### Changed
1010
- Update all Docker resources to support WSO2 API Manager version `4.3.0`.
1111
- Update all Docker Compose resources to supprt WSO2 API Manager version `4.3.0`.
1212
- Update Docker Compose resources for the deployment of WSO2 APIM with MI to support Micro Integrator version `4.3.0.1`.
13-
- Update IS extentions to the [latest version](https://repo1.maven.org/maven2/org/wso2/km/ext/wso2is/distribution/1.4.2/) `1.4.2` and mount wso2carbon and client-truststore keystores with the latest wso2carbon certificate in Identity Server as Key Manager with Choreo Analytics deployment setup.
13+
- Update IS extentions to the latest version (`1.7.8`) and mount wso2carbon and client-truststore keystores with the latest wso2carbon certificate in Identity Server as Key Manager with Choreo Analytics deployment setup.

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,21 @@ The issues page on GitHub is for tracking bugs and feature requests. When posing
2323

2424
If you like to contribute with a bug fix or a new feature, start by posting an issue and discussing the best way to implement it.
2525

26-
Unlike most projects, development for this repository is carried out on the `4.2.x` branch. This is because the `master` branch contains the latest stable release of the project.
27-
The code in `4.2.x` is merged to the `master` branch after a final review and a round of testing.
26+
Unlike most projects, development for this repository is carried out on the `4.3.x` branch. This is because the `master` branch contains the latest stable release of the project.
27+
The code in `4.3.x` is merged to the `master` branch after a final review and a round of testing.
2828

2929
Please follow these guidelines when contributing to the code:
3030

3131
1. Fork the current repository.
32-
2. Create a topic branch from the `4.2.x` branch.
32+
2. Create a topic branch from the `4.3.x` branch.
3333
3. Make commits in logical units.
3434
4. Before you send out the pull request, sync your forked repository with a remote repository. This makes your pull request simple and clear.
3535

3636
```bash
3737
git clone https://github.com/<user>/docker-apim.git
3838
git remote add upstream https://github.com/wso2/docker-apim.git
3939
git fetch upstream
40-
git checkout -b <topic-branch> upstream/4.2.x
40+
git checkout -b <topic-branch> upstream/4.3.x
4141

4242
# add some work
4343

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Docker Compose files have been created according to the most common API Manageme
1919
to quickly evaluate product features along side their co-operate API Management requirements. The Compose files make use of per profile
2020
Docker images of WSO2 API Manager, WSO2 Identity Server as Key Manager, and Micro Integrator as well as MySQL.
2121

22-
**Change log** from previous v4.1.0.2 release: [View Here](https://github.com/wso2/docker-apim/blob/4.1.x/CHANGELOG.md)
22+
**Change log** from previous v4.2.0.1 release: [View Here](https://github.com/wso2/docker-apim/blob/4.2.x/CHANGELOG.md)

0 commit comments

Comments
 (0)