Update nfvo-lcm version 41/118941/1 1.4.2
authordyh <dengyuanhong@chinamobile.com>
Tue, 9 Mar 2021 09:10:02 +0000 (17:10 +0800)
committerdyh <dengyuanhong@chinamobile.com>
Tue, 9 Mar 2021 09:10:30 +0000 (17:10 +0800)
Change-Id: I961062ad9634494124f268d31848c5bd055e11df
Issue-ID: VFC-1830
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
docker/build_image.sh
docs/release-notes.rst
pom.xml
version.properties

index b6d5ef4..d2b745f 100644 (file)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.4.1"
+VERSION="1.4.2"
 PROJECT="vfc"
 IMAGE="nslcm"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index 6d336f2..d271bbb 100644 (file)
@@ -13,6 +13,32 @@ VF-C also provides standard southbound interface to VNFMs and can integrate
 with multi vendor VNFMs via drivers.
 
 
+Version: 1.4.2
+--------------
+
+:Release Date: 2021-03-08
+
+**New Features**
+
+1. Refactor logging to remove dependency on onaplogging component
+2. Update to Python 3.8
+3. Update documents
+
+Released components:
+
+NFVO
+ - vfc-nfvo-lcm 1.4.2
+ - vfc-nfvo-driver-gvnfm-gvnfmadapter 1.4.1
+ - vfc-nfvo-driver-svnfm-ztedriver 1.3.9
+ - vfc-nfvo-driver-svnfm-huawei 1.3.8
+ - vfc-nfvo-db 1.3.4
+
+GVNFM
+ - vfc-gvnfm-vnflcm 1.4.1
+ - vfc-gvnfm-vnfmgr 1.4.0
+ - vfc-gvnfm-vnfres 1.3.9
+
+
 Version: 1.4.1
 --------------
 
diff --git a/pom.xml b/pom.xml
index 00edf12..b30e7e1 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.1-SNAPSHOT</version>
+    <version>1.4.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-nfvo-lcm</name>
     <description>vfc nfvo lcm</description>
index eff345c..77e67b1 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=4
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}