From 70fe44909abc1e19cb0f68d8ef09004ba5317d7d Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Mon, 10 Jun 2024 15:03:05 +0200 Subject: Create release notes - create release notes for the initial release of the portalng Issue-ID: PORTALNG-110 Change-Id: If10dd2e33809c835dbd309ea4404f1e16206ebf8 Signed-off-by: Fiete Ostkamp --- docs/index.rst | 14 ++++++- docs/release-notes.rst | 112 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 125 insertions(+), 1 deletion(-) create mode 100644 docs/release-notes.rst diff --git a/docs/index.rst b/docs/index.rst index 746c925..eac188b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,2 +1,14 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright (C) 2024 Deutsche Telekom AG + +.. DO NOT CHANGE THIS LABEL FOR RELEASE NOTES - EVEN THOUGH IT GIVES A WARNING + portal-ng Documentation -####################### \ No newline at end of file +####################### +.. _master_index: + +.. toctree:: + :maxdepth: 2 + + release-notes.rst diff --git a/docs/release-notes.rst b/docs/release-notes.rst new file mode 100644 index 0000000..b876645 --- /dev/null +++ b/docs/release-notes.rst @@ -0,0 +1,112 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright (C) 2024 Deutsche Telekom AG + +.. DO NOT CHANGE THIS LABEL FOR RELEASE NOTES - EVEN THOUGH IT GIVES A WARNING +.. _release_notes: + +Portal-ng Release Notes +####################### + +.. contents:: + :depth: 2 +.. + +.. ========================= +.. * * * NEW DELHI * * * +.. ========================= + +Version: 0.1.0 +============== + +Release Data +------------ + ++--------------------------------------+--------------------------------------------------------+ +| **Portal-ng Project** | | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Docker images** | onap/portal-ng/ui:0.1.1 | +| | onap/portal-ng/bff:0.1.0 | +| | onap/portal-ng/preferences:0.1.1 | +| | onap/portal-ng/history:0.1.1 | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release designation** | 0.1.1 New Delhi | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release date** | 2024 June 13 | +| | | ++--------------------------------------+--------------------------------------------------------+ + + +Features +-------- +The Portal-NG is the successor of the Portal project, which has been discontinued. It offers a dashboard with the last user-actions in the portal, +an app-starter that references the other ui's available in ONAP and +a user management that allows creating and editing users and their roles. + +.. _newdelhi_deliverable: + +Deliverables +------------ + +Software Deliverables + +.. csv-table:: + :header: "Repository", "SubModules", "Version & Docker Image (if applicable)" + :widths: auto + + "portal-ng-ui", "", "onap/portal-ng/ui:0.1.1" + "portal-ng-bff", "", "onap/portal-ng/bff:0.1.0" + "portal-ng-preferences", "", "onap/portal-ng/preferences:0.1.1" + "portal-ng-history", "", "onap/portal-ng/history:0.1.1" + + +Known Limitations, Issues and Workarounds +----------------------------------------- + + None + +*System Limitations* + +None + +*Known Vulnerabilities* + +None + +*Workarounds* + +Documented under corresponding jira if applicable. + +Security Notes +-------------- + +*Fixed Security Issues* + + None + +*Known Security Issues* + + None + +*Known Vulnerabilities in Used Modules* + + None + +References +---------- + +For more information on the latest ONAP release, please see: + +#. `ONAP Home Page`_ +#. `ONAP Wiki Page`_ +#. `ONAP Documentation`_ +#. `ONAP Release Downloads`_ + + +.. _`ONAP Home Page`: https://www.onap.org +.. _`ONAP Wiki Page`: https://wiki.onap.org +.. _`ONAP Documentation`: https://docs.onap.org +.. _`ONAP Release Downloads`: https://git.onap.org -- cgit 1.2.3-korg