aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Wrobel <tomasz.wrobel@nokia.com>2021-08-02 09:53:16 +0200
committerTomasz Wrobel <tomasz.wrobel@nokia.com>2021-08-02 09:53:16 +0200
commit3a86febdf3230da4a80eee1f7ae6cbc55517808b (patch)
tree7878ca94f10ed8e2596b9207df856c8bd8838adf
parenta7231655e0f6d05c9f1102b7ed63f691e7a57808 (diff)
Update PRH to 1.6.13.3.2
Issue-ID: DCAEGEN2-2808 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I84d58139e7ce8e9d9b56cdafe9fbe39f7d4c5509
-rw-r--r--Changelog.md3
-rw-r--r--blueprints/k8s-prh.yaml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
4 files changed, 6 insertions, 3 deletions
diff --git a/Changelog.md b/Changelog.md
index c26fa74..9b41286 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -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
diff --git a/blueprints/k8s-prh.yaml b/blueprints/k8s-prh.yaml
index ce1ba43..eb24df3 100644
--- a/blueprints/k8s-prh.yaml
+++ b/blueprints/k8s-prh.yaml
@@ -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
--- 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>
diff --git a/version.properties b/version.properties
index abd3fe3..32867b6 100644
--- a/version.properties
+++ b/version.properties
@@ -1,6 +1,6 @@
major=3
minor=3
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT