aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoanna Jeremicz <joanna.jeremicz@nokia.com>2021-07-21 16:47:28 +0200
committerJoanna Jeremicz <joanna.jeremicz@nokia.com>2021-07-21 16:51:46 +0200
commite8ac9c0d760be92ab44c9a03900f1ead4d685454 (patch)
treec3d5293910dc4c627cb2cb24af322d900d8b00c7
parentc5a8cd47b1e045b3acf44b684d304ede1471716a (diff)
Release 1.6.0
- docker base image to integration (from debian based to alpine based) - java version bump from 11.0.8 to 11.0.9 - remove exec file permission for config file - tomcat-embed-core version bump from 9.0.39 to 9.0.50 - spring version bump from 5.3.1 to 5.3.6 - spring-boot version bump from 2.4.0 to 2.4.5 Issue-ID: DCAEGEN2-2804 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: Ie825a562138d3c09472847b507d069f97f6a1370
-rw-r--r--Changelog.md2
-rw-r--r--releases/1.6.0-container.yaml9
2 files changed, 10 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index 46469958..8d05652c 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.6.0] - 25/02/2021
+## [1.6.0] - 21/07/2021
### Changed
- docker base image to integration (from debian based to alpine based)
- java version bump from 11.0.8 to 11.0.9
diff --git a/releases/1.6.0-container.yaml b/releases/1.6.0-container.yaml
new file mode 100644
index 00000000..56dfb2dc
--- /dev/null
+++ b/releases/1.6.0-container.yaml
@@ -0,0 +1,9 @@
+distribution_type: 'container'
+version: '1.6.0'
+project: 'dcaegen2-collectors-datafile'
+log_dir: 'dcaegen2-collectors-datafile-maven-docker-stage-master/738/'
+containers:
+ - name: 'org.onap.dcaegen2.collectors.datafile.datafile-app-server'
+ version: '1.6.0-20210721T143654Z'
+container_release_tag: '1.6.0'
+ref: 'c5a8cd47b1e045b3acf44b684d304ede1471716a'