diff options
author | vv770d <vv770d@att.com> | 2021-02-12 21:43:07 +0000 |
---|---|---|
committer | vv770d <vv770d@att.com> | 2021-02-12 21:52:58 +0000 |
commit | 28773aea4358f79aded267780a346b770275b80d (patch) | |
tree | 0224a860fc607849add1b6ea0f163cf6a53ef01a | |
parent | 475673f871a33d7f94d67774a1efeba17edd085f (diff) |
release 1.2.3 restconf
+ include missing root license
Change-Id: I8a25900b89d572959665be505c91b7674a9102bd
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-2625
Signed-off-by: vv770d <vv770d@att.com>
-rw-r--r-- | Changelog.md | 8 | ||||
-rw-r--r-- | LICENSE.txt | 37 | ||||
-rw-r--r-- | releases/1.2.3-container.yaml | 9 |
3 files changed, 53 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index ad6e444..795fcd6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,4 +4,10 @@ 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.2.2] - 15/12/2020
\ No newline at end of file +## [1.2.3] - 08/02/2021 +### Changed +- [DCAEGEN2-2592](https://jira.onap.org/browse/DCAEGEN2-2592) - Honolulu Vulnerability updates + + + +## [1.2.2] - 15/12/2020 diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..4bda3f7 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,37 @@ +/* +* ================LICENSE_START========================================== +* ======================================================================= +* Copyright (c) 2018-2021 AT&T Intellectual Property. All rights reserved. +* Copyright (c) 2019 Huawei. All rights reserved. +* ======================================================================= +* +* Unless otherwise specified, all software contained herein is licensed +* under the Apache License, Version 2.0 (the "License"); +* you may not use this software except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +* +* Unless otherwise specified, all documentation contained herein is licensed +* under the Creative Commons License, Attribution 4.0 Intl. (the "License"); +* you may not use this documentation except in compliance with the License. +* You may obtain a copy of the License at +* +* https://creativecommons.org/licenses/by/4.0/ +* +* Unless required by applicable law or agreed to in writing, documentation +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +* =================LICENSE_END============================================ +* +*/ diff --git a/releases/1.2.3-container.yaml b/releases/1.2.3-container.yaml new file mode 100644 index 0000000..ea70ef1 --- /dev/null +++ b/releases/1.2.3-container.yaml @@ -0,0 +1,9 @@ +distribution_type: 'container' +container_release_tag: '1.2.3' +project: 'dcaegen2/collector/restconf' +log_dir: 'dcaegen2-collectors-restconf-maven-docker-stage-master/567' +ref: 475673f871a33d7f94d67774a1efeba17edd085f +containers: + - name: 'org.onap.dcaegen2.collectors.restconfcollector' + version: '1.2.3-20210212T020458Z' + |