Update nfvo-lcm version 89/123789/1 1.4.4
authordyh <dengyuanhong@chinamobile.com>
Thu, 2 Sep 2021 06:34:40 +0000 (14:34 +0800)
committerdyh <dengyuanhong@chinamobile.com>
Thu, 2 Sep 2021 06:35:13 +0000 (14:35 +0800)
Change-Id: Iffe8beb5303cba642461f9492f4665c342b67c44
Issue-ID: VFC-1884
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
docker/build_image.sh
docs/release-notes.rst
pom.xml
version.properties

index dd12141..deb8430 100644 (file)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.4.3"
+VERSION="1.4.4"
 PROJECT="vfc"
 IMAGE="nslcm"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index ae22394..9769a12 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.4
+--------------
+
+:Release Date: 2021-09-02
+
+**New Features**
+
+1. Packages upgrades in direct dependencies, such as PyYAML & httplib2
+2. Remove Python 2.7 from docker image of huawei vnfm driver
+3. Optimize the docker image of VFC db
+
+Released components:
+
+NFVO
+ - vfc-nfvo-lcm 1.4.4
+ - vfc-nfvo-driver-gvnfm-gvnfmadapter 1.4.2
+ - 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.2
+ - vfc-gvnfm-vnfmgr 1.4.1
+ - vfc-gvnfm-vnfres 1.4.0
+
+
 Version: 1.4.3
 --------------
 
diff --git a/pom.xml b/pom.xml
index 418b2e8..23f5760 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.3-SNAPSHOT</version>
+    <version>1.4.4-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-nfvo-lcm</name>
     <description>vfc nfvo lcm</description>
index 44e6ad0..28c09b9 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=4
-patch=3
+patch=4
 
 base_version=${major}.${minor}.${patch}