Docs: Update release notes 17/11417/2
authorJohnKeeney <john.keeney@est.tech>
Fri, 30 Jun 2023 17:15:40 +0000 (18:15 +0100)
committerJohn Keeney <john.keeney@est.tech>
Fri, 30 Jun 2023 19:08:28 +0000 (19:08 +0000)
Issue-ID: NONRTRIC-883
Change-Id: Ic19070258d8e0795b1776096ffdc76581cbb6b5c
Signed-off-by: JohnKeeney <john.keeney@est.tech>
docs/release-notes.rst
docs/requirements-docs.txt
tox.ini

index 26adf7c..812bf55 100644 (file)
@@ -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                |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
index 26964ff..87d7196 100644 (file)
@@ -1,4 +1,5 @@
 sphinx
 sphinxcontrib-redoc
 lfdocs-conf
+docutils < 0.17
 urllib3~=1.26.15
diff --git a/tox.ini b/tox.ini
index 00dd3b8..e45309b 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -35,3 +35,4 @@ allowlist_externals = echo
 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