From: Alexandre Huff Date: Sat, 7 Jan 2023 01:26:26 +0000 (-0300) Subject: Bump version to 1.2.5 and push to staging area X-Git-Tag: 1.2.5^0 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ric-app%2Fts.git;a=commitdiff_plain;h=c84738001d53dade028abb3dd15855a04b7153e1 Bump version to 1.2.5 and push to staging area Issue-ID: RICAPP-205 Change-Id: I617ae0e45a6df4c3f63f46c501d0da7d886bcb07 Signed-off-by: Alexandre Huff --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 297d552..ea50118 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ cmake_minimum_required( VERSION 3.14 ) set( major_version "1" ) # until CI supports auto tagging; must hard set set( minor_version "2" ) -set( patch_level "4" ) +set( patch_level "5" ) set( install_root "${CMAKE_INSTALL_PREFIX}" ) set( install_inc "/usr/local/include" ) diff --git a/container-tag.yaml b/container-tag.yaml index 03cf22c..002a0e8 100644 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -1,3 +1,3 @@ # this is used by CI jobs to apply a tag when it builds the image --- -tag: '1.2.4' +tag: '1.2.5' diff --git a/docs/rel-notes.rst b/docs/rel-notes.rst index 48c62c8..51f5f79 100644 --- a/docs/rel-notes.rst +++ b/docs/rel-notes.rst @@ -9,6 +9,11 @@ Traffic Steering xAPP ===================== +2023 Jan 6 Version 1.2.5 +-------------------------- + Improve error handling on rest api + Fix communication between TS and QP xApp + 2022 Jun 29 Version 1.2.4 -------------------------- Fix Proto file diff --git a/xapp-descriptor/config-file.json b/xapp-descriptor/config-file.json index aad35fb..7d7b9f6 100644 --- a/xapp-descriptor/config-file.json +++ b/xapp-descriptor/config-file.json @@ -1,13 +1,13 @@ { "xapp_name": "trafficxapp", - "version": "1.2.4", + "version": "1.2.5", "containers": [ { "name": "trafficxapp", "image": { "registry": "nexus3.o-ran-sc.org:10002", "name": "o-ran-sc/ric-app-ts", - "tag": "1.2.4" + "tag": "1.2.5" } } ],