From: Joanna Jeremicz Date: Thu, 18 Mar 2021 08:29:09 +0000 (+0100) Subject: Update PM-Mapper to 1.5.2 X-Git-Tag: 3.2.0~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2fcf0daecbb9155ae4b457c2f443db8e9e96b909;p=dcaegen2%2Fplatform%2Fblueprints.git Update PM-Mapper to 1.5.2 - Implement singleton cache for events being processed - Add JUnit tests Issue-ID: DCAEGEN2-2659 Signed-off-by: Joanna Jeremicz Change-Id: I9000c827ff0c8ed3793a0de34c21c085dd58eb4b --- diff --git a/Changelog.md b/Changelog.md index e812b9a..aa2085e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [3.0.4] - 2021-03-10 - [DCAEGEN2-2656](https://jira.onap.org/browse/DCAEGEN2-2656) - fix CRITICAL weak-cryptography issues identified in sonarcloud (hostname verification in DFC) + - [DCAEGEN2-2659](https://jira.onap.org/browse/DCAEGEN2-2659) - PM-Mapper blueprint updated to 1.5.2 version (implement singleton cache for events being processed) ## [3.0.3] - 2021-02-18 ### Changed diff --git a/blueprints/k8s-pm-mapper.yaml b/blueprints/k8s-pm-mapper.yaml index 02c45fe..22a65eb 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.5.1' + default: 'nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.pm-mapper:1.5.2' replicas: type: integer description: Number of instances