chnaged config.json for httpRestful registration 19/7619/1 e-release 1.0.1
authorrajalakshmisv <rajalakshmisv@gmail.com>
Wed, 26 Jan 2022 18:55:35 +0000 (18:55 +0000)
committerrajalakshmisv <rajalakshmisv@gmail.com>
Wed, 26 Jan 2022 18:56:12 +0000 (18:56 +0000)
Signed-off-by: rajalakshmisv <rajalakshmisv@gmail.com>
Change-Id: Ia09dff067a31534fb0255219c32dbbb28af0fefa

container-tag.yaml
docs/release-notes.rst
xapp-descriptor/config.json

index f20e76e..93eb65b 100644 (file)
@@ -1,3 +1,3 @@
 # =====provide jenkings CI jos with a tag for containers/images====
 # --------
-tag: 1.0.0
+tag: 1.0.1
index 109d7cb..e5e5ac6 100644 (file)
@@ -31,3 +31,8 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`__.
 * changed xapp-frame version
 
 * added readthedocs.yaml  
+
+[1.0.1] - 1/27/2022
+--------------------
+
+* changed config.json for httpRestful registration
index 5052cea..21fd680 100644 (file)
@@ -1,5 +1,5 @@
 {
-  "xapp_name": "rc",
+  "name": "rc",
   "version": "1.0.0",
   "containers": [
     {
@@ -7,7 +7,7 @@
       "image": {
         "registry": "nexus3.o-ran-sc.org:10002",
         "name": "o-ran-sc/ric-app-rc",
-        "tag": "1.0.0"
+        "tag": "1.0.1"
       }
     }
   ],