Skip to content

Commit

Permalink
Prepare for relase 3.2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaquiff authored and ThilinaManamgoda committed Dec 17, 2020
1 parent 5daa3f6 commit f8efe6d
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ will be documented in this file.

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

## [v3.2.0.3] - 2020-12-17

### Changed

- Use Updates 2.0 images when subscription is enabled (refer to [issue](https://github.com/wso2/kubernetes-apim/issues/478))
- Change MySQL dependency to bitnami repo (refer to [issue](https://github.com/wso2/kubernetes-apim/issues/479))
- Use nfs-server-provisioner from kvaps (refer to [issue](https://github.com/wso2/kubernetes-apim/issues/481))

## [v3.2.0.2] - 2020-09-16

### Changed
Expand Down Expand Up @@ -48,5 +56,6 @@ For detailed information on the tasks carried out during this release, please se
For detailed information on the tasks carried out during this release, please see the GitHub milestone
[v3.2.0.1](https://github.com/wso2/kubernetes-apim/milestone/15)

[v3.2.0.3]: https://github.com/wso2/kubernetes-apim/compare/v3.2.0.3...v3.2.0.3
[v3.2.0.2]: https://github.com/wso2/kubernetes-apim/compare/v3.2.0.1...v3.2.0.2
[v3.2.0.1]: https://github.com/wso2/kubernetes-apim/compare/v3.1.0.3...v3.2.0.1
2 changes: 1 addition & 1 deletion advanced/am-pattern-1/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ apiVersion: v1
appVersion: "3.2.0"
description: A Helm chart for the deployment of WSO2 API Manager Pattern 1 (HA All-In-One Deployment with Analytics)
name: am-pattern-1
version: 3.2.0-2
version: 3.2.0-3
icon: https://wso2.cachefly.net/wso2/sites/all/images/wso2logo.svg
2 changes: 1 addition & 1 deletion advanced/am-pattern-1/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

dependencies:
- name: mysql-am
version: "3.2.0-1"
version: "3.2.0-3"
repository: "https://helm.wso2.com"
condition: wso2.deployment.dependencies.mysql
- name: nfs-server-provisioner
Expand Down
2 changes: 1 addition & 1 deletion advanced/am-pattern-2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ apiVersion: v1
appVersion: "3.2.0"
description: A Helm chart for the deployment of WSO2 API Management deployment pattern 2
name: am-pattern-2
version: 3.2.0-2
version: 3.2.0-3
icon: https://wso2.cachefly.net/wso2/sites/all/images/wso2logo.svg
2 changes: 1 addition & 1 deletion advanced/am-pattern-2/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

dependencies:
- name: mysql-am
version: "3.2.0-1"
version: "3.2.0-3"
repository: "https://helm.wso2.com"
condition: wso2.deployment.dependencies.mysql
- name: nfs-server-provisioner
Expand Down
2 changes: 1 addition & 1 deletion advanced/am-pattern-3/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ apiVersion: v1
appVersion: "3.2.0"
description: A Helm chart for the deployment of WSO2 API Management deployment pattern 3
name: am-pattern-3
version: 3.2.0-2
version: 3.2.0-3
icon: https://wso2.cachefly.net/wso2/sites/all/images/wso2logo.svg
2 changes: 1 addition & 1 deletion advanced/am-pattern-3/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

dependencies:
- name: mysql-am
version: "3.2.0-1"
version: "3.2.0-3"
repository: "https://helm.wso2.com"
condition: wso2.deployment.dependencies.mysql
- name: nfs-server-provisioner
Expand Down
2 changes: 1 addition & 1 deletion advanced/mysql-am/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ apiVersion: v1
appVersion: "5.7"
description: A Helm chart for MySQL based deployment of WSO2 API Management Datasources
name: mysql-am
version: 3.2.0-2
version: 3.2.0-3
icon: https://wso2.cachefly.net/wso2/sites/all/images/wso2logo.svg

0 comments on commit f8efe6d

Please sign in to comment.