From d6fc09ffda84de8c4bf20f21b2662f4efb195f47 Mon Sep 17 00:00:00 2001 From: dyh Date: Tue, 9 Mar 2021 17:10:02 +0800 Subject: Update nfvo-lcm version Change-Id: I961062ad9634494124f268d31848c5bd055e11df Issue-ID: VFC-1830 Signed-off-by: dyh --- docker/build_image.sh | 2 +- docs/release-notes.rst | 26 ++++++++++++++++++++++++++ pom.xml | 2 +- version.properties | 2 +- 4 files changed, 29 insertions(+), 3 deletions(-) diff --git a/docker/build_image.sh b/docker/build_image.sh index b6d5ef4e..d2b745f9 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.1" +VERSION="1.4.2" PROJECT="vfc" IMAGE="nslcm" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 6d336f20..d271bbb5 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -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.2 +-------------- + +:Release Date: 2021-03-08 + +**New Features** + +1. Refactor logging to remove dependency on onaplogging component +2. Update to Python 3.8 +3. Update documents + +Released components: + +NFVO + - vfc-nfvo-lcm 1.4.2 + - vfc-nfvo-driver-gvnfm-gvnfmadapter 1.4.1 + - vfc-nfvo-driver-svnfm-ztedriver 1.3.9 + - vfc-nfvo-driver-svnfm-huawei 1.3.8 + - vfc-nfvo-db 1.3.4 + +GVNFM + - vfc-gvnfm-vnflcm 1.4.1 + - vfc-gvnfm-vnfmgr 1.4.0 + - vfc-gvnfm-vnfres 1.3.9 + + Version: 1.4.1 -------------- diff --git a/pom.xml b/pom.xml index 00edf123..b30e7e17 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 4.0.0 org.onap.vfc.nfvo.lcm vfc-nfvo-lcm - 1.4.1-SNAPSHOT + 1.4.2-SNAPSHOT pom vfc-nfvo-lcm vfc nfvo lcm diff --git a/version.properties b/version.properties index eff345ce..77e67b1c 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=4 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg