diff options
author | Jason Luo <cl4531@att.com> | 2019-03-20 01:04:13 +0000 |
---|---|---|
committer | Jason Luo <cl4531@att.com> | 2019-03-22 13:52:00 +0000 |
commit | 4823b2acc5c61d5e5442364cd0540dd475949e73 (patch) | |
tree | 8467b18fda64283704d95da45242c4c1ab67a8f1 /k8s/ChangeLog.md | |
parent | a3f62fa65e34b2dd1130ea8dd647a98e0575a330 (diff) |
add comment on 63 label length, fix _parse_volumes
change to v['container'].get('mode') to allow mode value be absent
Issue-ID: DCAEGEN2-1126
Change-Id: I12fe257995f466238f64b06e6cf80f3cc2654c5b
Signed-off-by: Jason Luo <cl4531@att.com>
Diffstat (limited to 'k8s/ChangeLog.md')
-rw-r--r-- | k8s/ChangeLog.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/k8s/ChangeLog.md b/k8s/ChangeLog.md index 4faaaf7..2511802 100644 --- a/k8s/ChangeLog.md +++ b/k8s/ChangeLog.md @@ -5,6 +5,12 @@ 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/). +## [1.4.11] + change v['container']['mode'] to v['container'].get('mode') to allow for + the 'mode' value to be absent from v['container'] + add comment: The name segment is required and must be 63 characters or less + (https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/) + ## [1.4.10] Support for deploying to multiple Kubernetes clusters. |