summaryrefslogtreecommitdiffstats
path: root/healthcheck-container/Changelog.md
diff options
context:
space:
mode:
authorJack Lucas <jflos@sonoris.net>2021-10-28 14:55:54 -0400
committerJack Lucas <jflos@sonoris.net>2021-11-16 11:07:41 -0500
commitc441166003e84b137124c7655f8572048b31f7e9 (patch)
tree2805d2daef27d4742b3309c7ad9a9161b2d4aec8 /healthcheck-container/Changelog.md
parentf752cec2b6be1307c59168d5dbc88e7264daea32 (diff)
[HEALTHCHECK] Enhance healthcheck logging
Add a timestamp to every log entry Make a log entry when the application starts Make a single log entry (instead of 2) for the outbound HTTP requests to the k8s API Update node.js base image to the 16.x.x LTS release (from 14.x.x). Issue-ID: DCAEGEN2-2958 Issue-ID: DCAEGEN2-2983 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: Ib275afbd0c871d4e82dda269606d243f3b6d89e4
Diffstat (limited to 'healthcheck-container/Changelog.md')
-rw-r--r--healthcheck-container/Changelog.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/healthcheck-container/Changelog.md b/healthcheck-container/Changelog.md
new file mode 100644
index 0000000..7e8db8d
--- /dev/null
+++ b/healthcheck-container/Changelog.md
@@ -0,0 +1,12 @@
+# Change Log
+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.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:
+ * Add a timestamp to every log entry.
+ * Make a log entry when the application starts.
+ * Make a single log entry (instead of 2) for each outbound k8s API call.