diff options
author | Dhrumin Desai <dd303q@att.com> | 2021-11-08 10:51:52 -0500 |
---|---|---|
committer | Dhrumin Desai <dd303q@att.com> | 2021-11-09 09:11:22 -0500 |
commit | 14693baf122b5bb7d34a1d5bec8db32a8d88f4d7 (patch) | |
tree | b6956a9ca88d92cf201c6f85d35d46650d0523f7 /mod2/helm-generator/Changelog.md | |
parent | f98abd8de6b9457a7edcd3457e664bd9200de2bf (diff) |
updated dependencies to 9.x-0 and added ServiceAccount.nameOverride substitution check in hemlchart generator
Issue-ID: DCAEGEN2-2960
Change-Id: I8d0db7a5ad404df241ca01acbd419a9f10a84792
Signed-off-by: Dhrumin Desai <dd303q@att.com>
Diffstat (limited to 'mod2/helm-generator/Changelog.md')
-rw-r--r-- | mod2/helm-generator/Changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod2/helm-generator/Changelog.md b/mod2/helm-generator/Changelog.md index 63e3e6c..fb4b06f 100644 --- a/mod2/helm-generator/Changelog.md +++ b/mod2/helm-generator/Changelog.md @@ -5,12 +5,13 @@ 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-27 +## [1.0.2]- 2021-11-05 * [DCAEGEN2-2936] Convert streams_publishes and streams_subscribes json strings under applicationConfig to map * [DCAEGEN2-2948] Spec schema changes: Change Cluster to ClusterIP, make policy-id as required field * [DCAEGEN2-2949] Add useCmpv2Certificates: true and include certificate.yaml (add-on) * [DCAEGEN2-2950] Remove hyphens from a component name under postgres-config section * [DCAEGEN2-2951] Enhance Readme file: add environment variables info +* [DCAEGEN2-2960] update dependencies to 9.x-0. Add ServiceAccount.nameOverride substitution check. ## [1.0.1]- 2021-10-04 |