From aa9200664ebf669c419f081268656b55cbc6ebb5 Mon Sep 17 00:00:00 2001 From: vv770d Date: Sat, 27 Feb 2021 00:48:38 +0000 Subject: [DCAE] Version bump for restconf and snmptrap collector Change-Id: Iff8890cae6946604e347616e88e4566f6039f2f2 Signed-off-by: vv770d Issue-ID: DCAEGEN2-2551 Issue-ID: DCAEGEN2-2494 Issue-ID: DCAEGEN2-2592 --- Changelog.md | 5 ++++- blueprints/k8s-restconf.yaml | 2 +- blueprints/k8s-snmptrap.yaml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index ebe6848..a4f0c26 100644 --- a/Changelog.md +++ b/Changelog.md @@ -13,9 +13,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - [DCAEGEN2-2600](https://jira.onap.org/browse/DCAEGEN2-2600) - PM-Mapper blueprint updated to 1.5.1 version (added files processing config and fixed vulnerabilities) - [DCAEGEN2-2477](https://jira.onap.org/browse/DCAEGEN2-2477) - Updated Ves image version to 1.8.0 in ves blueprint (Ves validates IP addresses) - [DCAEGEN2-2585](https://jira.onap.org/browse/DCAEGEN2-2585) - Add new Kpi-Computation-ms - - [DCAEGEN-2536](https://jira.onap.org/browse/DCAEGEN2-2536) - Add JWT support in HTTP/HTTPS based locations + - [DCAEGEN2-2536](https://jira.onap.org/browse/DCAEGEN2-2536) - Add JWT support in HTTP/HTTPS based locations - [DCAEGEN2-2599](https://jira.onap.org/browse/DCAEGEN2-2599) - Vulnerability removal for son-handler - [DCAEGEN2-2623](https://jira.onap.org/browse/DCAEGEN2-2623) - Add new fields to Slice-analysis-ms blueprint (AAI update) + - [DCAEGEN2-2494](https://jira.onap.org/browse/DCAEGEN2-2494) - SNMPtrap collector version revision (pysnmp upgrade) + - [DCAEGEN2-2551](https://jira.onap.org/browse/DCAEGEN2-2551) - Vulnerability removal for RESTConf collector + ## [3.0.2] - 2021-02-15 ### Changed diff --git a/blueprints/k8s-restconf.yaml b/blueprints/k8s-restconf.yaml index 13d5feb..14740f6 100644 --- a/blueprints/k8s-restconf.yaml +++ b/blueprints/k8s-restconf.yaml @@ -33,7 +33,7 @@ inputs: default: "3904" tag_version: type: string - default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.restconfcollector:1.2.3" + default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.restconfcollector:1.2.4" consul_host: type: string default: "consul-server.onap.svc.cluster.local" diff --git a/blueprints/k8s-snmptrap.yaml b/blueprints/k8s-snmptrap.yaml index ceb5e42..815454e 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.3" + default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.snmptrap:2.0.4" cache: type: string default: -- cgit 1.2.3-korg