From e992a80969426810ac1939323e2f188be028c96b Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Mon, 17 Jul 2023 12:03:09 -0400 Subject: Update healthcheck to use newer node.js base image. Update base image to node 18.18.0, the latest LTS release. Issue-ID: DCAEGEN2-3400 Change-Id: I8a1ad5f4d2d5f36544a611eac6b58351ecd4daf1 Signed-off-by: Jack Lucas --- healthcheck-container/Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'healthcheck-container/Changelog.md') 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. -- cgit 1.2.3-korg