aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordengyh <dengyuanhong@chinamobile.com>2022-04-13 09:08:35 +0800
committerdengyh <dengyuanhong@chinamobile.com>2022-04-13 09:09:13 +0800
commitee58b0500dd5e66f468952d5a5dd8c8dba7799a6 (patch)
tree180312aeff8665d1429f508a5ea45553a3d87e94
parent723f796c013bb85e5024a413ccda82341ed980f6 (diff)
Update vfc-lcm version and release note1.4.6
Change-Id: Ic7c72330fb5c8e4700604830df2cb4ad9e7dc7a1 Issue-ID: VFC-1941 Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
-rw-r--r--docker/build_image.sh2
-rw-r--r--docs/release-notes.rst23
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
4 files changed, 26 insertions, 3 deletions
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 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.nfvo.lcm</groupId>
<artifactId>vfc-nfvo-lcm</artifactId>
- <version>1.4.5-SNAPSHOT</version>
+ <version>1.4.6-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-nfvo-lcm</name>
<description>vfc nfvo lcm</description>
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}