diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2021-05-20 20:19:36 +0200 |
---|---|---|
committer | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2021-05-25 09:27:35 +0200 |
commit | 84e2b2a801608c917f3ff3c20065d99093d6d904 (patch) | |
tree | 6aa03b48f885331806e589e1a0a62444c38956cf | |
parent | 803fa37feda37c740a7bf6b69a24ec001c6136a9 (diff) |
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 <remigiusz.janeczek@nokia.com>
Change-Id: Ib99083ede593555aafd1881c8e8be249fec3c304
-rw-r--r-- | Changelog.md | 3 | ||||
-rw-r--r-- | 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" |