From 341d47f73e89630e8444eb3b0369953e265894a9 Mon Sep 17 00:00:00 2001 From: "Ahila Pandaram - (iDEAS-ERAH20126618D)" Date: Thu, 18 Feb 2021 15:27:08 +0530 Subject: Update bluebrint to support the version 1.0.3 of Slice Analysis MS Issue-ID: DCAEGEN2-2540 Signed-off-by: Ahila Pandaram Change-Id: I599a0bdcd61b143b17658a9e16874fe02de35db0 --- Changelog.md | 5 +++++ blueprints/k8s-slice-analysis-ms.yaml | 2 +- pom.xml | 2 +- version.properties | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index d160dc3..c7bb287 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,11 @@ 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.0.3] - 2021-02-18 +### Changed +- [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 + ## [3.0.2] - 2021-02-15 ### Changed - [DCAEGEN2-2628](https://jira.onap.org/browse/DCAEGEN2-2628) - Fix docker image build problem diff --git a/blueprints/k8s-slice-analysis-ms.yaml b/blueprints/k8s-slice-analysis-ms.yaml index 4615888..1a66579 100644 --- a/blueprints/k8s-slice-analysis-ms.yaml +++ b/blueprints/k8s-slice-analysis-ms.yaml @@ -28,7 +28,7 @@ inputs: tag_version: type: string description: docker image name and version - default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.components.slice-analysis-ms:1.0.1" + default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.components.slice-analysis-ms:1.0.3" pgaas_cluster_name: type: string description: pg cluster diff --git a/pom.xml b/pom.xml index 74e32ee..89d16d7 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.0.2-SNAPSHOT + 3.0.3-SNAPSHOT http://maven.apache.org pom diff --git a/version.properties b/version.properties index 40a0e39..0453b60 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=3 minor=0 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg