From 3997ecece85c006f9023ff6cf7c3832e0995a655 Mon Sep 17 00:00:00 2001 From: krishnaa96 Date: Wed, 13 Oct 2021 21:21:50 +0530 Subject: Update release notes Issue-ID: OPTFRA-1007 Signed-off-by: krishnaa96 Change-Id: Ibf8451d66d0eef8edfae66c91acac2236c40a8a8 (cherry picked from commit 2b9e7f4fca3d510a201283a8561f6ff3424f5fd6) --- docs/sections/release-notes.rst | 90 +++++++++++++++++++++++++++++++++++++++++ requirements.txt | 2 +- 2 files changed, 91 insertions(+), 1 deletion(-) 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 `_ + - `Passing Badge information for OOF `_ + + .. =========================== .. * * * 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 -- cgit 1.2.3-korg