diff options
author | Jack Lucas <jflos@sonoris.net> | 2021-12-07 17:13:49 -0500 |
---|---|---|
committer | Jack Lucas <jflos@sonoris.net> | 2021-12-09 10:55:36 -0500 |
commit | 2afffed5e9487fab47ddcb49063dd2cb55170841 (patch) | |
tree | 612d78027831c5ad7cf291569c94c72a2037f7e8 /healthcheck-container/Changelog.md | |
parent | c17752a8dc6920d027108c7afa45b1d62443a8d0 (diff) |
[HEALTHCHECK] Add healthcheck for dynamically-deployed microservices2.4.0
Add health checks for DCAE microservices deployed after the initial
installation of dcaegen2-services.
Issue-ID: DCAEGEN2-2959
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: I9da0216db695f65ed520b509db183170977fce51
Diffstat (limited to 'healthcheck-container/Changelog.md')
-rw-r--r-- | healthcheck-container/Changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/healthcheck-container/Changelog.md b/healthcheck-container/Changelog.md index 7e8db8d..b64dc89 100644 --- a/healthcheck-container/Changelog.md +++ b/healthcheck-container/Changelog.md @@ -4,6 +4,9 @@ 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/). +## [2.4.0] - 2021-12-08 +* [DCAEGEN2-2959] Add healthchecking for microservices deployed after DCAE installation. + ## [2.3.0] - 2021-11-15 * [DCAEGEN2-2983] Update Docker base image to node.js 16.x (the latest LTS release). * [DCAEGEN2-2958] Make sure all logging is directed to stdout/stderr. Enhance logging: |