Update bluebrint to support the version 1.0.3 of Slice Analysis MS 26/118026/2
authorAhila Pandaram - (iDEAS-ERAH20126618D) <ah20126618@wipro.com>
Thu, 18 Feb 2021 09:57:08 +0000 (15:27 +0530)
committerAhila <ahila.pandaram@wipro.com>
Mon, 22 Feb 2021 07:51:17 +0000 (13:21 +0530)
Issue-ID: DCAEGEN2-2540
Signed-off-by: Ahila Pandaram <ahila.pandaram@wipro.com>
Change-Id: I599a0bdcd61b143b17658a9e16874fe02de35db0

Changelog.md
blueprints/k8s-slice-analysis-ms.yaml
pom.xml
version.properties

index d160dc3..c7bb287 100644 (file)
@@ -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
index 4615888..1a66579 100644 (file)
@@ -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 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
   <groupId>org.onap.dcaegen2.deployments</groupId>
   <artifactId>k8s-bootstrap-container</artifactId>
   <name>dcaegen2-deployments-k8s-bootstrap-container</name>
-  <version>3.0.2-SNAPSHOT</version>
+  <version>3.0.3-SNAPSHOT</version>
   <url>http://maven.apache.org</url>
   <packaging>pom</packaging>
 
index 40a0e39..0453b60 100644 (file)
@@ -1,6 +1,6 @@
 major=3\r
 minor=0\r
-patch=2\r
+patch=3\r
 base_version=${major}.${minor}.${patch}\r
 release_version=${base_version}\r
 snapshot_version=${base_version}-SNAPSHOT\r