From 3a86febdf3230da4a80eee1f7ae6cbc55517808b Mon Sep 17 00:00:00 2001 From: Tomasz Wrobel Date: Mon, 2 Aug 2021 09:53:16 +0200 Subject: Update PRH to 1.6.1 Issue-ID: DCAEGEN2-2808 Signed-off-by: Tomasz Wrobel Change-Id: I84d58139e7ce8e9d9b56cdafe9fbe39f7d4c5509 --- Changelog.md | 3 +++ blueprints/k8s-prh.yaml | 2 +- pom.xml | 2 +- version.properties | 2 +- 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. org.onap.dcaegen2.deployments k8s-bootstrap-container dcaegen2-deployments-k8s-bootstrap-container - 3.3.1-SNAPSHOT + 3.3.2-SNAPSHOT http://maven.apache.org pom 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 -- cgit 1.2.3-korg