X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=mod2%2Fhelm-generator%2FChangelog.md;h=130e2248fd61ef37b19bcfccc60d99a4ea11c035;hb=0bae36245d468db7232bedc896f7d26681b14e03;hp=d38f0b45f94a97d47a4d396bd308be028c44e155;hpb=1838366d51a172b0240a5e23c5d691b544a7a6be;p=dcaegen2%2Fplatform.git diff --git a/mod2/helm-generator/Changelog.md b/mod2/helm-generator/Changelog.md index d38f0b4..130e224 100644 --- a/mod2/helm-generator/Changelog.md +++ b/mod2/helm-generator/Changelog.md @@ -5,7 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.0.2]- 2021-10-13 +* [DCAEGEN2-2936] Convert streams_publishes and streams_subscribes json strings under applicationConfig to map + +## [1.0.1]- 2021-10-04 + +* [DCAEGEN2-2911] Refactor the code to make it more testable + - Converted some static methods to instance methods +* [DCAEGEN2-2911] Distributor throws an error if distribution fails +* [DCAEGEN2-2917] Add helm repo registry step when initializing the helm client + - Add "helm repo add ..." + - Add "helm deployment update" before linting ## [1.0.0] -* Helm chart generator seed code introduction \ No newline at end of file +* Helm chart generator seed code introduction