From b94e43f02a5d5236ec0726d328ca66baf56120d0 Mon Sep 17 00:00:00 2001 From: pasant9 Date: Fri, 26 Apr 2024 12:18:02 +0530 Subject: [PATCH] Update docs supporting APIM 4.3.0 --- CHANGELOG.md | 6 +++--- CONTRIBUTING.md | 8 ++++---- README.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 394130e6..f415befb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ # Changelog -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. +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. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [v4.3.0.1] - 2023-03-21 +## [v4.3.0.1] - 2024-04-26 ### Changed - Update all Docker resources to support WSO2 API Manager version `4.3.0`. - Update all Docker Compose resources to supprt WSO2 API Manager version `4.3.0`. - Update Docker Compose resources for the deployment of WSO2 APIM with MI to support Micro Integrator version `4.3.0.1`. -- 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. +- 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. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e984b25d..996fc9c2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,13 +23,13 @@ The issues page on GitHub is for tracking bugs and feature requests. When posing 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. -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. -The code in `4.2.x` is merged to the `master` branch after a final review and a round of testing. +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. +The code in `4.3.x` is merged to the `master` branch after a final review and a round of testing. Please follow these guidelines when contributing to the code: 1. Fork the current repository. -2. Create a topic branch from the `4.2.x` branch. +2. Create a topic branch from the `4.3.x` branch. 3. Make commits in logical units. 4. Before you send out the pull request, sync your forked repository with a remote repository. This makes your pull request simple and clear. @@ -37,7 +37,7 @@ Please follow these guidelines when contributing to the code: git clone https://github.com//docker-apim.git git remote add upstream https://github.com/wso2/docker-apim.git git fetch upstream -git checkout -b upstream/4.2.x +git checkout -b upstream/4.3.x # add some work diff --git a/README.md b/README.md index 16dc0b90..9f929c05 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,4 @@ Docker Compose files have been created according to the most common API Manageme to quickly evaluate product features along side their co-operate API Management requirements. The Compose files make use of per profile Docker images of WSO2 API Manager, WSO2 Identity Server as Key Manager, and Micro Integrator as well as MySQL. -**Change log** from previous v4.1.0.2 release: [View Here](https://github.com/wso2/docker-apim/blob/4.1.x/CHANGELOG.md) +**Change log** from previous v4.2.0.1 release: [View Here](https://github.com/wso2/docker-apim/blob/4.2.x/CHANGELOG.md)