updated helmgen-core to 1.0.2 and updated helm version to 3.5.4 23/124923/2 1.3.1-mod-runtimeapi
authorDhrumin Desai <dd303q@att.com>
Wed, 13 Oct 2021 23:31:07 +0000 (19:31 -0400)
committerDhrumin Desai <dd303q@att.com>
Mon, 18 Oct 2021 20:22:26 +0000 (16:22 -0400)
Issue-ID: DCAEGEN2-2936
Change-Id: Id460775e5480f83460230a9a9b5be9eb76f44e50
Signed-off-by: Dhrumin Desai <dd303q@att.com>
mod/runtimeapi/Changelog.md
mod/runtimeapi/pom.xml
mod/runtimeapi/runtime-core/pom.xml
mod/runtimeapi/runtime-web/pom.xml

index 5baa372..f7a9ebc 100644 (file)
@@ -5,6 +5,10 @@ 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/).
 
+## [1.3.1] - 2021-10-13
+- [DCAEGEN2-2936] Update helmgen-core to 1.0.2
+- [DCAEGEN2-2936] Update helm version to 3.5.4
+
 ## [1.3.0] - 2021-09-16
 - [DCAEGEN2-2694] Integrate helm chart generator
     - create a switch to toggle between blueprint and helm based deployment types
index db6d2e2..9780570 100644 (file)
@@ -34,7 +34,7 @@ limitations under the License.
        </parent>
        <groupId>org.onap.dcaegen2.platform.mod</groupId>
        <artifactId>runtimeapi</artifactId>
-       <version>1.3.0</version>
+       <version>1.3.1</version>
        <name>dcaegen2-platform-mod-runtimeapi</name>
        <description>MOD Runtime API</description>
        <properties>
index ff22a58..d9dc634 100644 (file)
@@ -25,12 +25,12 @@ limitations under the License.
     <parent>
         <artifactId>runtimeapi</artifactId>
         <groupId>org.onap.dcaegen2.platform.mod</groupId>
-        <version>1.3.0</version>
+        <version>1.3.1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>runtime-core</artifactId>
-    <version>1.3.0</version>
+    <version>1.3.1</version>
 
     <dependencies>
         <dependency>
@@ -51,7 +51,7 @@ limitations under the License.
         <dependency>
             <groupId>org.onap.dcaegen2.platform</groupId>
             <artifactId>helmchartgenerator-core</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.0.2-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.yaml</groupId>
index f2f3515..cd5acb0 100644 (file)
@@ -24,10 +24,10 @@ limitations under the License.
        <parent>
                <groupId>org.onap.dcaegen2.platform.mod</groupId>
                <artifactId>runtimeapi</artifactId>
-               <version>1.3.0</version>
+               <version>1.3.1</version>
        </parent>
        <artifactId>runtime-web</artifactId>
-       <version>1.3.0-SNAPSHOT</version>
+       <version>1.3.1-SNAPSHOT</version>
        <packaging>jar</packaging>
        <name>runtime-web</name>
        <description>MOD Runtime Web Module</description>
@@ -35,7 +35,7 @@ limitations under the License.
                <dependency>
                        <groupId>org.onap.dcaegen2.platform.mod</groupId>
                        <artifactId>runtime-core</artifactId>
-                       <version>1.3.0</version>
+                       <version>1.3.1</version>
                </dependency>
                <dependency>
                        <groupId>org.springframework.boot</groupId>
@@ -117,7 +117,7 @@ limitations under the License.
                                                                </assembly>
                                                                <runCmds>
                                                                        <runCmd>apt-get update &amp;&amp; apt-get install -y wget</runCmd>
-                                                                       <runCmd>wget https://get.helm.sh/helm-v3.0.2-linux-amd64.tar.gz &amp;&amp; tar xvf helm-v3.0.2-linux-amd64.tar.gz &amp;&amp; mv linux-amd64/helm /usr/local/bin/</runCmd>
+                                                                       <runCmd>wget https://get.helm.sh/helm-v3.5.4-linux-amd64.tar.gz &amp;&amp; tar xvf helm-v3.5.4-linux-amd64.tar.gz &amp;&amp; mv linux-amd64/helm /usr/local/bin/</runCmd>
                                                                        <runCmd>groupadd -r dcaemod &amp;&amp; useradd -ms /bin/bash dcaemod -g dcaemod &amp;&amp; mkdir -p /maven/data &amp;&amp; chown -R dcaemod:dcaemod /maven/data</runCmd>
                                                                </runCmds>
                                                                <workdir>/maven</workdir>