summaryrefslogtreecommitdiffstats
path: root/healthcheck-container/Changelog.md
diff options
context:
space:
mode:
authorJack Lucas <jflos@sonoris.net>2023-07-17 12:03:09 -0400
committerJack Lucas <jflos@sonoris.net>2023-10-10 10:56:00 -0400
commite992a80969426810ac1939323e2f188be028c96b (patch)
tree056af1678b86972eac5de2314ab3f5385fd24acd /healthcheck-container/Changelog.md
parentf815d0c940f10d2efbcaadd52a77f7432c5a942c (diff)
Update healthcheck to use newer node.js base image.2.4.1-healthcheck-container
Update base image to node 18.18.0, the latest LTS release. Issue-ID: DCAEGEN2-3400 Change-Id: I8a1ad5f4d2d5f36544a611eac6b58351ecd4daf1 Signed-off-by: Jack Lucas <jflos@sonoris.net>
Diffstat (limited to 'healthcheck-container/Changelog.md')
-rw-r--r--healthcheck-container/Changelog.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/healthcheck-container/Changelog.md b/healthcheck-container/Changelog.md
index b64dc89..2cc7f23 100644
--- a/healthcheck-container/Changelog.md
+++ b/healthcheck-container/Changelog.md
@@ -4,6 +4,11 @@ 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.1] - 2023-10-10
+* [DCAEGEN2-3400] Update Docker base image to node.js 18.x (the latest LTS release).
+* Update README to eliminate references to dcaemod and the old dcaegen2 platform services,
+ which are no longer being deployed and which had separate instances of the healthcheck service.
+
## [2.4.0] - 2021-12-08
* [DCAEGEN2-2959] Add healthchecking for microservices deployed after DCAE installation.