diff options
author | 2021-04-16 12:08:06 +0200 | |
---|---|---|
committer | 2021-04-16 12:08:06 +0200 | |
commit | afc8cd1428714915ac67c07a3c7b23a9cefc5074 (patch) | |
tree | a695c9386c6a674db85a091181e4b400643ba074 | |
parent | 4d2d74716aed1a572c43c16b1818df493993ffd4 (diff) |
[DCAE/PM-Mapper] Release 1.6.0
- Utilize DMaaP-Client in PM-Mapper
- Change openjdk baseOS img to integration-java11
Issue-ID: DCAEGEN2-2732
Signed-off-by: tkogut <tomasz.kogut@nokia.com>
Change-Id: I4f14056f54621cc2864012726d887e3595b693de
-rw-r--r-- | Changelog.md | 2 | ||||
-rw-r--r-- | releases/1.6.0-container.yaml | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index 7990b6b..e23a6e2 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.6.0] - 25/03/2021 +## [1.6.0] - 16/04/2021 ### Changed - Utilize DMaaP-Client in PM-Mapper - Switched Dockerfile to integration image (alpine-based) diff --git a/releases/1.6.0-container.yaml b/releases/1.6.0-container.yaml new file mode 100644 index 0000000..ed75c47 --- /dev/null +++ b/releases/1.6.0-container.yaml @@ -0,0 +1,9 @@ +distribution_type: 'container' +version: '1.6.0' +project: 'dcaegen2-services-pm-mapper' +log_dir: 'dcaegen2-services-pm-mapper-maven-docker-stage-master/655/' +containers: + - name: 'org.onap.dcaegen2.services.pm-mapper' + version: '1.6.0-20210416T095627ZZ' +container_release_tag: '1.6.0' +ref: '4d2d74716aed1a572c43c16b1818df493993ffd4' |