From 59880033ba347456fdd364ee234177f008f744bf Mon Sep 17 00:00:00 2001 From: dyh Date: Wed, 3 Mar 2021 14:39:32 +0800 Subject: [PATCH] Update release note and version Change-Id: I152181c0d67dce61e88a93a9e2110bdf39abcedc Issue-ID: MODELING-505 Signed-off-by: dyh --- docker/build_image.sh | 2 +- docs/release-notes.rst | 20 ++++++++++++++++++++ pom.xml | 2 +- version.properties | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/docker/build_image.sh b/docker/build_image.sh index 94e73db..e08fc31 100755 --- 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.0.9" +VERSION="1.0.10" PROJECT="modeling" IMAGE="etsicatalog" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/docs/release-notes.rst b/docs/release-notes.rst index eeaf1d3..253bfcc 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -10,6 +10,26 @@ Release Notes etsicatalog provides package management service and parser service as Micro Service. +Version: 1.0.10 +--------------- + +:Release Date: 2021-03-03 + +**New Features** + +- Support Subscription and Notification for NSD packages +- Refactor logging to remove dependency on onaplogging component +- Upgrade to Python3.8 +- Update document of installation and developer guide + +**Bug Fixes** + +- Fix bug: Get VNF Package Artifact endpoint doesn't accept file extensions + +Released components: + - etsicatalog 1.0.10 + + Version: 1.0.9 -------------- diff --git a/pom.xml b/pom.xml index c13efb0..a504e46 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 4.0.0 org.onap.modeling.etsicatalog modeling-etsicatalog - 1.0.9-SNAPSHOT + 1.0.10-SNAPSHOT pom modeling-etsicatalog modeling etsicatalog diff --git a/version.properties b/version.properties index bc4d85e..4c9aafe 100644 --- a/version.properties +++ b/version.properties @@ -18,7 +18,7 @@ major=1 minor=0 -patch=9 +patch=10 base_version=${major}.${minor}.${patch} -- 2.16.6