From 6fcafc6f88f94a6043f4b284ddb635adb8788fb8 Mon Sep 17 00:00:00 2001 From: dengyh Date: Thu, 31 Mar 2022 11:29:11 +0800 Subject: Update vfc-lcm version and release note Change-Id: I8743258d6dc3c7c2c2c298ffe2cc3ec931210453 Issue-ID: VFC-1941 Signed-off-by: dengyh --- docker/build_image.sh | 2 +- docs/release-notes.rst | 24 ++++++++++++++++++++++++ pom.xml | 2 +- version.properties | 2 +- 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 @@ 4.0.0 org.onap.vfc.nfvo.lcm vfc-nfvo-lcm - 1.4.4-SNAPSHOT + 1.4.5-SNAPSHOT pom vfc-nfvo-lcm vfc nfvo lcm 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} -- cgit 1.2.3-korg