Bump version to 1.2.4 and push to staging area
Issue-ID: RICAPP-197
Signed-off-by: Alexandre Huff <alexandrehuff@utfpr.edu.br>
Change-Id: Ic9945f860461a421fae0cb1768d7a288c8a1ecaf
diff --git a/CMakeLists.txt b/CMakeLists.txt
index faf843b..297d552 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,7 +34,7 @@
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"
}
}
],