From ec275cdb9df9756c01af0b9fef5954b53a19949e Mon Sep 17 00:00:00 2001 From: Alexandre Huff Date: Wed, 29 Jun 2022 12:04:07 -0300 Subject: [PATCH] Bump version to 1.2.4 and push to staging area Issue-ID: RICAPP-197 Signed-off-by: Alexandre Huff Change-Id: Ic9945f860461a421fae0cb1768d7a288c8a1ecaf --- CMakeLists.txt | 2 +- container-tag.yaml | 2 +- docs/rel-notes.rst | 4 ++++ xapp-descriptor/config-file.json | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index faf843b..297d552 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 "3" ) +set( patch_level "4" ) set( install_root "${CMAKE_INSTALL_PREFIX}" ) set( install_inc "/usr/local/include" ) diff --git a/container-tag.yaml b/container-tag.yaml index 74c7376..03cf22c 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.3' +tag: '1.2.4' diff --git a/docs/rel-notes.rst b/docs/rel-notes.rst index f529d07..48c62c8 100644 --- a/docs/rel-notes.rst +++ b/docs/rel-notes.rst @@ -9,6 +9,10 @@ Traffic Steering xAPP ===================== +2022 Jun 29 Version 1.2.4 +-------------------------- + Fix Proto file + 2022 May 10 Version 1.2.3 -------------------------- Update TS to enforce A1 policy on throughput predictions diff --git a/xapp-descriptor/config-file.json b/xapp-descriptor/config-file.json index 76561c2..aad35fb 100644 --- a/xapp-descriptor/config-file.json +++ b/xapp-descriptor/config-file.json @@ -1,13 +1,13 @@ { "xapp_name": "trafficxapp", - "version": "1.2.3", + "version": "1.2.4", "containers": [ { "name": "trafficxapp", "image": { "registry": "nexus3.o-ran-sc.org:10002", "name": "o-ran-sc/ric-app-ts", - "tag": "1.2.3" + "tag": "1.2.4" } } ], -- 2.16.6