summaryrefslogtreecommitdiffstats
path: root/cm-container
diff options
context:
space:
mode:
authorTomasz Wrobel <tomasz.wrobel@nokia.com>2021-04-12 09:15:06 +0200
committerTomasz Wrobel <tomasz.wrobel@nokia.com>2021-04-12 09:15:06 +0200
commit0770590fb8116654d3af0720663d87baaa1b4220 (patch)
treee69d71d3da5baa83e00617cad38b9f0e1362fa50 /cm-container
parent47eed22d448107d1e9d570cb1b25d237842461c1 (diff)
Upgrade k8s-plugin to 3.9.04.5.0-cm-container
Issue-ID: OOM-2712 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: Ia80f7b065e6f65bfce1d48d09225b65caf415bac
Diffstat (limited to 'cm-container')
-rw-r--r--cm-container/Changelog.md4
-rw-r--r--cm-container/pom.xml2
-rwxr-xr-xcm-container/scripts/get-plugins.sh2
3 files changed, 6 insertions, 2 deletions
diff --git a/cm-container/Changelog.md b/cm-container/Changelog.md
index ab512ca..d312322 100644
--- a/cm-container/Changelog.md
+++ b/cm-container/Changelog.md
@@ -4,6 +4,10 @@ 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/).
+## [4.5.0] - 12/04/2021
+* Upgrade k8s-plugin to 3.9.0 (Add a configuration of certificates for communication between
+ external-tls init container and CertService API)
+
## [4.4.2] - 12/03/2021
* Upgrade k8s-plugin to 3.8.0 (Switch to policy-lib 2.5.1 to fix base64 encoding issue during policy
configuration fetch)
diff --git a/cm-container/pom.xml b/cm-container/pom.xml
index aa90a79..2c2c18d 100644
--- a/cm-container/pom.xml
+++ b/cm-container/pom.xml
@@ -28,7 +28,7 @@ limitations under the License.
<groupId>org.onap.dcaegen2.deployments</groupId>
<artifactId>cm-container</artifactId>
<name>dcaegen2-deployments-cm-container</name>
- <version>4.4.2</version>
+ <version>4.5.0</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/cm-container/scripts/get-plugins.sh b/cm-container/scripts/get-plugins.sh
index 84d77c2..7df4ff4 100755
--- a/cm-container/scripts/get-plugins.sh
+++ b/cm-container/scripts/get-plugins.sh
@@ -32,7 +32,7 @@ PLUGINS=\
"\
/dcaepolicyplugin/2.4.0/dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn|/dcaepolicyplugin/2.4.0/dcaepolicyplugin_types.yaml \
/relationshipplugin/1.1.0/relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn|/relationshipplugin/1.1.0/relationshipplugin_types.yaml \
-/k8splugin/3.8.0/k8splugin-3.8.0-py36-none-linux_x86_64.wgn|/k8splugin/3.8.0/k8splugin_types.yaml \
+/k8splugin/3.9.0/k8splugin-3.9.0-py36-none-linux_x86_64.wgn|/k8splugin/3.9.0/k8splugin_types.yaml \
/clamppolicyplugin/1.1.0/clamppolicyplugin-1.1.0-py36-none-linux_x86_64.wgn|/clamppolicyplugin/1.1.0/clamppolicyplugin_types.yaml \
/dmaap/1.5.0/dmaap-1.5.0-py36-none-linux_x86_64.wgn|/dmaap/1.5.0/dmaap_types.yaml \
/pgaas/1.3.0/pgaas-1.3.0-py36-none-linux_x86_64.wgn|/pgaas/1.3.0/pgaas_types.yaml \