From: dengyh Date: Fri, 18 Mar 2022 02:46:03 +0000 (+0800) Subject: Update release note and version X-Git-Tag: 1.0.12^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=modeling%2Fetsicatalog.git;a=commitdiff_plain;h=e0a465eef9f406916986de39664e2a94e84c6cbd Update release note and version Change-Id: I7dc939375e76783f65d4e5cedd8b9b3fa7430170 Issue-ID: MODELING-601 Signed-off-by: dengyh --- diff --git a/docker/build_image.sh b/docker/build_image.sh index 9d385c4..67c1aca 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.11" +VERSION="1.0.12" PROJECT="modeling" IMAGE="etsicatalog" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 883ebd7..da8d5a9 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -10,6 +10,20 @@ Release Notes etsicatalog provides package management service and parser service as Micro Service. +Version: 1.0.12 +-------------- + +:Release Date: 2022-03-18 + +**New Features** + +- update Django version to 3.1.4 +- Update the vulnerable direct dependencies + +Released components: + - etsicatalog 1.0.12 + + Version: 1.0.11 -------------- diff --git a/pom.xml b/pom.xml index 5bf3133..df6cd33 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 4.0.0 org.onap.modeling.etsicatalog modeling-etsicatalog - 1.0.11-SNAPSHOT + 1.0.12-SNAPSHOT pom modeling-etsicatalog modeling etsicatalog diff --git a/version.properties b/version.properties index b728b3d..b1b0802 100644 --- a/version.properties +++ b/version.properties @@ -18,7 +18,7 @@ major=1 minor=0 -patch=11 +patch=12 base_version=${major}.${minor}.${patch}