From 6bba630b2fb222a3eaceef44a366792b43944262 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Fri, 15 Dec 2023 17:13:40 +0000 Subject: [PATCH] Release notes & Roll version after i-release 0.0.1 -> 0.0.2 Change-Id: Ie70a2b1f92cd074ccdd3602128fc84091e777455 Signed-off-by: JohnKeeney Issue-ID: NONRTRIC-958 --- docs/conf.py | 7 ++--- docs/overview.rst | 4 ++- docs/release-notes.rst | 11 ++++---- participants/docs/conf.py | 2 +- participants/docs/index.rst | 1 + participants/docs/release-notes.rst | 45 +++++++++++++++++++++++++++++++ participants/participant-impl-dme/pom.xml | 2 +- participants/pom.xml | 2 +- pom.xml | 2 +- rapp-manager-acm/pom.xml | 2 +- rapp-manager-application/pom.xml | 2 +- rapp-manager-dme/pom.xml | 2 +- rapp-manager-models/pom.xml | 2 +- rapp-manager-sme/pom.xml | 2 +- 14 files changed, 68 insertions(+), 18 deletions(-) create mode 100644 participants/docs/release-notes.rst diff --git a/docs/conf.py b/docs/conf.py index ff4e306..3fdecf9 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ from docs_conf.conf import * #branch configuration -branch = 'latest' +branch = 'i-release' baseurl = 'https://docs.o-ran-sc.org/projects/' selfurl = '%s/o-ran-sc-nonrtric-plt-rappmanager/en/%s' %(baseurl, branch) @@ -26,7 +26,8 @@ linkcheck_ignore = [ 'http://localhost.*', 'http://127.0.0.1.*', 'https://gerrit.o-ran-sc.org.*', - './rappmanager-api.html', #Generated file that doesn't exist at link check. + '.*participants.*', # Participants site may not be built yet + './rappmanager-api.html', # Generated file that doesn't exist at link check. ] extensions = ['sphinxcontrib.redoc', 'sphinx.ext.intersphinx',] @@ -46,5 +47,5 @@ redoc_uri = 'https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js intersphinx_mapping = {} intersphinx_mapping['nonrtric'] = ('%s/o-ran-sc-nonrtric/en/%s' %(baseurl, branch), None) -intersphinx_mapping['participants'] = ('%s/participants' % selfurl, None) +#intersphinx_mapping['participants'] = ('%s/participants' % selfurl, None) intersphinx_disabled_reftypes = ["*"] diff --git a/docs/overview.rst b/docs/overview.rst index 1d8c5bc..885f3f3 100755 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -45,7 +45,9 @@ List of participants used by rApp manager sample rApp. * `A1PMS Participant `_ - It interacts with A1PMS of NONRTRIC. It is capable of lifecycle managing A1PMS service. * `Kserve Participant `_ - It interacts with Kserve. It is capable of lifecycle managing Kserve inference service. * `Kubernetes Participant `_ - It interacts with Helm/Kubernetes. It is capable of lifecycle managing Helm charts. It expects the helm charts to be available in the mentioned repository as it doesn't handle the helm chart creation in the chart repository. -* :doc:`DME Participant ` - It interacts with DME(ICS) of NONRTRIC. It is capable of lifecycle managing DME entities. + +.. + :: commenting this out for now * :doc:`DME Participant ` - It interacts with DME(ICS) of NONRTRIC. It is capable of lifecycle managing DME entities. ACM composition and instance details can be provided as part of the rApp package and the package structure can be found in `Sample rApp package structure`_. diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 5843aff..ee48cc7 100755 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -17,7 +17,7 @@ Version history rApp Manager | **Date** | **Ver.** | **Author** | **Comment** | | | | | | +------------+----------+------------------+--------------------+ -| | | | | +| 2023-12-15 | 0.0.1 | John Keeney | I Release | +------------+----------+------------------+--------------------+ @@ -30,15 +30,16 @@ I Release | **Project** | Non-RT RIC | | | | +-----------------------------+---------------------------------------------------+ -| **Repo/commit-ID** | | +| **Repo/commit-ID** | 3b8a84a5cb9cb6ec5a3f4a8ca038431769bced84 | | | | +-----------------------------+---------------------------------------------------+ -| **Release designation** | | +| **Release designation** | I | | | | +-----------------------------+---------------------------------------------------+ -| **Release date** | | +| **Release date** | 2023-12-15 | | | | +-----------------------------+---------------------------------------------------+ -| **Purpose of the delivery** | | +| **Purpose of the delivery** | o-ran-sc/nonrtric-plt-rappmanager:0.0.1 | +| | First release | | | | +-----------------------------+---------------------------------------------------+ \ No newline at end of file diff --git a/participants/docs/conf.py b/participants/docs/conf.py index fb77eb7..4e7cdfb 100755 --- a/participants/docs/conf.py +++ b/participants/docs/conf.py @@ -18,7 +18,7 @@ from docs_conf.conf import * #branch configuration -branch = 'latest' +branch = 'i-release' linkcheck_ignore = [ 'http://localhost.*', diff --git a/participants/docs/index.rst b/participants/docs/index.rst index 1a958ad..13ff582 100755 --- a/participants/docs/index.rst +++ b/participants/docs/index.rst @@ -12,3 +12,4 @@ Non-RT RIC DME Participant ./overview.rst ./developer-guide.rst ./installation-guide.rst + ./release-notes.rst \ No newline at end of file diff --git a/participants/docs/release-notes.rst b/participants/docs/release-notes.rst new file mode 100644 index 0000000..84b3213 --- /dev/null +++ b/participants/docs/release-notes.rst @@ -0,0 +1,45 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. + +============= +Release-Notes +============= + + +This document provides the release notes for the release of Participants for the Non-RT RIC rApp Manager. + + +Version history DME participant for rApp Manager +================================================ + ++------------+----------+------------------+--------------------+ +| **Date** | **Ver.** | **Author** | **Comment** | +| | | | | ++------------+----------+------------------+--------------------+ +| 2023-12-15 | 0.0.1 | John Keeney | I Release | ++------------+----------+------------------+--------------------+ + + +Release Data for DME participant for rApp Manager +================================================= + +I Release +--------- ++-----------------------------+-----------------------------------------------------+ +| **Project** | Non-RT RIC | +| | | ++-----------------------------+-----------------------------------------------------+ +| **Repo/commit-ID** | 3b8a84a5cb9cb6ec5a3f4a8ca038431769bced84 | +| | | ++-----------------------------+-----------------------------------------------------+ +| **Release designation** | I | +| | | ++-----------------------------+-----------------------------------------------------+ +| **Release date** | 2023-12-15 | +| | | ++-----------------------------+-----------------------------------------------------+ +| **Purpose of the delivery** | o-ran-sc/nonrtric-plt-participant-impl-dme:0.0.1 | +| | First release | +| | | ++-----------------------------+-----------------------------------------------------+ \ No newline at end of file diff --git a/participants/participant-impl-dme/pom.xml b/participants/participant-impl-dme/pom.xml index aac5fa5..caefaec 100755 --- a/participants/participant-impl-dme/pom.xml +++ b/participants/participant-impl-dme/pom.xml @@ -25,7 +25,7 @@ org.o-ran-sc.nonrtric.plt participants - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT org.o-ran-sc.nonrtric.plt.participants diff --git a/participants/pom.xml b/participants/pom.xml index 483c0f3..d7eb59c 100755 --- a/participants/pom.xml +++ b/participants/pom.xml @@ -30,7 +30,7 @@ org.o-ran-sc.nonrtric.plt participants - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT pom NONRTRIC ACM Participants O-RAN SC ACM Participants. diff --git a/pom.xml b/pom.xml index 34521ba..9a5816f 100755 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.o-ran-sc.nonrtric.plt rappmanager - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT pom NONRTRIC rAppmanager O-RAN SC rApp Management function. diff --git a/rapp-manager-acm/pom.xml b/rapp-manager-acm/pom.xml index 8cb14c4..f17c9d9 100755 --- a/rapp-manager-acm/pom.xml +++ b/rapp-manager-acm/pom.xml @@ -26,7 +26,7 @@ org.o-ran-sc.nonrtric.plt rappmanager - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT org.o-ran-sc.nonrtric.plt.rappmanager diff --git a/rapp-manager-application/pom.xml b/rapp-manager-application/pom.xml index 5bd7dd1..c830e8c 100755 --- a/rapp-manager-application/pom.xml +++ b/rapp-manager-application/pom.xml @@ -25,7 +25,7 @@ org.o-ran-sc.nonrtric.plt rappmanager - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT org.o-ran-sc.nonrtric.plt.rappmanager diff --git a/rapp-manager-dme/pom.xml b/rapp-manager-dme/pom.xml index 097b21f..3e0ce9c 100755 --- a/rapp-manager-dme/pom.xml +++ b/rapp-manager-dme/pom.xml @@ -25,7 +25,7 @@ org.o-ran-sc.nonrtric.plt rappmanager - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT org.o-ran-sc.nonrtric.plt.rappmanager diff --git a/rapp-manager-models/pom.xml b/rapp-manager-models/pom.xml index 9586c73..5451bb7 100755 --- a/rapp-manager-models/pom.xml +++ b/rapp-manager-models/pom.xml @@ -26,7 +26,7 @@ org.o-ran-sc.nonrtric.plt rappmanager - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT org.o-ran-sc.nonrtric.plt.rappmanager diff --git a/rapp-manager-sme/pom.xml b/rapp-manager-sme/pom.xml index 7106857..ad505a0 100755 --- a/rapp-manager-sme/pom.xml +++ b/rapp-manager-sme/pom.xml @@ -25,7 +25,7 @@ org.o-ran-sc.nonrtric.plt rappmanager - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT org.o-ran-sc.nonrtric.plt.rappmanager -- 2.16.6