Update PRH to 1.6.1 28/123028/1 3.3.2
authorTomasz Wrobel <tomasz.wrobel@nokia.com>
Mon, 2 Aug 2021 07:53:16 +0000 (09:53 +0200)
committerTomasz Wrobel <tomasz.wrobel@nokia.com>
Mon, 2 Aug 2021 07:53:16 +0000 (09:53 +0200)
Issue-ID: DCAEGEN2-2808
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I84d58139e7ce8e9d9b56cdafe9fbe39f7d4c5509

Changelog.md
blueprints/k8s-prh.yaml
pom.xml
version.properties

index c26fa74..9b41286 100644 (file)
@@ -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/).
 
+## [3.3.2] - 2021-08-02
+         - [DCAEGEN2-2808](https://jira.onap.org/browse/DCAEGEN2-2808)- PRH container updated to 1.6.1 - Update Spring-Boot to version 2.4.8 (fix vulnerabilities)
+
 ## [3.3.1] - 2021-07-29
          - [DCAEGEN2-2852/DCAEGEN2-2864/DCAEGEN2-2834]- DCAE heartbeat container updated to 2.3.1 - Switched to CBS client lib 2.2.1, dockerfile update, OJSI SQL vulnerability fix
          - [DCAEGEN2-2807]- PM-Mapper container updated to 1.7.0 - Update io.undertow:undertow-core to version 2.2.9.Final, org.freemarker:freemarker to version 2.3.31, oparent to version 3.2.0 
index ce1ba43..eb24df3 100644 (file)
@@ -63,7 +63,7 @@ inputs:
     default: "admin"
   tag_version:
     type: string
-    default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.prh.prh-app-server:1.6.0"
+    default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.prh.prh-app-server:1.6.1"
   replicas:
     type: integer
     description: number of instances
diff --git a/pom.xml b/pom.xml
index f81083b..63da384 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
   <groupId>org.onap.dcaegen2.deployments</groupId>
   <artifactId>k8s-bootstrap-container</artifactId>
   <name>dcaegen2-deployments-k8s-bootstrap-container</name>
-  <version>3.3.1-SNAPSHOT</version>
+  <version>3.3.2-SNAPSHOT</version>
   <url>http://maven.apache.org</url>
   <packaging>pom</packaging>
 
index abd3fe3..32867b6 100644 (file)
@@ -1,6 +1,6 @@
 major=3\r
 minor=3\r
-patch=1\r
+patch=2\r
 base_version=${major}.${minor}.${patch}\r
 release_version=${base_version}\r
 snapshot_version=${base_version}-SNAPSHOT\r