From 0285f096b421460ea483ba6179af0f4f29389cef Mon Sep 17 00:00:00 2001 From: Aaquiff Date: Thu, 20 Jun 2019 19:11:38 +0530 Subject: [PATCH] Update release version in Readme.md and CHANGELOG.md --- CHANGELOG.md | 5 +++-- README.md | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cc76bab..f554ad52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,14 @@ All notable changes to this project 6.5.x per each release will be documented in The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) -## [Unreleased] +## [V6.5.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. - Kubernetes resources for a simplified, WSO2 Integrator deployment - Kubernetes resources for WSO2 Integrator (EI) - Helm resources for WSO2 Integrator (EI) - Integrate support in Kubernetes resources for users with and without WSO2 subscriptions - Integrate support in Helm resources for users with and without WSO2 subscriptions -[v6.5.0.1]: https://github.com/wso2/kubernetes-ei/compare/v6.4.0.1...v6.5.0.1 +[v6.5.0.2]: https://github.com/wso2/kubernetes-ei/compare/v6.5.0.1...v6.5.0.2 diff --git a/README.md b/README.md index 4560b01c..ad482fba 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,7 @@ given below: * [A clustered deployment of WSO2 Enterprise Integrator's Integrator profile with Integrator Analytics support](advanced/helm/integrator-with-analytics/README.md) * [Clustered deployments of WSO2 Enterprise Integrator's Integrator and Broker profile with Integrator Analytics support](advanced/helm/integrator-broker-with-analytics/README.md) + +## Changelog + +**Change log** from previous v6.5.0.2 release: [View Here](CHANGELOG.md)