From b354d51e2ca44247e807c92a3a1c9f045c14af49 Mon Sep 17 00:00:00 2001 From: vv770d Date: Tue, 3 Aug 2021 23:23:06 +0000 Subject: Bootstrap version bump to 3.3.3 Revise SNMPtrap collector to 2.0.5 Change-Id: I0b28b6795c9c81a0244d543bbbfb6b80c50bc101 Signed-off-by: vv770d Issue-ID: DCAEGEN2-2853 --- Changelog.md | 3 +++ blueprints/k8s-snmptrap.yaml | 4 ++-- pom.xml | 2 +- version.properties | 2 +- 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. org.onap.dcaegen2.deployments k8s-bootstrap-container dcaegen2-deployments-k8s-bootstrap-container - 3.3.2-SNAPSHOT + 3.3.3-SNAPSHOT http://maven.apache.org pom 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 -- cgit 1.2.3-korg