summaryrefslogtreecommitdiffstats
path: root/cm-container
diff options
context:
space:
mode:
authorJoanna Jeremicz <joanna.jeremicz@nokia.com>2021-06-07 16:56:00 +0200
committerJoanna Jeremicz <joanna.jeremicz@nokia.com>2021-06-07 16:56:00 +0200
commit4faf24adf432182f4358313fcf9c074a63eb5f7b (patch)
tree8452129f919975a4a9ce26fd333e029c507c0b50 /cm-container
parente00f09a184bc883dd877dbdfd24fd7e9a904f97f (diff)
Update cm-container with dmaap-plugin 1.5.14.6.0-cm-container
Bump version of cm-container from 4.5.0 to 4.6.0 Issue-ID: DCAEGEN2-2750 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: I901d86517289b47302dbf129931c751abf7fd280
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 d312322..207c71e 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.6.0] - 07/06/2021
+* Upgrade dmaap-plugin to 1.5.1 (Fix incorrect var name in DMaaP plugin topic creation)
+
## [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)
diff --git a/cm-container/pom.xml b/cm-container/pom.xml
index 2c2c18d..153e7d8 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.5.0</version>
+ <version>4.6.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 7df4ff4..f325207 100755
--- a/cm-container/scripts/get-plugins.sh
+++ b/cm-container/scripts/get-plugins.sh
@@ -34,7 +34,7 @@ PLUGINS=\
/relationshipplugin/1.1.0/relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn|/relationshipplugin/1.1.0/relationshipplugin_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 \
+/dmaap/1.5.1/dmaap-1.5.1-py36-none-linux_x86_64.wgn|/dmaap/1.5.1/dmaap_types.yaml \
/pgaas/1.3.0/pgaas-1.3.0-py36-none-linux_x86_64.wgn|/pgaas/1.3.0/pgaas_types.yaml \
/sshkeyshare/1.2.0/sshkeyshare-1.2.0-py36-none-linux_x86_64.wgn|/sshkeyshare/1.2.0/sshkeyshare_types.yaml
"