CM 4.4.2 with K8splugin 3.8.0 07/119207/2
authorvv770d <vv770d@att.com>
Fri, 12 Mar 2021 22:19:11 +0000 (22:19 +0000)
committerVijay Venkatesh Kumar <vv770d@att.com>
Mon, 15 Mar 2021 22:13:35 +0000 (22:13 +0000)
Change-Id: Ib746685436b1bbe37a3554b4d9b1f1f5f5cb5af5
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-2671
(cherry picked from commit 964b7b1887926e206a6db8260b72c0499e297356)

cm-container/Changelog.md
cm-container/pom.xml
cm-container/scripts/get-plugins.sh

index 99025f2..ab512ca 100644 (file)
@@ -4,6 +4,13 @@ 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.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)
+
+## [4.4.1] - 09/03/2021 
+* Upgrade k8s-plugin to 3.7.0 (Switch to py3 version of policy-lib 2.5.0)
+
 ## [4.4.0] - 26/02/2021 
 * Upgrade k8s-plugin to 3.6.0 (Add integration with cert-manager. Enable creation of certificate custom resource
  instead cert-service-client container, when flag "CMPv2CertManagerIntegration" is enabled)
index 30dbfff..aa90a79 100644 (file)
@@ -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.1</version>
+  <version>4.4.2</version>
   <url>http://maven.apache.org</url>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
index 367d0b7..84d77c2 100755 (executable)
@@ -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.7.0/k8splugin-3.7.0-py36-none-linux_x86_64.wgn|/k8splugin/3.7.0/k8splugin_types.yaml \
+/k8splugin/3.8.0/k8splugin-3.8.0-py36-none-linux_x86_64.wgn|/k8splugin/3.8.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 \