aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvv770d <vv770d@att.com>2021-08-03 23:23:06 +0000
committervv770d <vv770d@att.com>2021-08-03 23:23:14 +0000
commitb354d51e2ca44247e807c92a3a1c9f045c14af49 (patch)
treeba42b4141d62de130a003844fcd90e82e7a373c1
parent7fd2bd07d18a27e303cb0f1c29cc9634d2d62e06 (diff)
Bootstrap version bump to 3.3.3
Revise SNMPtrap collector to 2.0.5 Change-Id: I0b28b6795c9c81a0244d543bbbfb6b80c50bc101 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2853
-rw-r--r--Changelog.md3
-rw-r--r--blueprints/k8s-snmptrap.yaml4
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
4 files changed, 7 insertions, 4 deletions
diff --git a/Changelog.md b/Changelog.md
index 9b41286..83079cc 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.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)
diff --git a/blueprints/k8s-snmptrap.yaml b/blueprints/k8s-snmptrap.yaml
index 815454e..f62501e 100644
--- a/blueprints/k8s-snmptrap.yaml
+++ b/blueprints/k8s-snmptrap.yaml
@@ -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
--- 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>
diff --git a/version.properties b/version.properties
index 32867b6..9e84845 100644
--- a/version.properties
+++ b/version.properties
@@ -1,6 +1,6 @@
major=3
minor=3
-patch=2
+patch=3
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT