[MOD/Helm-gen] Add log.path setting for helm-gen
[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.4]- 2022-05-24
9 *  [DCAEGEN2-3087] Helm-gen fix for logpath default
10
11 ## [1.0.3]- 2022-02-23
12 *  [DCAEGEN2-3052] Vulnerability fixes for okhttp & commons-io modules
13
14 ## [1.0.2]- 2021-11-05
15 *  [DCAEGEN2-2936] Convert streams_publishes and streams_subscribes json strings under applicationConfig to map
16 *  [DCAEGEN2-2948] Spec schema changes: Change Cluster to ClusterIP, make policy-id as required field
17 *  [DCAEGEN2-2949] Add useCmpv2Certificates: true and include certificate.yaml (add-on)
18 *  [DCAEGEN2-2950] Remove hyphens from a component name under postgres-config section
19 *  [DCAEGEN2-2951] Enhance Readme file: add environment variables info
20 *  [DCAEGEN2-2960] update dependencies to 9.x-0. Add ServiceAccount.nameOverride substitution check.
21
22 ## [1.0.1]- 2021-10-04
23
24 *  [DCAEGEN2-2911] Refactor the code to make it more testable
25     - Converted some static methods to instance methods
26 *  [DCAEGEN2-2911] Distributor throws an error if distribution fails
27 *  [DCAEGEN2-2917] Add helm repo registry step when initializing the helm client
28     - Add "helm repo add ..."
29     - Add "helm deployment update" before linting
30
31 ## [1.0.0]
32
33 * Helm chart generator seed code introduction