From c84738001d53dade028abb3dd15855a04b7153e1 Mon Sep 17 00:00:00 2001 From: Alexandre Huff Date: Fri, 6 Jan 2023 22:26:26 -0300 Subject: [PATCH] Bump version to 1.2.5 and push to staging area Issue-ID: RICAPP-205 Change-Id: I617ae0e45a6df4c3f63f46c501d0da7d886bcb07 Signed-off-by: Alexandre Huff --- CMakeLists.txt | 2 +- container-tag.yaml | 2 +- docs/rel-notes.rst | 5 +++++ xapp-descriptor/config-file.json | 4 ++-- 4 files changed, 9 insertions(+), 4 deletions(-) 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" } } ], -- 2.16.6