Skip to content

Commit

Permalink
[v3.1.x] Update change log documentation for release v3.1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chirangaalwis authored and ThilinaManamgoda committed Jul 20, 2020
1 parent 36ba90d commit 02f4680
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 4 deletions.
34 changes: 33 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,46 @@ All notable changes to this project `3.1.0` per each release will be documented

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

## [v3.1.0.3] - 2020-07-20

### Added

- StatefulSet support for WSO2 API Manager Traffic Manager Profile deployment
- StatefulSet support for WSO2 API Management Analytics Worker deployment
- Integrate new Throttling configurations for Active-Active deployment of API Manager
- Integrate support for automatic rolling update upon ConfigMap changes
- Option to enable/disable data persistence support for Apache based Solr-Indexing
- Option to specify host names as user input
- Option to define persistent/shared volume capacities as user input
- Add Helm NOTES.txt For API Management Helm charts
- Set MySQL data source and product Helm Charts to use the same Storage Class

### Changed

- Include the WSO2 configuration file content within the Kubernetes ConfigMap

### Fixed

- Include missing configurations in WSO2 API Management Analytics Worker deployment

For detailed information on the tasks carried out during this release, please see the GitHub milestone [v3.1.0.3](https://github.com/wso2/kubernetes-apim/milestone/14)

## [v3.1.0.2] - 2020-04-24

- Introduce Helm chart for WSO2 APIM version 3.1.0 deployment pattern 3
- Add support for Custom Kubernetes Storage Class
- Upgrade NFS Server Provisioner and MySQL Helm Chart Versions

For detailed information on the tasks carried out during this release, please see the GitHub milestone [v3.1.0.2](https://github.com/wso2/kubernetes-apim/milestone/13)

## [v3.1.0.1] - 2020-04-13

- Introduce Helm chart for WSO2 APIM version 3.1.0 deployment pattern 1
- Introduce Helm chart for WSO2 APIM version 3.1.0 deployment pattern 2
- Introduce Simplified setup for WSO2 APIM version 3.1.0
- Introduce Simplified setup for WSO2 APIM version 3.1.0

For detailed information on the tasks carried out during this release, please see the GitHub milestone [v3.1.0.1](https://github.com/wso2/kubernetes-apim/milestone/12)

[v3.1.0.3]: https://github.com/wso2/kubernetes-apim/compare/v3.1.0.2...v3.1.0.3
[v3.1.0.2]: https://github.com/wso2/kubernetes-apim/compare/v3.1.0.1...v3.1.0.2
[v3.1.0.1]: https://github.com/wso2/kubernetes-apim/compare/v3.0.0.3...v3.1.0.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

## Changelog

**Change log** from previous v3.1.0.1 release: [View Here](CHANGELOG.md)
**Change log** from previous `v3.1.0.2` release: [View Here](CHANGELOG.md)

## Reporting issues

Expand Down
6 changes: 4 additions & 2 deletions simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
![WSO2 API Manager Deployment](apim_simple.png)

## Contents
* Prerequisites

* Quick Start Guide
* [Prerequisites](#prerequisites)
* [Quick Start Guide](#quick-start-guide)

## Prerequisites

* Install [Kubernetes Client](https://kubernetes.io/docs/tasks/tools/install-kubectl/) in order to run the steps provided in the following Quick Start Guide.

* An already setup Kubernetes cluster. If you haven’t already setup a K8s cluster Refer [the guide](https://kubernetes.io/docs/setup/).
Expand All @@ -17,6 +18,7 @@
*From this point forward the respective script (wso2am-ga.sh and wso2am-latest.sh) will be identified as SIMPLIFIED_SCRIPT*

## Quick Start Guide

1. Download(https://github.com/wso2/kubernetes-apim/tree/3.0.x/simple/deployment-scripts) simplified Kubernetes setup (SIMPLIFIED_SCRIPT) for WSO2 API Manager.

2. In the command line, move into the directory where you have downloaded the SIMPLIFIED_SCRIPT.
Expand Down

0 comments on commit 02f4680

Please sign in to comment.