Upgrade k8s-plugin to 3.6.0 01/118601/1 4.4.0-cm-container
authorTomasz Wrobel <tomasz.wrobel@nokia.com>
Fri, 26 Feb 2021 13:17:22 +0000 (14:17 +0100)
committerTomasz Wrobel <tomasz.wrobel@nokia.com>
Fri, 26 Feb 2021 13:17:22 +0000 (14:17 +0100)
Issue-ID: DCAEGEN2-2440
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I3bd796d223980c7967f065afa937b17ff9504b86

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

index 74b5396..99025f2 100644 (file)
@@ -4,10 +4,14 @@ 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.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)
+
 ## [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
 
-## [4.2.0] - 05/02/2021      
\ No newline at end of file
+## [4.2.0] - 05/02/2021      
index 5dc23ae..c7435f7 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.3.1</version>
+  <version>4.4.0</version>
   <url>http://maven.apache.org</url>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
index 54f63b0..8293f80 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.5.3/k8splugin-3.5.3-py36-none-linux_x86_64.wgn|/k8splugin/3.5.3/k8splugin_types.yaml \
+/k8splugin/3.6.0/k8splugin-3.6.0-py36-none-linux_x86_64.wgn|/k8splugin/3.6.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 \