summaryrefslogtreecommitdiffstats
path: root/mod2/helm-generator/Changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'mod2/helm-generator/Changelog.md')
-rw-r--r--mod2/helm-generator/Changelog.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/mod2/helm-generator/Changelog.md b/mod2/helm-generator/Changelog.md
new file mode 100644
index 0000000..fa5463d
--- /dev/null
+++ b/mod2/helm-generator/Changelog.md
@@ -0,0 +1,19 @@
+# Change Log
+
+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]
+
+* Helm chart generator seed code introduction \ No newline at end of file