Update HV-VES image 78/116778/1
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>
Wed, 13 Jan 2021 08:52:12 +0000 (09:52 +0100)
committerRemigiusz Janeczek <remigiusz.janeczek@nokia.com>
Wed, 13 Jan 2021 08:54:40 +0000 (09:54 +0100)
HV-VES 1.5.1 was fixed to allow it to recover after exception in CBS
communication.

Issue-ID: DCAEGEN2-2516
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: If033ac1b3000cf876f6f6e6ca8f4c9786613cc71

blueprints/k8s-hv-ves.yaml
pom.xml
version.properties

index 8c42786..edb65a4 100644 (file)
@@ -27,7 +27,7 @@ imports:
 inputs:
   tag_version:
     type: string
-    default: 'nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.5.0'
+    default: 'nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.5.1'
   service_component_type:
     type: string
     default: 'dcae-hv-ves-collector'
diff --git a/pom.xml b/pom.xml
index c66a745..2b4d1c0 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>2.1.8-SNAPSHOT</version>
+  <version>2.1.9-SNAPSHOT</version>
   <url>http://maven.apache.org</url>
   <packaging>pom</packaging>
 
index 8ac80b7..faeb3e5 100644 (file)
@@ -1,6 +1,6 @@
 major=2\r
 minor=1\r
-patch=8\r
+patch=9\r
 base_version=${major}.${minor}.${patch}\r
 release_version=${base_version}\r
 snapshot_version=${base_version}-SNAPSHOT\r