diff options
author | Ahila Pandaram - (iDEAS-ERAH20126618D) <ah20126618@wipro.com> | 2021-02-18 15:27:08 +0530 |
---|---|---|
committer | Ahila <ahila.pandaram@wipro.com> | 2021-02-22 13:21:17 +0530 |
commit | 341d47f73e89630e8444eb3b0369953e265894a9 (patch) | |
tree | 30ef41c3f4b56e46a1eab4868a785d3ab6a5ec43 | |
parent | 259b85ce06c6672f4ae18d900e506dbc20e89d06 (diff) |
Update bluebrint to support the version 1.0.3 of Slice Analysis MS
Issue-ID: DCAEGEN2-2540
Signed-off-by: Ahila Pandaram <ahila.pandaram@wipro.com>
Change-Id: I599a0bdcd61b143b17658a9e16874fe02de35db0
-rw-r--r-- | Changelog.md | 5 | ||||
-rw-r--r-- | blueprints/k8s-slice-analysis-ms.yaml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | 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 @@ -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> 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
|