Improved helm-generator code to make it more testable and improved code coverage
[dcaegen2/platform.git] / mod2 / helm-generator / Changelog.md
1 # Change Log
2
3 All notable changes to this project will be documented in this file.
4
5 The format is based on [Keep a Changelog](http://keepachangelog.com/)
6 and this project adheres to [Semantic Versioning](http://semver.org/).
7
8 ## [1.0.1]- 2021-10-04
9
10 *  [DCAEGEN2-2911] Refactor the code to make it more testable
11     - Converted some static methods to instance methods
12 *  [DCAEGEN2-2911] Distributor throws an error if distribution fails
13 *  [DCAEGEN2-2917] Add helm repo registry step when initializing the helm client
14     - Add "helm repo add ..."
15     - Add "helm deployment update" before linting
16
17 ## [1.0.0]
18
19 * Helm chart generator seed code introduction