From 5fc1aa06243a0f01a73663211382f8e98131b532 Mon Sep 17 00:00:00 2001 From: Dhrumin Desai Date: Wed, 13 Oct 2021 19:31:07 -0400 Subject: updated helmgen-core to 1.0.2 and updated helm version to 3.5.4 Issue-ID: DCAEGEN2-2936 Change-Id: Id460775e5480f83460230a9a9b5be9eb76f44e50 Signed-off-by: Dhrumin Desai --- mod/runtimeapi/Changelog.md | 4 ++++ mod/runtimeapi/pom.xml | 2 +- mod/runtimeapi/runtime-core/pom.xml | 6 +++--- mod/runtimeapi/runtime-web/pom.xml | 8 ++++---- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/mod/runtimeapi/Changelog.md b/mod/runtimeapi/Changelog.md index 5baa372..f7a9ebc 100644 --- a/mod/runtimeapi/Changelog.md +++ b/mod/runtimeapi/Changelog.md @@ -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 diff --git a/mod/runtimeapi/pom.xml b/mod/runtimeapi/pom.xml index db6d2e2..9780570 100644 --- a/mod/runtimeapi/pom.xml +++ b/mod/runtimeapi/pom.xml @@ -34,7 +34,7 @@ limitations under the License. org.onap.dcaegen2.platform.mod runtimeapi - 1.3.0 + 1.3.1 dcaegen2-platform-mod-runtimeapi MOD Runtime API diff --git a/mod/runtimeapi/runtime-core/pom.xml b/mod/runtimeapi/runtime-core/pom.xml index ff22a58..d9dc634 100644 --- a/mod/runtimeapi/runtime-core/pom.xml +++ b/mod/runtimeapi/runtime-core/pom.xml @@ -25,12 +25,12 @@ limitations under the License. runtimeapi org.onap.dcaegen2.platform.mod - 1.3.0 + 1.3.1 4.0.0 runtime-core - 1.3.0 + 1.3.1 @@ -51,7 +51,7 @@ limitations under the License. org.onap.dcaegen2.platform helmchartgenerator-core - 1.0.1-SNAPSHOT + 1.0.2-SNAPSHOT org.yaml diff --git a/mod/runtimeapi/runtime-web/pom.xml b/mod/runtimeapi/runtime-web/pom.xml index f2f3515..cd5acb0 100644 --- a/mod/runtimeapi/runtime-web/pom.xml +++ b/mod/runtimeapi/runtime-web/pom.xml @@ -24,10 +24,10 @@ limitations under the License. org.onap.dcaegen2.platform.mod runtimeapi - 1.3.0 + 1.3.1 runtime-web - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT jar runtime-web MOD Runtime Web Module @@ -35,7 +35,7 @@ limitations under the License. org.onap.dcaegen2.platform.mod runtime-core - 1.3.0 + 1.3.1 org.springframework.boot @@ -117,7 +117,7 @@ limitations under the License. apt-get update && apt-get install -y wget - wget https://get.helm.sh/helm-v3.0.2-linux-amd64.tar.gz && tar xvf helm-v3.0.2-linux-amd64.tar.gz && mv linux-amd64/helm /usr/local/bin/ + wget https://get.helm.sh/helm-v3.5.4-linux-amd64.tar.gz && tar xvf helm-v3.5.4-linux-amd64.tar.gz && mv linux-amd64/helm /usr/local/bin/ groupadd -r dcaemod && useradd -ms /bin/bash dcaemod -g dcaemod && mkdir -p /maven/data && chown -R dcaemod:dcaemod /maven/data /maven -- cgit 1.2.3-korg