From f8efe6db59e64a7a693d7359443743112515b4e4 Mon Sep 17 00:00:00 2001 From: Aaquiff Date: Thu, 17 Dec 2020 21:35:32 +0530 Subject: [PATCH] Prepare for relase 3.2.0.3 --- CHANGELOG.md | 9 +++++++++ advanced/am-pattern-1/Chart.yaml | 2 +- advanced/am-pattern-1/requirements.yaml | 2 +- advanced/am-pattern-2/Chart.yaml | 2 +- advanced/am-pattern-2/requirements.yaml | 2 +- advanced/am-pattern-3/Chart.yaml | 2 +- advanced/am-pattern-3/requirements.yaml | 2 +- advanced/mysql-am/Chart.yaml | 2 +- 8 files changed, 16 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e74e667d..fa96bd91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/advanced/am-pattern-1/Chart.yaml b/advanced/am-pattern-1/Chart.yaml index 2334208c..f1e79e79 100644 --- a/advanced/am-pattern-1/Chart.yaml +++ b/advanced/am-pattern-1/Chart.yaml @@ -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 diff --git a/advanced/am-pattern-1/requirements.yaml b/advanced/am-pattern-1/requirements.yaml index c3c87645..3791f4d0 100644 --- a/advanced/am-pattern-1/requirements.yaml +++ b/advanced/am-pattern-1/requirements.yaml @@ -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 diff --git a/advanced/am-pattern-2/Chart.yaml b/advanced/am-pattern-2/Chart.yaml index 0a9d9223..b308a5fc 100644 --- a/advanced/am-pattern-2/Chart.yaml +++ b/advanced/am-pattern-2/Chart.yaml @@ -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 diff --git a/advanced/am-pattern-2/requirements.yaml b/advanced/am-pattern-2/requirements.yaml index 13ca6b26..be62b692 100644 --- a/advanced/am-pattern-2/requirements.yaml +++ b/advanced/am-pattern-2/requirements.yaml @@ -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 diff --git a/advanced/am-pattern-3/Chart.yaml b/advanced/am-pattern-3/Chart.yaml index f8b3b7ed..afa9b216 100644 --- a/advanced/am-pattern-3/Chart.yaml +++ b/advanced/am-pattern-3/Chart.yaml @@ -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 diff --git a/advanced/am-pattern-3/requirements.yaml b/advanced/am-pattern-3/requirements.yaml index 13ca6b26..be62b692 100644 --- a/advanced/am-pattern-3/requirements.yaml +++ b/advanced/am-pattern-3/requirements.yaml @@ -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 diff --git a/advanced/mysql-am/Chart.yaml b/advanced/mysql-am/Chart.yaml index 7f696877..1a773312 100644 --- a/advanced/mysql-am/Chart.yaml +++ b/advanced/mysql-am/Chart.yaml @@ -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