Bootstrap version bump to 3.3.3 82/123082/1
authorvv770d <vv770d@att.com>
Tue, 3 Aug 2021 23:23:06 +0000 (23:23 +0000)
committervv770d <vv770d@att.com>
Tue, 3 Aug 2021 23:23:14 +0000 (23:23 +0000)
Revise SNMPtrap collector to 2.0.5

Change-Id: I0b28b6795c9c81a0244d543bbbfb6b80c50bc101
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-2853

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

index 9b41286..83079cc 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.3] - 2021-08-03
+         - [DCAEGEN2-2853] SNMPTrap container updated to 2.0.5 - Switched to CBS client lib to 2.2.1
+
 ## [3.3.2] - 2021-08-02
          - [DCAEGEN2-2808](https://jira.onap.org/browse/DCAEGEN2-2808)- PRH container updated to 1.6.1 - Update Spring-Boot to version 2.4.8 (fix vulnerabilities)
 
index 815454e..f62501e 100644 (file)
@@ -25,7 +25,7 @@ imports:
 inputs:
   tag_version:
     type: string
-    default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.snmptrap:2.0.4"
+    default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.snmptrap:2.0.5"
   cache:
     type: string
     default:
@@ -72,7 +72,7 @@ inputs:
     type: string
     default:
       "title: Collector for receiving SNMP traps and publishing to DMAAP/MR
-      version: 2.0.3"
+      version: 2.0.5"
   external_port:
     type: string
     description: Kubernetes node port on which collector is exposed
diff --git a/pom.xml b/pom.xml
index 63da384..88d2151 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.3.2-SNAPSHOT</version>
+  <version>3.3.3-SNAPSHOT</version>
   <url>http://maven.apache.org</url>
   <packaging>pom</packaging>
 
index 32867b6..9e84845 100644 (file)
@@ -1,6 +1,6 @@
 major=3\r
 minor=3\r
-patch=2\r
+patch=3\r
 base_version=${major}.${minor}.${patch}\r
 release_version=${base_version}\r
 snapshot_version=${base_version}-SNAPSHOT\r