.. 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::
| 2023-02-14 | 1.0.2 | Yennifer Chacon | G Maintenance |
| | | | Release |
+------------+----------+------------------+----------------+
+| 2023-06-16 | 1.2.0 | John Keeney | H Release |
+| | | | |
++------------+----------+------------------+----------------+
Release Data
+-----------------------------+---------------------------------------------------+
| **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 |
+| | |
++-----------------------------+---------------------------------------------------+
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