Skip to content

Commit

Permalink
Prepare for 3.2.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
RakhithaRR committed May 3, 2021
1 parent 9bcf119 commit 545407f
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,15 @@ will be documented in this file.

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

## [v3.2.0.4] - 2021-05-03

### Changed

- Use MySQL, nfs-server-provisioner from WSO2 repo (refer to [issue](https://github.com/wso2/kubernetes-apim/issues/488))

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

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

### Changed
Expand Down
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-3
version: 3.2.0-4
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-3"
version: "3.2.0-4"
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-3
version: 3.2.0-4
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-3"
version: "3.2.0-4"
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-3
version: 3.2.0-4
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-3"
version: "3.2.0-4"
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-3
version: 3.2.0-4
icon: https://wso2.cachefly.net/wso2/sites/all/images/wso2logo.svg

0 comments on commit 545407f

Please sign in to comment.