From: JohnKeeney Date: Fri, 30 Jun 2023 17:15:40 +0000 (+0100) Subject: Docs: Update release notes X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F66%2F11466%2F2;p=nonrtric%2Fplt%2Frappcatalogue.git Docs: Update release notes Issue-ID: NONRTRIC-883 Change-Id: Ic19070258d8e0795b1776096ffdc76581cbb6b5c Signed-off-by: JohnKeeney --- diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 26adf7c..812bf55 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -1,12 +1,11 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 -.. Copyright (C) 2021 Nordix +.. Copyright (C) 2021-2023 Nordix ============= Release-Notes ============= - This document provides the release notes for the Non-RT RIC App Catalogue. .. contents:: @@ -35,6 +34,9 @@ Version history App Catalogue | 2023-02-14 | 1.0.2 | Yennifer Chacon | G Maintenance | | | | | Release | +------------+----------+------------------+----------------+ +| 2023-06-16 | 1.2.0 | John Keeney | H Release | +| | | | | ++------------+----------+------------------+----------------+ Release Data @@ -173,4 +175,25 @@ G Maintenance Release +-----------------------------+---------------------------------------------------+ | **Purpose of the delivery** | Improvements and test for enhanced version | | | | -+-----------------------------+---------------------------------------------------+ \ No newline at end of file ++-----------------------------+---------------------------------------------------+ + +H Release +--------- ++-----------------------------+---------------------------------------------------+ +| **Project** | Non-RT RIC App Catalogue | +| | | ++-----------------------------+---------------------------------------------------+ +| **Repo/commit-ID** | nonrtric/plt/rappcatalogue | +| | d99ed12b101c22fbdbe64dedcea2172aaf451a1a | +| | | ++-----------------------------+---------------------------------------------------+ +| **Release designation** | H | +| | | ++-----------------------------+---------------------------------------------------+ +| **Release date** | 2023-06-16 | +| | | ++-----------------------------+---------------------------------------------------+ +| **Purpose of the delivery** | nonrtric-plt-rappcatalogue:1.2.0 | +| | Update to JDK 17 & Springboot 3 | +| | | ++-----------------------------+---------------------------------------------------+ diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 8f65cbd..87d7196 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,3 +1,5 @@ sphinx sphinxcontrib-redoc lfdocs-conf +docutils < 0.17 +urllib3~=1.26.15 diff --git a/tox.ini b/tox.ini index 2705e16..e45309b 100644 --- a/tox.ini +++ b/tox.ini @@ -29,9 +29,10 @@ deps = -r{toxinidir}/docs/requirements-docs.txt commands = sphinx-build -W -b html -n -d {envtmpdir}/docs/doctrees ./docs/ {toxinidir}/docs/_build/html echo "Generated docs available in {toxinidir}/docs/_build/html" -whitelist_externals = echo +allowlist_externals = echo [testenv:docs-linkcheck] basepython = python3 deps = -r{toxinidir}/docs/requirements-docs.txt commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck +allowlist_externals = echo