diff options
author | vv770d <vv770d@att.com> | 2021-03-02 22:42:24 +0000 |
---|---|---|
committer | vv770d <vv770d@att.com> | 2021-03-02 22:46:36 +0000 |
commit | eaf53e63ced027c07ab586a40f51a30fced475d3 (patch) | |
tree | 928e87f9681b8a8ef08ddb1780fb24441220f111 | |
parent | 0c64286c427fe56978ac5845df0ac9566997aaa8 (diff) |
[DCAE] release policy-handler 5.1.2honolulu
Requirements updated
Change-Id: Ib768a91249a48bc1db7dc2c4e440e59383992cea
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-2652
Signed-off-by: vv770d <vv770d@att.com>
-rw-r--r-- | Changelog.md | 7 | ||||
-rw-r--r-- | releases/5.1.2-container.yaml | 8 |
2 files changed, 14 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index 24703d4..90c2abc 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/). -## [5.1.1] - 03/02/2021
\ No newline at end of file + +## [5.1.2] - 03/03/2021 +### Changed + - [DCAEGEN2-2652](https://jira.onap.org/browse/DCAEGEN2-2652) - Policy Handler startup error; CherryPy/requirements update + +## [5.1.1] - 03/02/2021 diff --git a/releases/5.1.2-container.yaml b/releases/5.1.2-container.yaml new file mode 100644 index 0000000..2cec4f0 --- /dev/null +++ b/releases/5.1.2-container.yaml @@ -0,0 +1,8 @@ +distribution_type: 'container' +container_release_tag: '5.1.2' +project: 'dcae-platform-policyhandler' +log_dir: 'dcaegen2-platform-policy-handler-docker-merge-master/5' +ref: 0c64286c427fe56978ac5845df0ac9566997aaa8 +containers: + - name: 'org.onap.dcaegen2.platform.policy-handler' + version: '5.1.2-SNAPSHOT-20210301T174547Z' |