From 10dbe7f857f00e3e005c0fbaa1f9295dc913e1fe Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Fri, 30 Jun 2023 17:02:45 +0100 Subject: [PATCH] Docs: Update release notes Issue-ID: NONRTRIC-883 Change-Id: I2b693c21f8aa5f63ada055947b7e29d235474d56 Signed-off-by: JohnKeeney --- docs/developer-guide.rst | 4 ++-- docs/release-notes.rst | 25 +++++++++++++++++++++++++ docs/requirements-docs.txt | 1 + 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index d3bb426..7dae5c5 100644 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -1,12 +1,12 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. SPDX-License-Identifier: CC-BY-4.0 -.. Copyright (C) 2021 Nordix +.. Copyright (C) 2021-2023 Nordix =============== Developer Guide =============== -This document provides a quickstart for developers of the Non-RT RIC A1 Policy Managent Service. +This document provides a quickstart for developers of the Non-RT RIC A1 Policy Management Service. The A1 Policy Management Service is implemented in ONAP. For documentation see `ONAP CCSDK documentation `_. and `wiki `_. diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 7141ad2..cd76455 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -59,6 +59,9 @@ Version history A1 Policy Management Service (A1 Policy Agent) | 2023-02-10 | 2.5.1 | Yennifer Chacon | G Maintenance | | | | | Release | +------------+----------+------------------+--------------------+ +| 2023-06-16 | 2.6.0 | John Keeney | H Release | +| | | | | ++------------+----------+------------------+--------------------+ Release Data ============ @@ -273,4 +276,26 @@ G Maintenance Release +-----------------------------+---------------------------------------------------+ | **Purpose of the delivery** | Update springboot version | | | | ++-----------------------------+---------------------------------------------------+ + +H Release +--------- ++-----------------------------+---------------------------------------------------+ +| **Project** | Non-RT RIC A1 Policy Management Service | +| | | ++-----------------------------+---------------------------------------------------+ +| **Repo/commit-ID** | nonrtric/plt/a1policymanagementservice | +| | 03913aa30c8d82576ac5adda68f68c4246f34fe7 | +| | | ++-----------------------------+---------------------------------------------------+ +| **Release designation** | H | +| | | ++-----------------------------+---------------------------------------------------+ +| **Release date** | 2023-06-16 | +| | | ++-----------------------------+---------------------------------------------------+ +| **Purpose of the delivery** | nonrtric-plt-a1policymanagementservice:2.6.0 | +| | Numerous security/vulnerability updates | +| | Added support for fine-grained authorisation | +| | Numerous bug fix & stability improvements | +-----------------------------+---------------------------------------------------+ \ No newline at end of file diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index f266a10..f511ba6 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -2,6 +2,7 @@ tox Sphinx doc8 docutils < 0.17 +urllib3~=1.26.15 setuptools six sphinx_rtd_theme -- 2.16.6