Update etsicatalog version 27/107427/2 1.0.6
authordyh <dengyuanhong@chinamobile.com>
Mon, 11 May 2020 02:41:46 +0000 (10:41 +0800)
committerdyh <dengyuanhong@chinamobile.com>
Mon, 11 May 2020 03:08:46 +0000 (11:08 +0800)
Issue-ID: MODELING-330
Change-Id: Ib8b0fe6a0c98298441904615575fa369bb9fac74
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
docker/build_image.sh
docs/release-notes.rst
pom.xml
version.properties

index 3990587..dcb2265 100755 (executable)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.0.5"
+VERSION="1.0.6"
 PROJECT="modeling"
 IMAGE="etsicatalog"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index df70199..baa2566 100644 (file)
@@ -10,6 +10,23 @@ Release Notes
 etsicatalog provides package management service and parser service as Micro
 Service.
 
+Version: 1.0.6
+--------------
+
+:Release Date: 2020-05-11
+
+**New Features**
+
+- optimize the docker image
+
+Released components:
+ - etsicatalog 1.0.6
+
+**Bug Fixes**
+
+- fix bug: Failed to fetch NS package from SDC when having VL resource
+- fix bug: Failed to open admin url
+
 Version: 1.0.5
 --------------
 
diff --git a/pom.xml b/pom.xml
index 73baac2..35a28af 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.modeling.etsicatalog</groupId>
     <artifactId>modeling-etsicatalog</artifactId>
-    <version>1.0.5-SNAPSHOT</version>
+    <version>1.0.6-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>modeling-etsicatalog</name>
     <description>modeling etsicatalog</description>
index 3063add..cc57422 100644 (file)
@@ -18,7 +18,7 @@
 
 major=1
 minor=0
-patch=5
+patch=6
 
 base_version=${major}.${minor}.${patch}