From 4faf24adf432182f4358313fcf9c074a63eb5f7b Mon Sep 17 00:00:00 2001 From: Joanna Jeremicz Date: Mon, 7 Jun 2021 16:56:00 +0200 Subject: Update cm-container with dmaap-plugin 1.5.1 Bump version of cm-container from 4.5.0 to 4.6.0 Issue-ID: DCAEGEN2-2750 Signed-off-by: Joanna Jeremicz Change-Id: I901d86517289b47302dbf129931c751abf7fd280 --- cm-container/Changelog.md | 3 +++ cm-container/pom.xml | 2 +- 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 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. org.onap.dcaegen2.deployments cm-container dcaegen2-deployments-cm-container - 4.5.0 + 4.6.0 http://maven.apache.org UTF-8 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 " -- cgit 1.2.3-korg