Update vfc-lcm version and release note 20/128220/1 1.4.5
authordengyh <dengyuanhong@chinamobile.com>
Thu, 31 Mar 2022 03:29:11 +0000 (11:29 +0800)
committerdengyh <dengyuanhong@chinamobile.com>
Thu, 31 Mar 2022 03:29:54 +0000 (11:29 +0800)
Change-Id: I8743258d6dc3c7c2c2c298ffe2cc3ec931210453
Issue-ID: VFC-1941
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
docker/build_image.sh
docs/release-notes.rst
pom.xml
version.properties

index deb8430..35b795d 100644 (file)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.4.4"
+VERSION="1.4.5"
 PROJECT="vfc"
 IMAGE="nslcm"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index 9769a12..f434a06 100644 (file)
@@ -12,6 +12,30 @@ 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.5
+--------------
+
+:Release Date: 2022-03-31
+
+**New Features**
+
+- update Django version to 3.1.4
+- Update the vulnerable direct dependencies
+- Update Docker image to fix CSIT Failure
+
+Released components:
+
+NFVO
+ - vfc-nfvo-lcm 1.4.5
+ - 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.4
 --------------
diff --git a/pom.xml b/pom.xml
index 23f5760..6d9f16a 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.4-SNAPSHOT</version>
+    <version>1.4.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-nfvo-lcm</name>
     <description>vfc nfvo lcm</description>
index 28c09b9..f9fae06 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=4
-patch=4
+patch=5
 
 base_version=${major}.${minor}.${patch}