From 6d7a6db13de6e896f217d7ee55dffdd32dd74b2f Mon Sep 17 00:00:00 2001 From: rajalakshmisv Date: Wed, 26 Jan 2022 18:55:35 +0000 Subject: [PATCH] chnaged config.json for httpRestful registration Signed-off-by: rajalakshmisv Change-Id: Ia09dff067a31534fb0255219c32dbbb28af0fefa --- container-tag.yaml | 2 +- docs/release-notes.rst | 5 +++++ xapp-descriptor/config.json | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) 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" } } ], -- 2.16.6