From: dengyh Date: Wed, 13 Apr 2022 01:08:35 +0000 (+0800) Subject: Update vfc-lcm version and release note X-Git-Tag: 1.4.6^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vfc%2Fnfvo%2Flcm.git;a=commitdiff_plain;h=ee58b0500dd5e66f468952d5a5dd8c8dba7799a6 Update vfc-lcm version and release note Change-Id: Ic7c72330fb5c8e4700604830df2cb4ad9e7dc7a1 Issue-ID: VFC-1941 Signed-off-by: dengyh --- diff --git a/docker/build_image.sh b/docker/build_image.sh index 35b795d6..9759be3f 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.5" +VERSION="1.4.6" PROJECT="vfc" IMAGE="nslcm" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/docs/release-notes.rst b/docs/release-notes.rst index f434a06d..78adec32 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -12,6 +12,29 @@ 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.6 +-------------- + +:Release Date: 2022-04-13 + +**Bug Fixes** + +- Fix tox test loop in mvn-phase-script.sh + +Released components: + +NFVO + - vfc-nfvo-lcm 1.4.6 + - 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.5 -------------- diff --git a/pom.xml b/pom.xml index 6d9f16a9..cd55b766 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 4.0.0 org.onap.vfc.nfvo.lcm vfc-nfvo-lcm - 1.4.5-SNAPSHOT + 1.4.6-SNAPSHOT pom vfc-nfvo-lcm vfc nfvo lcm diff --git a/version.properties b/version.properties index f9fae068..106f2a13 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=4 -patch=5 +patch=6 base_version=${major}.${minor}.${patch}