aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorMichal Banka <michal.banka@nokia.com>2021-02-23 11:27:20 +0100
committerMichal Banka <michal.banka@nokia.com>2021-02-23 11:41:37 +0100
commitfe74c457e981e47f7a88d8039306b55baa1c1522 (patch)
treede85b851f424ad8ecc7e6f108d7acaf7b97e99d8 /Changelog.md
parent7887d56ca97c0b2ffc534af1a1cbb5c1f28e46a5 (diff)
Add healthcheck controller1.0.1
Healthcheck is required by Helm chart liveness. Changes: - Healthcheck added - Minor updates in README - .gitreview formatting update - version update to 1.0.1 Change-Id: I4781ce0e896061ca8be52739f80ca02c294b8913 Signed-off-by: Michal Banka <michal.banka@nokia.com> Issue-ID: DCAEGEN2-2574
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 1ca94ce..2dbb287 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -10,3 +10,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- [DCAEGEN2-2573](https://jira.onap.org/browse/DCAEGEN2-2573) - Update image building
- [DCAEGEN2-2573](https://jira.onap.org/browse/DCAEGEN2-2573) - Add the suffix -SNAPSHOT to fix CI
- [DCAEGEN2-2573](https://jira.onap.org/browse/DCAEGEN2-2573) - Fix groupId
+
+## [1.0.1] - 23/02/2021
+ - [DCAEGEN2-2574](https://jira.onap.org/browse/DCAEGEN2-2574) - Add healthcheck controller