From 6ad73a5d444ffa40b887e51f62b5bda0ceebd634 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Fri, 30 Jun 2023 18:29:33 +0100 Subject: [PATCH] Docs: Update release notes Issue-ID: NONRTRIC-883 Change-Id: Ia485cbff9581df828c60ee23f14a76a844d074ab Signed-off-by: JohnKeeney --- docs/conf.py | 2 +- docs/release-notes.rst | 28 +++++++++++++++++++++++++++- docs/requirements-docs.txt | 4 +++- 3 files changed, 31 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 1b25737..c98dec9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,7 @@ from docs_conf.conf import * #branch configuration -branch = 'f-release' +branch = 'latest' linkcheck_ignore = [ 'http://localhost.*', diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 5aad6f6..b06153a 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -1,6 +1,6 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 -.. Copyright (C) 2022 Nordix +.. Copyright (C) 2022-2023 Nordix ============= Release-Notes @@ -35,6 +35,9 @@ Version history RAN Slice Assurance use case | 2022-12-12 | 1.2.0 | Aravindhan | G Release | | | | Ayyanathan | | +------------+----------+------------------+-----------------+ +| 2023-06-16 | 1.2.0 | John Keeney | H Release | +| | 1.3.0 | | | ++------------+----------+------------------+-----------------+ Release Data @@ -232,4 +235,27 @@ G Release +-----------------------------+---------------------------------------------------+ | **Purpose of the delivery** | Helm charts introduced for ICS version and Message| | | formats aligned to work with ONAP SMO install. | ++-----------------------------+---------------------------------------------------+ + +H Release +--------- ++-----------------------------+---------------------------------------------------+ +| **Project** | Non-RT RIC RAN Slice Assurance | +| | | ++-----------------------------+---------------------------------------------------+ +| **Repo/commit-ID** | nonrtric/rapp/ransliceassurance | +| | 7261578f48e7728e2a45447bbf815c5c9745d1cd | +| | | ++-----------------------------+---------------------------------------------------+ +| **Release designation** | H | +| | | ++-----------------------------+---------------------------------------------------+ +| **Release date** | 2023-06-16 | +| | | ++-----------------------------+---------------------------------------------------+ +| **Purpose of the delivery** | nonrtric-rapp-ransliceassurance-icsversion:1.2.0 | +| | Small Updates | +| | nonrtric-rapp-ransliceassurance:1.3.0 | +| | Small Updates | +| | | +-----------------------------+---------------------------------------------------+ \ No newline at end of file diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 939518d..b6d39d5 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -3,4 +3,6 @@ sphinx sphinxcontrib-swaggerdoc sphinx_bootstrap_theme sphinxcontrib-redoc -lfdocs-conf \ No newline at end of file +lfdocs-conf +docutils < 0.17 +urllib3~=1.26.15 \ No newline at end of file -- 2.16.6