aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciej Malewski <maciej.malewski@nokia.com>2021-02-11 15:32:22 +0100
committerMaciej Malewski <maciej.malewski@nokia.com>2021-02-11 15:50:28 +0100
commit8031e6a7260e83f2ba101d066297ae337cdeceaf (patch)
treef03362e5ab87cab7674fcb7851905107df322921
parentcdd4875065a754c613f155cf002d2c453d334e39 (diff)
Upgrade prh-app-server to 1.5.5
Changes in the new version include: Spring Web from 5.2.12 to 5.3.3 Spring Boot from 2.2.4.RELEASE to 2.4.2 Spring Cloud from Greenwich.SR1 to 2020.0.1 Issue-ID: DCAEGEN2-2537 Signed-off-by: Maciej Malewski <maciej.malewski@nokia.com> Change-Id: I19e44078ca269a7adcacbd884585911f83e50e9c
-rw-r--r--Changelog.md4
-rw-r--r--blueprints/k8s-prh.yaml2
-rw-r--r--pom.xml2
3 files changed, 5 insertions, 3 deletions
diff --git a/Changelog.md b/Changelog.md
index e8a25d0..652154e 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,4 +4,6 @@ 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.0.0] - 03/02/2021 \ No newline at end of file
+## [3.0.1] - 11/02/2021
+### Changed
+- [DCAEGEN2-2537](https://jira.onap.org/browse/DCAEGEN2-2537) - Upgrade prh.prh-app-server to 1.5.5
diff --git a/blueprints/k8s-prh.yaml b/blueprints/k8s-prh.yaml
index f76963a..d9c120b 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.5.4"
+ default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.prh.prh-app-server:1.5.5"
replicas:
type: integer
description: number of instances
diff --git a/pom.xml b/pom.xml
index c3ad56f..91313a3 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.0.0-SNAPSHOT</version>
+ <version>3.0.1-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<packaging>pom</packaging>