From afc8cd1428714915ac67c07a3c7b23a9cefc5074 Mon Sep 17 00:00:00 2001 From: tkogut Date: Fri, 16 Apr 2021 12:08:06 +0200 Subject: [PATCH] [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 Change-Id: I4f14056f54621cc2864012726d887e3595b693de --- Changelog.md | 2 +- releases/1.6.0-container.yaml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 releases/1.6.0-container.yaml 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' -- 2.16.6