From 82c8d9500bd386c3379ab7202e03a39aa749dc48 Mon Sep 17 00:00:00 2001 From: Aaquiff Date: Thu, 20 Jun 2019 18:43:09 +0530 Subject: [PATCH] Update release version in Readme.md and CHANGELOG.md --- CHANGELOG.md | 10 ++++++++-- README.md | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b677898b..9433100a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,13 @@ All notable changes to this project 5.8.x per each release will be documented in The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) -## [Released] +## [v5.8.0.2] - 2019-06-20 + +### Added + +- Added resources for deployment of kubernetes manifests and helm charts on AKS using Azurefiles as persistent storage instead of NFS. + +## [v5.8.0.1] - 2019-05-27 ### Added - Kubernetes resources for a simplified, WSO2 Identity Server deployment @@ -12,4 +18,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Integrate support in Kubernetes resources for users with and without WSO2 subscriptions - Integrate support in Helm resources for users with and without WSO2 subscriptions -[v5.8.0.1]: https://github.com/wso2/kubernetes-is/compare/v5.7.0.1...v5.8.0.1 +[v5.8.0.2]: https://github.com/wso2/kubernetes-is/compare/v5.8.0.1...v5.8.0.2 diff --git a/README.md b/README.md index 4f0bed6c..59abf413 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ given below: ## Changelog -**Change log** from previous v5.7.0.1 release: [View Here](CHANGELOG.md) +**Change log** from previous v5.8.0.2 release: [View Here](CHANGELOG.md) ## Reporting issues