aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordengyh <dengyuanhong@chinamobile.com>2022-03-31 11:29:11 +0800
committerdengyh <dengyuanhong@chinamobile.com>2022-03-31 11:29:54 +0800
commit6fcafc6f88f94a6043f4b284ddb635adb8788fb8 (patch)
treeaed050d44686859b92a40e800f94daeabafb580b
parent4422565966f0fe4bfe711153aa1e811987d5e602 (diff)
Update vfc-lcm version and release note1.4.5
Change-Id: I8743258d6dc3c7c2c2c298ffe2cc3ec931210453 Issue-ID: VFC-1941 Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
-rw-r--r--docker/build_image.sh2
-rw-r--r--docs/release-notes.rst24
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
4 files changed, 27 insertions, 3 deletions
diff --git a/docker/build_image.sh b/docker/build_image.sh
index deb84309..35b795d6 100644
--- a/docker/build_image.sh
+++ b/docker/build_image.sh
@@ -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"
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index 9769a12a..f434a06d 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -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 23f57605..6d9f16a9 100644
--- 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>
diff --git a/version.properties b/version.properties
index 28c09b9d..f9fae068 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=4
-patch=4
+patch=5
base_version=${major}.${minor}.${patch}