From 21842df238a41d0edd2b1527286ce24cea2b1f04 Mon Sep 17 00:00:00 2001 From: Joanna Jeremicz Date: Thu, 22 Jul 2021 09:35:41 +0200 Subject: Update project version to 3.3.0-SNAPSHOT - Update datafile-app-server to 1.6.0 Issue-ID: DCAEGEN2-2804 Signed-off-by: Joanna Jeremicz Change-Id: Ib1810a7adba357a37f2c81d44536d9151cb0b8de --- Changelog.md | 3 +++ blueprints/k8s-datafile.yaml | 2 +- pom.xml | 2 +- version.properties | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 9fee6b6..8aee469 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +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/). +## [3.3.0] - 2021-07-22 + - [DCAEGEN2-2804](https://jira.onap.org/browse/DCAEGEN2-2804) - Update datafile-app-server to 1.6.0 - integration base image alignment, vulnerabilities removal + ## [3.2.0] - 2021-06-04 - [DCAEGEN2-2617](https://jira.onap.org/browse/DCAEGEN2-2617) - Remove DCAE service component deployment from bootstrap container - [DCAEGEN2-2750](https://jira.onap.org/browse/DCAEGEN2-2750) - Update Dmaap plugin version to >=1.5.1,<2.0.0 diff --git a/blueprints/k8s-datafile.yaml b/blueprints/k8s-datafile.yaml index c79faed..7c09c10 100644 --- a/blueprints/k8s-datafile.yaml +++ b/blueprints/k8s-datafile.yaml @@ -72,7 +72,7 @@ inputs: default: 1 tag_version: type: string - default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.5.5" + default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.6.0" use_tls: type: boolean default: true diff --git a/pom.xml b/pom.xml index 40b10c5..859994c 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. org.onap.dcaegen2.deployments k8s-bootstrap-container dcaegen2-deployments-k8s-bootstrap-container - 3.2.0-SNAPSHOT + 3.3.0-SNAPSHOT http://maven.apache.org pom diff --git a/version.properties b/version.properties index f1f03dc..497ae6f 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ major=3 -minor=2 +minor=3 patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} -- cgit 1.2.3-korg