diff options
author | vv770d <vv770d@att.com> | 2021-02-12 22:30:00 +0000 |
---|---|---|
committer | vv770d <vv770d@att.com> | 2021-02-12 23:12:13 +0000 |
commit | 136d7e1ab8aa6bdbd7c9535ae288f2db125ef25b (patch) | |
tree | 6cbbbb0e9561df386fa270f72e7b0171312293f8 | |
parent | 5dc29d1d12629cd1b439eaac76ae629954939d17 (diff) |
Release 1.2.0 ves-mapperhonolulu
Change-Id: I50a4dcc14630f9d21154310f95505db90c50110f
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-2626
Signed-off-by: vv770d <vv770d@att.com>
-rw-r--r-- | Changelog.md | 7 | ||||
-rw-r--r-- | releases/1.2.0-container.yaml | 9 |
2 files changed, 15 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index 4e871b0..b3cd5c9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,4 +4,9 @@ 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.1.0] - 03/02/2021
\ No newline at end of file +## [1.2.0] - 08/02/2021 +### Changed + - [DCAEGEN2-2596](https://jira.onap.org/browse/DCAEGEN2-2596) - Honolulu Vulnerability updates + + +## [1.1.0] - 03/02/2021 diff --git a/releases/1.2.0-container.yaml b/releases/1.2.0-container.yaml new file mode 100644 index 0000000..eafa02a --- /dev/null +++ b/releases/1.2.0-container.yaml @@ -0,0 +1,9 @@ +distribution_type: 'container' +container_release_tag: '1.2.0' +project: 'dcaegen2/services/mapper' +log_dir: 'dcaegen2-services-mapper-maven-docker-stage-master/586' +ref: 5dc29d1d12629cd1b439eaac76ae629954939d17 +containers: + - name: 'org.onap.dcaegen2.services.mapper.vesadapter.universalvesadaptor' + version: '1.2.0-20210212T051559Z' + |