aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrishnaa96 <krishna.moorthy6@wipro.com>2021-10-13 21:21:50 +0530
committerkrishna moorthy <krishna.moorthy6@wipro.com>2021-10-19 13:13:12 +0000
commit3997ecece85c006f9023ff6cf7c3832e0995a655 (patch)
tree8e8edb60839de32349a85b92a528918cb8892238
parentedd0d749025304e79a0b931b37259f1009721bd0 (diff)
Update release notesistanbul
Issue-ID: OPTFRA-1007 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Ibf8451d66d0eef8edfae66c91acac2236c40a8a8 (cherry picked from commit 2b9e7f4fca3d510a201283a8561f6ff3424f5fd6)
-rw-r--r--docs/sections/release-notes.rst90
-rw-r--r--requirements.txt2
2 files changed, 91 insertions, 1 deletions
diff --git a/docs/sections/release-notes.rst b/docs/sections/release-notes.rst
index 4c67ae3..67caf9d 100644
--- a/docs/sections/release-notes.rst
+++ b/docs/sections/release-notes.rst
@@ -7,6 +7,96 @@
Release Notes
=============
+
+.. ===========================
+.. * * * ISTANBUL * * *
+.. ===========================
+
+Abstract
+========
+
+This document provides the release notes for the Istanbul release.
+
+Summary
+=======
+
+
+Release Data
+============
+
+
++--------------------------------------+--------------------------------------+
+| **OOF Project** | |
+| | |
++--------------------------------------+--------------------------------------+
+| **Docker images** | optf-osdf 3.0.6 |
+| | |
+| | |
++--------------------------------------+--------------------------------------+
+| **Release designation** | 8.0.0 istanbul |
+| | |
++--------------------------------------+--------------------------------------+
+| **Release date** | 28/10/2021 (TBD) |
+| | |
++--------------------------------------+--------------------------------------+
+
+
+New features
+------------
+
+- Enhancements in NxI termination to support second level NSSIs
+- Update NxI termination app to use AAI DSL query
+- Add CPS client for PCI app
+- OSDF image optimization
+
+Bug Fixes
+---------
+
+- OPTFRA-511 Return error when policies are not present
+- OPTFRA-943 Fix issues in NSI selection response
+- OPTFRA-853 Remove unwanted gplv3 components from docker image
+
+
+Known Limitations, Issues and Workarounds
+=========================================
+
+System Limitations
+------------------
+
+
+Known Vulnerabilities
+---------------------
+
+
+Workarounds
+-----------
+
+
+Security Notes
+--------------
+
+
+References
+==========
+
+For more information on the ONAP Honolulu release, please see:
+
+#. `ONAP Home Page`_
+#. `ONAP Documentation`_
+#. `ONAP Release Downloads`_
+#. `ONAP Wiki Page`_
+
+
+.. _`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
+
+Quick Links:
+ - `OOF project page <https://wiki.onap.org/display/DW/Optimization+Framework+Project>`_
+ - `Passing Badge information for OOF <https://bestpractices.coreinfrastructure.org/en/projects/1720>`_
+
+
.. ===========================
.. * * * HONOLULU * * *
.. ===========================
diff --git a/requirements.txt b/requirements.txt
index b17a915..56a8931 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,7 +6,7 @@ Flask-HTTPAuth>=3.2.2
jsonschema>=2.5.1
lxml>=3.6.4
python-dateutil>=2.5.3
-PyYAML>=3.12
+PyYAML==5.4.1
requests>=2.14.2
schematics>=2.0.0
onapsmsclient>=0.0.4