summaryrefslogtreecommitdiffstats
path: root/k8s/ChangeLog.md
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2018-07-17 21:34:22 +0000
committerJack Lucas <jflucas@research.att.com>2018-07-17 21:36:18 +0000
commit4fbbe8f6279c7c9b1e66c7b85f0ecbfa558d4c98 (patch)
tree038669a54139fe4cea712c31f6114c6d19711068 /k8s/ChangeLog.md
parent8db18d78975af115f44c84c170f678fc34001789 (diff)
Add support for updating image.
- Refactor type file to reduce duplication - General code cleanup Change-Id: I80354736100dcd3544db2f751335d704bd240666 Issue-ID: DCAEGEN2-543 Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'k8s/ChangeLog.md')
-rw-r--r--k8s/ChangeLog.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/k8s/ChangeLog.md b/k8s/ChangeLog.md
index 28df171..bf3353e 100644
--- a/k8s/ChangeLog.md
+++ b/k8s/ChangeLog.md
@@ -2,13 +2,15 @@
All notable changes to this project will be documented in this file.
-The format is based on [Keep a Changelog](http://keepachangelog.com/)
+The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## [1.3.0]
+* Enhancement: Add support for changing the image running in the application container. ("Rolling upgrade")
## [1.2.0]
-* Enhancement: Use the "healthcheck" parameters from node_properties to set up a
+* Enhancement: Use the "healthcheck" parameters from node_properties to set up a
Kubernetes readiness probe for the container.
## [1.1.0]