aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2021-10-06 07:32:10 +0000
committerGerrit Code Review <gerrit@onap.org>2021-10-06 07:32:10 +0000
commit47520dafd7967e63d682ad1424b9195bff20ed39 (patch)
tree62f37c6e273bf738fcd1b19058bd5242b6252734
parent35337abfe33d5efb5e7f4eb420bc41d5853ebf99 (diff)
parent6b90b96ea93f5dfc22e8871f07d4e9b2c671dd55 (diff)
Merge "Finalize release documentation"
-rw-r--r--docs/content/release-notes.rst46
1 files changed, 27 insertions, 19 deletions
diff --git a/docs/content/release-notes.rst b/docs/content/release-notes.rst
index b7f680c..522f247 100644
--- a/docs/content/release-notes.rst
+++ b/docs/content/release-notes.rst
@@ -8,31 +8,39 @@
CPS Temporal Release Notes
==========================
-This document contains information about CPS Temporal component releases.
+Version: 1.0.0
+==============
-Following releases are available:
+* Release Date: 2021-09-14 (Istanbul)
-* `1.0.0`_ (Istanbul)
+Artifacts released
+------------------
-Istanbul Releases
-=================
+.. table::
-1.0.0
------
+ =============================== ===============================
+ **Repository** **Docker Image**
+ onap/cps-temporal onap/cps-temporal:1.0.0
+ =============================== ===============================
-.. warning:: Draft
+New features
+------------
-.. table::
+* `CPS-369 <https://jira.onap.org/browse/CPS-369>`_ - Feature to store temporal data corresponding to CPS Core data node updates.
+* `CPS-370 <https://jira.onap.org/browse/CPS-370>`_ - Feature to query temporal data from REST API.
+
+Known Limitations, Issues and Workarounds
+-----------------------------------------
+
+* None
+
+Security Notes
+--------------
+
+Known Security Issues:
- ===================== =========================================
- **Release Component** CPS Temporal
- **Release Name** Istanbul 1.0.0
- **Release Delivery** Docker Image: ``onap/cps-temporal:1.0.0``
- **Release Date** *To be defined*
- ===================== =========================================
+* `CPS-488 <https://jira.onap.org/browse/CPS-488>`_ - Authentication and authorization for REST API is limited to one generic user.
-Added
-~~~~~
+Fixed Security Issues:
-* `CPS-369 <https://jira.onap.org/browse/CPS-369>`__ - Feature to store temporal data corresponding to CPS Core data node updates.
-* `CPS-370 <https://jira.onap.org/browse/CPS-370>`__ - Feature to query temporal data from REST API.
+* None