Update project version to 3.3.0-SNAPSHOT 11/122811/2 3.3.0
authorJoanna Jeremicz <joanna.jeremicz@nokia.com>
Thu, 22 Jul 2021 07:35:41 +0000 (09:35 +0200)
committerJoanna Jeremicz <joanna.jeremicz@nokia.com>
Thu, 22 Jul 2021 08:38:20 +0000 (10:38 +0200)
- Update datafile-app-server to 1.6.0

Issue-ID: DCAEGEN2-2804
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
Change-Id: Ib1810a7adba357a37f2c81d44536d9151cb0b8de

Changelog.md
blueprints/k8s-datafile.yaml
pom.xml
version.properties

index 9fee6b6..8aee469 100644 (file)
@@ -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
index c79faed..7c09c10 100644 (file)
@@ -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 (file)
--- 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>
 
index f1f03dc..497ae6f 100644 (file)
@@ -1,5 +1,5 @@
 major=3\r
-minor=2\r
+minor=3\r
 patch=0\r
 base_version=${major}.${minor}.${patch}\r
 release_version=${base_version}\r