Bump version to 1.2.4 and push to staging area 62/8662/1 1.2.4
authorAlexandre Huff <alexandrehuff@utfpr.edu.br>
Wed, 29 Jun 2022 15:04:07 +0000 (12:04 -0300)
committerAlexandre Huff <alexandrehuff@utfpr.edu.br>
Wed, 29 Jun 2022 15:04:07 +0000 (12:04 -0300)
Issue-ID: RICAPP-197

Signed-off-by: Alexandre Huff <alexandrehuff@utfpr.edu.br>
Change-Id: Ic9945f860461a421fae0cb1768d7a288c8a1ecaf

CMakeLists.txt
container-tag.yaml
docs/rel-notes.rst
xapp-descriptor/config-file.json

index faf843b..297d552 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 "3" )
+set( patch_level "4" )
 
 set( install_root "${CMAKE_INSTALL_PREFIX}" )
 set( install_inc "/usr/local/include" )
index 74c7376..03cf22c 100644 (file)
@@ -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'
index f529d07..48c62c8 100644 (file)
@@ -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
index 76561c2..aad35fb 100644 (file)
@@ -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"
             }
         }
     ],