summaryrefslogtreecommitdiffstats
path: root/k8s/ChangeLog.md
diff options
context:
space:
mode:
authorJoanna Jeremicz <joanna.jeremicz@nokia.com>2020-06-26 16:53:53 +0200
committerJoanna Jeremicz <joanna.jeremicz@nokia.com>2020-07-24 16:10:20 +0200
commitbd7d70b16ffce30e31acd0bf1013b1392ca5fb81 (patch)
tree4ebec55ebd75a40d82c2290acba9e95490de0e58 /k8s/ChangeLog.md
parentc5abb9b34468400bdcdd3ce23595af41ac03cd80 (diff)
Add support to request certificates from CMPv2 server in DCAE cloudify blueprints
If the blueprint specifies that the component uses external TLS via the `external_cert` property, the `Deployment` includes an additional init container and the component's container. The init container populates the external TLS certificate artifacts in mounted volume. The container requires CMPv2 CertService to work properly. Issue-ID: DCAEGEN2-2252 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: I90cb79120ffaf634fc1f5b8a03a83abb30deb2b7
Diffstat (limited to 'k8s/ChangeLog.md')
-rw-r--r--k8s/ChangeLog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/k8s/ChangeLog.md b/k8s/ChangeLog.md
index 81a4156..0b96316 100644
--- a/k8s/ChangeLog.md
+++ b/k8s/ChangeLog.md
@@ -5,6 +5,9 @@ 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.1.0]
+* DCAEGEN2-2252 - Add support to request certificates from CMPv2 server in DCAE cloudify blueprints
+
## [3.0.0]
* DCAEGEN2-1791 - eliminate the ContainerizedPlatformComponent type
* DCAEGEN2-2215 - allow environment variables to be set via docker_config