From 84e2b2a801608c917f3ff3c20065d99093d6d904 Mon Sep 17 00:00:00 2001 From: Remigiusz Janeczek Date: Thu, 20 May 2021 20:19:36 +0200 Subject: Update tca-gen2 to 1.3.0 Updates: - Vulnerabilities removal - Change openjdk baseOS img to integration-java11 Issue-ID: DCAEGEN2-2590 Issue-ID: DCAEGEN2-2654 Issue-ID: INT-1864 Issue-ID: DCAEGEN2-2420 Signed-off-by: Remigiusz Janeczek Change-Id: Ib99083ede593555aafd1881c8e8be249fec3c304 --- Changelog.md | 3 ++- blueprints/k8s-tcagen2.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index e3acabb..30090d8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,9 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [3.1.0] - 2021-04-16 - - [DCAEGEN2-2420](https://jira.onap.org/browse/DCAEGEN2-2420) - PRH 1.6.0 and PM-Mapper 1.6.0 integration base image alignemnt + - [DCAEGEN2-2420](https://jira.onap.org/browse/DCAEGEN2-2420) - PRH 1.6.0, PM-Mapper 1.6.0 and TCA-Gen2 1.3.0 integration base image alignemnt - [DCAEGEN2-2732](https://jira.onap.org/browse/DCAEGEN2-2732) - PM-Mapper 1.6.0 Utilize SDK/Dmaap client - [DCAEGEN2-2675](https://jira.onap.org/browse/DCAEGEN2-2675) - RESTConf 1.2.5 - xml parsing vulnerability + - [DCAEGEN2-2590](https://jira.onap.org/browse/DCAEGEN2-2590) - TCA-Gen2 1.3.0 - vulnerability removal ## [3.0.4] - 2021-03-10 - [DCAEGEN2-2656](https://jira.onap.org/browse/DCAEGEN2-2656) - fix CRITICAL weak-cryptography issues identified in sonarcloud (hostname verification in DFC) diff --git a/blueprints/k8s-tcagen2.yaml b/blueprints/k8s-tcagen2.yaml index 3fe4c93..4f161ae 100644 --- a/blueprints/k8s-tcagen2.yaml +++ b/blueprints/k8s-tcagen2.yaml @@ -41,7 +41,7 @@ inputs: default: "mongodb://dcae-mongohost/dcae-tcagen2" tag_version: type: string - default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.analytics.tca-gen2.dcae-analytics-tca-web:1.2.1" + default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.analytics.tca-gen2.dcae-analytics-tca-web:1.3.0" tca.aai.password: type: string default: "DCAE" -- cgit 1.2.3-korg