diff options
author | Krzysztof Gajewski <krzysztof.gajewski@nokia.com> | 2021-02-15 14:30:33 +0100 |
---|---|---|
committer | Krzysztof Gajewski <krzysztof.gajewski@nokia.com> | 2021-02-15 14:49:05 +0100 |
commit | 103342b5bc72ec32e3c2f074ac251f43840ce443 (patch) | |
tree | baec09ce6f08d53e3efb307d79bfbc40bee37a50 | |
parent | 3eced2927621fc1a4260e802b06164fafcda57cf (diff) |
Release 1.5.3
+ fix Changelog.md dates
Issue-ID: DCAEGEN2-2528
Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com>
Change-Id: I1284d50c2e453261945fab467d9a2734d7a9a1c4
-rw-r--r-- | Changelog.md | 4 | ||||
-rw-r--r-- | releases/1.5.3-container.yaml | 9 |
2 files changed, 11 insertions, 2 deletions
diff --git a/Changelog.md b/Changelog.md index 7eeed1c2..d678e9bc 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.5.3] - 11/02/2020 +## [1.5.3] - 11/02/2021 ### Added - HTTPS support for DFC - test related to HTTPS support @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - ftp clients and tests refactoring - app config related to certificates unified for ftpes and https -## [1.5.1] - 04/01/2020 +## [1.5.1] - 04/01/2021 ### Added - HTTP support for DFC - test related to HTTP support diff --git a/releases/1.5.3-container.yaml b/releases/1.5.3-container.yaml new file mode 100644 index 00000000..03da4342 --- /dev/null +++ b/releases/1.5.3-container.yaml @@ -0,0 +1,9 @@ +distribution_type: 'container' +version: '1.5.3' +project: 'dcaegen2-collectors-datafile' +log_dir: 'dcaegen2-collectors-datafile-maven-docker-stage-master/576/' +containers: + - name: 'org.onap.dcaegen2.collectors.datafile.datafile-app-server' + version: '1.5.3-20210213T054136Z' +container_release_tag: '1.5.3' +ref: '3eced2927621fc1a4260e802b06164fafcda57cf' |