From 2e4bb2b0112b32db100ed301f5daab6ea224fb26 Mon Sep 17 00:00:00 2001 From: vv770d Date: Sat, 27 Feb 2021 02:25:28 +0000 Subject: [DCAE] Release 3.0.3 bootstrap [DCAEGEN2-2509](https://jira.onap.org/browse/DCAEGEN2-2509) - Avoid removal of data when insufficient PM data samples are present [DCAEGEN2-2540](https://jira.onap.org/browse/DCAEGEN2-2540) - Slice-analysis-ms and Policy integration issue fixes [DCAEGEN2-2496](https://jira.onap.org/browse/DCAEGEN2-2496) - SNMPTrap collector blueprint updated to use ContainerizedServiceComponent and latest k8s plugin [DCAEGEN2-2496](https://jira.onap.org/browse/DCAEGEN2-2496) - DL feeder and DL-Admin blueprint updated to use ContainerizedServiceComponent and latest k8s plugin [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 [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 Change-Id: I0da5ddefb1655d469238837b970020178fe08153 Signed-off-by: vv770d Issue-ID: DCAEGEN2-2509 Issue-ID: DCAEGEN2-2540 Issue-ID: DCAEGEN2-2496 Issue-ID: DCAEGEN2-2600 Issue-ID: DCAEGEN2-2477 Issue-ID: DCAEGEN2-2585 Issue-ID: DCAEGEN2-2536 Issue-ID: DCAEGEN2-2599 Issue-ID: DCAEGEN2-2623 Issue-ID: DCAEGEN2-2494 Issue-ID: DCAEGEN2-2551 --- releases/3.0.3-k8s-bootstrap-container.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 releases/3.0.3-k8s-bootstrap-container.yaml diff --git a/releases/3.0.3-k8s-bootstrap-container.yaml b/releases/3.0.3-k8s-bootstrap-container.yaml new file mode 100644 index 0000000..33add54 --- /dev/null +++ b/releases/3.0.3-k8s-bootstrap-container.yaml @@ -0,0 +1,8 @@ +distribution_type: 'container' +container_release_tag: '3.0.3' +project: 'dcaegen2/blueprints' +log_dir: 'dcaegen2-platform-blueprints-master-merge-java/355' +ref: aa9200664ebf669c419f081268656b55cbc6ebb5 +containers: + - name: 'org.onap.dcaegen2.deployments.k8s-bootstrap-container' + version: '3.0.3-SNAPSHOT-20210227T012254Z' -- cgit 1.2.3-korg