diff options
author | Joanna Jeremicz <joanna.jeremicz@nokia.com> | 2021-03-18 09:29:09 +0100 |
---|---|---|
committer | Joanna Jeremicz <joanna.jeremicz@nokia.com> | 2021-03-18 09:29:09 +0100 |
commit | 2fcf0daecbb9155ae4b457c2f443db8e9e96b909 (patch) | |
tree | cfc517bdda94106a491e4fededf25a0734e0e754 | |
parent | 587f2edece2296d74f56441ba14224875d9d6365 (diff) |
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 <joanna.jeremicz@nokia.com>
Change-Id: I9000c827ff0c8ed3793a0de34c21c085dd58eb4b
-rw-r--r-- | Changelog.md | 1 | ||||
-rw-r--r-- | blueprints/k8s-pm-mapper.yaml | 2 |
2 files changed, 2 insertions, 1 deletions
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 |