diff options
author | Joanna Jeremicz <joanna.jeremicz@nokia.com> | 2021-07-29 10:46:26 +0200 |
---|---|---|
committer | Joanna Jeremicz <joanna.jeremicz@nokia.com> | 2021-07-29 10:46:26 +0200 |
commit | 4d6bc89bce6bfd143a7401dbd1a90ae12e05306a (patch) | |
tree | 82908b27a6f0add3691501a189eaf99620fda185 | |
parent | 753da48c1f2d724f6026c8c54cb91a4210a6a71e (diff) |
Update PM-Mapper to 1.7.03.3.1
- Update io.undertow:undertow-core to version 2.2.9.Final
- Update org.freemarker:freemarker to version 2.3.31
- Update oparent to version 3.2.0
Issue-ID: DCAEGEN2-2807
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
Change-Id: I2d734bab5afb38c0ead120f9730420ee7a877917
-rw-r--r-- | Changelog.md | 3 | ||||
-rw-r--r-- | blueprints/k8s-pm-mapper.yaml | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Changelog.md b/Changelog.md index 285da9b..c26fa74 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,8 +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.1] - 2021-07-27 +## [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 ## [3.3.0] - 2021-07-22 - [DCAEGEN2-2804](https://jira.onap.org/browse/DCAEGEN2-2804) - Update datafile-app-server to 1.6.0 - integration base image alignment, vulnerabilities removal diff --git a/blueprints/k8s-pm-mapper.yaml b/blueprints/k8s-pm-mapper.yaml index 6858044..f05ae37 100644 --- a/blueprints/k8s-pm-mapper.yaml +++ b/blueprints/k8s-pm-mapper.yaml @@ -38,7 +38,7 @@ inputs: tag_version: type: string description: Docker image to be used - default: 'nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.pm-mapper:1.6.0' + default: 'nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.pm-mapper:1.7.0' replicas: type: integer description: Number of instances |