Update vfc-lcm version and release note 36/128536/1 1.4.6
authordengyh <dengyuanhong@chinamobile.com>
Wed, 13 Apr 2022 01:08:35 +0000 (09:08 +0800)
committerdengyh <dengyuanhong@chinamobile.com>
Wed, 13 Apr 2022 01:09:13 +0000 (09:09 +0800)
Change-Id: Ic7c72330fb5c8e4700604830df2cb4ad9e7dc7a1
Issue-ID: VFC-1941
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
docker/build_image.sh
docs/release-notes.rst
pom.xml
version.properties

index 35b795d..9759be3 100644 (file)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.4.5"
+VERSION="1.4.6"
 PROJECT="vfc"
 IMAGE="nslcm"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index f434a06..78adec3 100644 (file)
@@ -12,6 +12,29 @@ orchestration and close loop automation by working with SO, DCAE and Policy.
 VF-C also provides standard southbound interface to VNFMs and can integrate
 with multi vendor VNFMs via drivers.
 
+Version: 1.4.6
+--------------
+
+:Release Date: 2022-04-13
+
+**Bug Fixes**
+
+- Fix tox test loop in mvn-phase-script.sh
+
+Released components:
+
+NFVO
+ - vfc-nfvo-lcm 1.4.6
+ - vfc-nfvo-driver-gvnfm-gvnfmadapter 1.4.4
+ - vfc-nfvo-driver-svnfm-ztedriver 1.4.1
+ - vfc-nfvo-driver-svnfm-huawei 1.4.1
+ - vfc-nfvo-db 1.3.5
+
+GVNFM
+ - vfc-gvnfm-vnflcm 1.4.3
+ - vfc-gvnfm-vnfmgr 1.4.2
+ - vfc-gvnfm-vnfres 1.4.1
+
 Version: 1.4.5
 --------------
 
diff --git a/pom.xml b/pom.xml
index 6d9f16a..cd55b76 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.nfvo.lcm</groupId>
     <artifactId>vfc-nfvo-lcm</artifactId>
-    <version>1.4.5-SNAPSHOT</version>
+    <version>1.4.6-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-nfvo-lcm</name>
     <description>vfc nfvo lcm</description>
index f9fae06..106f2a1 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=4
-patch=5
+patch=6
 
 base_version=${major}.${minor}.${patch}