diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2022-02-15 08:51:50 +0100 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2022-02-15 08:51:50 +0100 |
commit | b768cba41ac112da9736c872257c6399fd8502cc (patch) | |
tree | 0476594e90fc167a5f53d7f7139ac5a90b42a000 | |
parent | 9d02ea09cac22c177688622ed50a7eb3f6fd38ce (diff) |
Release 1.8.0
Issue-ID: DCAEGEN2-2964
Issue-ID: DCAEGEN2-3032
Issue-ID: DCAEGEN2-3038
Issue-ID: DCAEGEN2-3049
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: Ic7a9839fdc2e2816cdefcd554b6dbd9b3e8583e8
-rw-r--r-- | Changelog.md | 2 | ||||
-rw-r--r-- | releases/1.8.0-container.yaml | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index 49b672c..e7f7e9e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed - [DCAEGEN2-2964] Switch configuration provider to CBS Client - DCAE SDK - [DCAEGEN2-3049] Remove vulnerability -- - [DCAEGEN2-3032] [DCAEGEN2-3038] Allow supports unauthenticated topic and connection without TLS +- [DCAEGEN2-3032] [DCAEGEN2-3038] Allow supports unauthenticated topic and connection without TLS ## [1.7.2] - 2021/08/26 ### Changed diff --git a/releases/1.8.0-container.yaml b/releases/1.8.0-container.yaml new file mode 100644 index 0000000..972a958 --- /dev/null +++ b/releases/1.8.0-container.yaml @@ -0,0 +1,9 @@ +distribution_type: 'container' +version: '1.8.0' +project: 'dcaegen2-services-pm-mapper' +log_dir: 'dcaegen2-services-pm-mapper-maven-docker-stage-master/956/' +containers: + - name: 'org.onap.dcaegen2.services.pm-mapper' + version: '1.8.0-20220215T074208ZZ' +container_release_tag: '1.8.0' +ref: '9d02ea09cac22c177688622ed50a7eb3f6fd38ce' |