Bump version to 1.2.5 and push to staging area 40/10240/1 1.2.5
authorAlexandre Huff <alexandrehuff@utfpr.edu.br>
Sat, 7 Jan 2023 01:26:26 +0000 (22:26 -0300)
committerAlexandre Huff <alexandrehuff@utfpr.edu.br>
Sat, 7 Jan 2023 01:29:36 +0000 (22:29 -0300)
Issue-ID: RICAPP-205

Change-Id: I617ae0e45a6df4c3f63f46c501d0da7d886bcb07
Signed-off-by: Alexandre Huff <alexandrehuff@utfpr.edu.br>
CMakeLists.txt
container-tag.yaml
docs/rel-notes.rst
xapp-descriptor/config-file.json

index 297d552..ea50118 100644 (file)
@@ -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" )
index 03cf22c..002a0e8 100644 (file)
@@ -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'
index 48c62c8..51f5f79 100644 (file)
@@ -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
index aad35fb..7d7b9f6 100644 (file)
@@ -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"
             }
         }
     ],