From: rajalakshmisv Date: Wed, 26 Jan 2022 18:55:35 +0000 (+0000) Subject: chnaged config.json for httpRestful registration X-Git-Tag: 1.0.1^0 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=6d7a6db13de6e896f217d7ee55dffdd32dd74b2f;hp=7d5264b22f3a5263006df42ddcc4dc0ee71769f5;p=ric-app%2Frc.git chnaged config.json for httpRestful registration Signed-off-by: rajalakshmisv Change-Id: Ia09dff067a31534fb0255219c32dbbb28af0fefa --- diff --git a/container-tag.yaml b/container-tag.yaml index f20e76e..93eb65b 100644 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -1,3 +1,3 @@ # =====provide jenkings CI jos with a tag for containers/images==== # -------- -tag: 1.0.0 +tag: 1.0.1 diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 109d7cb..e5e5ac6 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -31,3 +31,8 @@ and this project adheres to `Semantic Versioning `__. * changed xapp-frame version * added readthedocs.yaml + +[1.0.1] - 1/27/2022 +-------------------- + +* changed config.json for httpRestful registration diff --git a/xapp-descriptor/config.json b/xapp-descriptor/config.json index 5052cea..21fd680 100644 --- a/xapp-descriptor/config.json +++ b/xapp-descriptor/config.json @@ -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" } } ],