summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoanna Jeremicz <joanna.jeremicz@nokia.com>2021-03-18 08:55:25 +0100
committerJoanna Jeremicz <joanna.jeremicz@nokia.com>2021-03-18 08:55:25 +0100
commitcfeffe57be4dd8218ce287434c422cc5877289c7 (patch)
tree300f1d8d460f18e64dbccea5ead69433ae7dee5f
parent71d024482f4eb13e069aa240bea657109f4a2fd8 (diff)
Release 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: Icb14eb12ffc808d8a41684dbec59f4e8a7e2b724
-rw-r--r--Changelog.md2
-rw-r--r--releases/1.5.2-container.yaml9
2 files changed, 10 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index 7114f05..98bda85 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,7 +4,7 @@ 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/).
-## [1.5.2] - 16/03/2021
+## [1.5.2] - 18/03/2021
- Implement singleton cache for events being processed
- Add JUnit tests
diff --git a/releases/1.5.2-container.yaml b/releases/1.5.2-container.yaml
new file mode 100644
index 0000000..01f8b28
--- /dev/null
+++ b/releases/1.5.2-container.yaml
@@ -0,0 +1,9 @@
+distribution_type: 'container'
+version: '1.5.2'
+project: 'dcaegen2-services-pm-mapper'
+log_dir: 'dcaegen2-services-pm-mapper-maven-docker-stage-master/625/'
+containers:
+ - name: 'org.onap.dcaegen2.services.pm-mapper'
+ version: '1.5.2-20210318T074624ZZ'
+container_release_tag: '1.5.2'
+ref: '71d024482f4eb13e069aa240bea657109f4a2fd8'