summaryrefslogtreecommitdiffstats
path: root/cm-container
diff options
context:
space:
mode:
authorEdyta Krukowska <edyta.krukowska@nokia.com>2021-02-12 11:14:24 +0100
committerEdyta Krukowska <edyta.krukowska@nokia.com>2021-02-12 11:27:49 +0100
commit6118a2bb89e3a57d429616f7f8e182046d0008a5 (patch)
tree8b8c815cc97a8f0acd435a2e4cb3df8bb98443db /cm-container
parente8832b777811c0d154929dc10d6a60352cd37bd2 (diff)
Upgrade k8s-plugin to 3.5.2
Issue-ID: DCAEGEN2-2546 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: Ib2acb270b17b0844aee01bd2f68e5c118bd7028c
Diffstat (limited to 'cm-container')
-rw-r--r--cm-container/Changelog.md3
-rw-r--r--cm-container/pom.xml2
-rwxr-xr-xcm-container/scripts/get-plugins.sh2
3 files changed, 5 insertions, 2 deletions
diff --git a/cm-container/Changelog.md b/cm-container/Changelog.md
index 7d10bb0..d519f93 100644
--- a/cm-container/Changelog.md
+++ b/cm-container/Changelog.md
@@ -4,4 +4,7 @@ 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.3.0] - 12/02/2021
+* Upgrade k8s-plugin to 3.5.2
+
## [4.2.0] - 05/02/2021 \ No newline at end of file
diff --git a/cm-container/pom.xml b/cm-container/pom.xml
index a18d3fe..1a9a4fe 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.2.0</version>
+ <version>4.3.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 5162832..48fa4a6 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.5.1/k8splugin-3.5.1-py36-none-linux_x86_64.wgn|/k8splugin/3.5.1/k8splugin_types.yaml \
+/k8splugin/3.5.2/k8splugin-3.5.2-py36-none-linux_x86_64.wgn|/k8splugin/3.5.2/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 \