summaryrefslogtreecommitdiffstats
path: root/consul-loader-container/Changelog.md
diff options
context:
space:
mode:
authorJack Lucas <jflos@sonoris.net>2021-08-13 13:57:37 -0400
committerJack Lucas <jflos@sonoris.net>2021-08-23 12:59:54 -0400
commitc9ac0562f56d928c4ecbdcf5db4bfac34b2d9ff6 (patch)
treeee6b0beb6d3a42e3ef01d60eac29e372d8d565b6 /consul-loader-container/Changelog.md
parent33f297d69913c9a0ae89bd37ab42ebba108f0dc5 (diff)
Add unconditional Consul key delete1.1.1-consul-loader-container
Add a script to consul-loader-container that attempts to delete a Consul key and ignores failures rather than looping indefinitely. This will allow us to safely add a k8s Job to each DCAE microservice's Helm chart to delete the microservice's Consul configuration key when the microservice is undeployed using Helm. Issue-ID: DCAEGEN2-2669 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I0e9534c4b488d3a3f7248434712900ed5b593489
Diffstat (limited to 'consul-loader-container/Changelog.md')
-rw-r--r--consul-loader-container/Changelog.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/consul-loader-container/Changelog.md b/consul-loader-container/Changelog.md
index 88d4818..e065dea 100644
--- a/consul-loader-container/Changelog.md
+++ b/consul-loader-container/Changelog.md
@@ -4,6 +4,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.1.1] - 2021-08-23:
+To address https://jira.onap.org/browse/DCAEGEN2-2669, added a new script
+(delete_key.sh) that attempts to delete a Consul key and ignores failures
+rather than looping indefinitely. This will allow us to safely add a k8s Job
+to each DCAE microservice's Helm chart to delete the microservice's Consul
+configuration key when the microservice is undeployed using Helm.
+
## [1.1.0] - 2021-02-05:
In support of deploying DCAE service components using Helm, the Consul loader
has been enhanced to: