summaryrefslogtreecommitdiffstats
path: root/k8s/ChangeLog.md
diff options
context:
space:
mode:
authorJoanna Jeremicz <joanna.jeremicz@nokia.com>2020-07-29 12:20:10 +0200
committerVijay Venkatesh Kumar <vv770d@att.com>2020-08-10 21:39:45 +0000
commit75758e6b5202c3a913c7a3509c3596a11c6270ad (patch)
tree86260a0e3546e0574670564861c0efa27488c0fd /k8s/ChangeLog.md
parent8632fae6fbed323aa6e4f7dea1f16dab5612b373 (diff)
Certificates from CMPv2 server - handle incorrect blueprint
K8splugin will stop without deployment creation when external_cert does not contain all the required parameters Bugfix: K8splugin will not create cert-service-client init container by default Issue-ID: DCAEGEN2-2252 DCAEGEN2-2380 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: Ibb6ada925ad8c7f1609e01ba9021a7dbcf0fe644
Diffstat (limited to 'k8s/ChangeLog.md')
-rw-r--r--k8s/ChangeLog.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/k8s/ChangeLog.md b/k8s/ChangeLog.md
index 16300b0..d7b1da6 100644
--- a/k8s/ChangeLog.md
+++ b/k8s/ChangeLog.md
@@ -5,6 +5,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/).
+## [3.3.0]
+* DCAEGEN2-2252 - Add support to request certificates from CMPv2 server in DCAE cloudify blueprints
+ - handle incorrect blueprint
+* DCAEGEN2-2380 - K8splugin should not create cert-service-client init container by default
+
## [3.2.0]
* DCAEGEN2-2309 - Adapt with K8S 1.17 version of APIs