diff options
author | Edyta Krukowska <edyta.krukowska@nokia.com> | 2021-02-18 12:22:52 +0100 |
---|---|---|
committer | Edyta Krukowska <edyta.krukowska@nokia.com> | 2021-02-18 12:22:52 +0100 |
commit | f225b697c85c3760a134726957e1b5498a379877 (patch) | |
tree | 3c86fad3bd056a7b44f0ca2b9a082c9beabf3621 /cm-container | |
parent | 5f2aa5fa415ad402c6c3acac1d5138515daf68a3 (diff) |
Upgrade k8s-plugin to 3.5.34.3.1-cm-container
Issue-ID: DCAEGEN2-2546
Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com>
Change-Id: I5e211c7ec5c0ab2acd264b549e3633cc17572d1d
Diffstat (limited to 'cm-container')
-rw-r--r-- | cm-container/Changelog.md | 3 | ||||
-rw-r--r-- | cm-container/pom.xml | 2 | ||||
-rwxr-xr-x | cm-container/scripts/get-plugins.sh | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/cm-container/Changelog.md b/cm-container/Changelog.md index d519f93..74b5396 100644 --- a/cm-container/Changelog.md +++ b/cm-container/Changelog.md @@ -4,6 +4,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/). +## [4.3.1] - 18/02/2021 +* Upgrade k8s-plugin to 3.5.3 (Fix bug with default mode format in ConfigMapVolumeSource) + ## [4.3.0] - 12/02/2021 * Upgrade k8s-plugin to 3.5.2 diff --git a/cm-container/pom.xml b/cm-container/pom.xml index 1a9a4fe..5dc23ae 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.3.0</version> + <version>4.3.1</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 48fa4a6..54f63b0 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.2/k8splugin-3.5.2-py36-none-linux_x86_64.wgn|/k8splugin/3.5.2/k8splugin_types.yaml \ +/k8splugin/3.5.3/k8splugin-3.5.3-py36-none-linux_x86_64.wgn|/k8splugin/3.5.3/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 \ |