From 4823b2acc5c61d5e5442364cd0540dd475949e73 Mon Sep 17 00:00:00 2001 From: Jason Luo Date: Wed, 20 Mar 2019 01:04:13 +0000 Subject: 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 --- k8s/ChangeLog.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'k8s/ChangeLog.md') 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. -- cgit 1.2.3-korg