aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoanna Jeremicz <joanna.jeremicz@nokia.com>2021-07-22 09:35:41 +0200
committerJoanna Jeremicz <joanna.jeremicz@nokia.com>2021-07-22 10:38:20 +0200
commit21842df238a41d0edd2b1527286ce24cea2b1f04 (patch)
tree06b80dcb3b20fc168f5811f39c5a5f9f854ee8ad
parent169c8d6d0f47d0d9d64f302394b4495257b7243b (diff)
Update project version to 3.3.0-SNAPSHOT3.3.0
- Update datafile-app-server to 1.6.0 Issue-ID: DCAEGEN2-2804 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: Ib1810a7adba357a37f2c81d44536d9151cb0b8de
-rw-r--r--Changelog.md3
-rw-r--r--blueprints/k8s-datafile.yaml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
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.
<groupId>org.onap.dcaegen2.deployments</groupId>
<artifactId>k8s-bootstrap-container</artifactId>
<name>dcaegen2-deployments-k8s-bootstrap-container</name>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.3.0-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<packaging>pom</packaging>
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}