diff options
author | Dhrumin Desai <dd303q@att.com> | 2021-09-29 08:34:18 -0400 |
---|---|---|
committer | Dhrumin Desai <dd303q@att.com> | 2021-10-04 21:30:28 -0400 |
commit | a494a322554924f6f9c3d6cc79240f54d3a8da0b (patch) | |
tree | 60477325bd8d86d2fb50965ec47eb6a9bd541e06 /mod2/helm-generator/Changelog.md | |
parent | 0d1b8727a44b0add010b79e495b799e538057d20 (diff) |
Improved helm-generator code to make it more testable and improved code coverage
Issue-ID: DCAEGEN2-2911
Issue-ID: DCAEGEN2-2917
Change-Id: Ifc1f336b627b37a9356a3a72b33fcac18bdaa686
Signed-off-by: Dhrumin Desai <dd303q@att.com>
Diffstat (limited to 'mod2/helm-generator/Changelog.md')
-rw-r--r-- | mod2/helm-generator/Changelog.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mod2/helm-generator/Changelog.md b/mod2/helm-generator/Changelog.md index d38f0b4..fa5463d 100644 --- a/mod2/helm-generator/Changelog.md +++ b/mod2/helm-generator/Changelog.md @@ -5,6 +5,14 @@ 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.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] |