From 753da48c1f2d724f6026c8c54cb91a4210a6a71e Mon Sep 17 00:00:00 2001 From: vv770d Date: Tue, 27 Jul 2021 19:59:56 +0000 Subject: Bootstrap version bump to 3.3.1 Revise Heartbeat blueprint to 2.3.1 Change-Id: I28acdb54de72f37f7641f76c3e74948fb197f7f9 Signed-off-by: vv770d Issue-ID: DCAEGEN2-2852 Issue-ID: DCAEGEN2-2864 Issue-ID: DCAEGEN2-2834 Issue-ID: DCAEGEN2-2836 --- Changelog.md | 3 +++ blueprints/k8s-heartbeat.yaml | 2 +- pom.xml | 2 +- version.properties | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 8aee469..285da9b 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.1] - 2021-07-27 + - [DCAEGEN2-2852/DCAEGEN2-2864/DCAEGEN2-2834]- DCAE heartbeat container updated to 2.3.1 - Switched to CBS client lib 2.2.1, dockerfile update, OJSI SQL vulnerability fix + ## [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 diff --git a/blueprints/k8s-heartbeat.yaml b/blueprints/k8s-heartbeat.yaml index 2c9942a..7c0ec7e 100644 --- a/blueprints/k8s-heartbeat.yaml +++ b/blueprints/k8s-heartbeat.yaml @@ -27,7 +27,7 @@ imports: inputs: tag_version: type: string - default: 'nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.heartbeat:2.2.0' + default: 'nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.heartbeat:2.3.1' heartbeat_name: type: string default: 'dcae-heartbeat-service' diff --git a/pom.xml b/pom.xml index 859994c..f81083b 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.0-SNAPSHOT + 3.3.1-SNAPSHOT http://maven.apache.org pom diff --git a/version.properties b/version.properties index 497ae6f..abd3fe3 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=3 minor=3 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg