Fix release notes typos
[sdnc/oam.git] / docs / release-notes.rst
index b5ec1dd..abad9e3 100644 (file)
@@ -12,15 +12,18 @@ SDNC Release Notes
 Abstract
 ========
 
-This document provides the release notes for the Guilin release of the Software Defined
+This document provides the release notes for the Jakarta release of the Software Defined
 Network Controller (SDNC)
 
 Summary
 =======
 
-The Guilin release of SDNC introduces new functionality to support network slicing and extends support
-for Netconf/TLS to address certificate management.  It also includes a major OpenDaylight release
-upgrade (to Sodium), as well as a major Java upgrade (from Java 8 to Java 11).
+The Jakarta release of SDNC includes enhancements network slicing as well as a major OpenDaylight release
+upgrade (to Phosphorus).
+
+The Jakarta release of SDNC also includes substantial improvements in automated test coverage integrated into
+the project's CI/CD framework.  In this release, each time a new SDNC is built, a regression suite is run
+and the docker is only saved if it passes this regression suite.
 
 
 
@@ -33,10 +36,7 @@ Release Data
 +-------------------------+-------------------------------------------+
 | **Docker images**       | See :ref:`dockercontainers` section below |
 +-------------------------+-------------------------------------------+
-| **Release designation** | Guilin                                 |
-|                         |                                           |
-+-------------------------+-------------------------------------------+
-| **Release date**        | 11/19/2020                                |
+| **Release designation** | Jakarta                                   |
 |                         |                                           |
 +-------------------------+-------------------------------------------+
 
@@ -44,46 +44,30 @@ Release Data
 New features
 ------------
 
-The SDNC Guilin release includes the following features:
+The SDNC Jakarta release includes the following features,  which are inherited from CCSDK:
 
-* Upgrade to Java 11 (Jira `SDNC-1242 <https://jira.onap.org/browse/SDNC-1242>`_)
-* Network slicing (Jira `SDNC-915 <https://jira.onap.org/browse/SDNC-915>`_)
-* NETCONF/TLS Certificate Management (Jira `SDNC-966 <https://jira.onap.org/browse/SDNC-966>`_)
-* Decouple SDNC from OpenDaylight / Karaf : phase 2 (Jira `SDNC-1207 <https://jira.onap.org/browse/SDNC-1207>`_)
+* Upgrade to OpenDaylight Phosphorus Release (Jira `CCSDK-3451 <https://jira.onap.org/browse/CCSDK-3451>`_)
+* A1 Adapter and A1 Policy Management Extensions in Jakarta Release - CCSDK (Jira `CCSDK-3463 <https://jira.onap.org/browse/CCSDK-3463>`_)
+* CCSDK impacts for Network slicing in Jakarta Release (Jira `CCSDK-3554 <https://jira.onap.org/browse/CCSDK-3554>`_)
 
-This release also includes an upgrade to the OpenDaylight Sodium release, which SDNC consumes from CCSDK.
-Downstream projects that are consuming SDNC maven artifacts, or that plan to ingest SDNC as source and do local compiles should be
-aware that the upgrades to OpenDaylight Sodium and to Java 11 are both potentially breaking changes.  Therefore, we consider
-Guilin to be a  major release and have reflected this in our version numbering.
 
-For the complete list of `SDNC Guilin release epics <https://jira.onap.org/issues/?filter=12464>`_ and 
-`SDNC Guilin release user stories <https://jira.onap.org/issues/?filter=12465>`_ , please see the `ONAP Jira`_.
+For the complete list of `CCSDK Jakarta release epics <https://jira.onap.org/issues/?filter=12711>`_ and
+`CCSDK Jakarta release user stories <https://jira.onap.org/issues/?filter=12800>`_ , please see the `ONAP Jira`_.
 
 **Bug fixes**
 
-The full list of `bugs fixed in the SDNC Guilin release <https://jira.onap.org/issues/?filter=12466>`_ is maintained on the `ONAP Jira`_.
+The SDNC Jakarta release carries forward a fix from the Istanbul Maintenance Release 1 for a critical vulnerability discovered in log4j by
+upgrading to version 2.17.1 of the log4j-core package.  It also removes the 'data-migrator' package, which
+was an old Proof of Concept that is no longer maintained and which was using a vulnerable version of log4j.
+These changes are described further in Jira `SDNC-1655 <https://jira.onap.org/browse/SDNC-1655>` 
+
+The full list of `bugs fixed in the SDNC Jakarta release <https://jira.onap.org/issues/?filter=12802>`_ is maintained on the `ONAP Jira`_.
 
 **Known Issues**
 
 The full list of `known issues in SDNC <https://jira.onap.org/issues/?filter=11119>`_ is maintained on the `ONAP Jira`_.
 
 
-Removed Features
--------------------
-
-** SDNC portal **
-
-The SDNC portal was deprecated in the Frankfurt release, due
-to resource contraints.  This functionality was delivered dormant
-in Frankfurt (i.e. it is disabled in the Frankfurt helm charts) and was
-removed entirely in the Guilin release.
-
-** VNF-API **
-
-The functionality provided by the VNF-API is now provided as part
-of the GENERIC-RESOURCE-API.  Therefore, the VNF-API was deprecated
-in Frankfurt and has been removed in Guilin.
-
 
 Deliverables
 ------------
@@ -96,31 +80,29 @@ Software Deliverables
 Docker Containers
 `````````````````
 
-The following table lists the docker containers comprising the SDNC Frankfurt 
-release along with the current stable Frankfurt version/tag.  Each of these is
+The following table lists the docker containers comprising the SDNC Jakarta
+release along with the current stable Jakarta version/tag.  Each of these is
 available on the ONAP nexus3 site (https://nexus3.onap.org) and can be downloaded
 with the following command::
 
    docker pull nexus3.onap.org:10001/{image-name}:{version}
 
 
-Note: users that want to use the latest in-development Frankfurt version may use the
-tag 0.7-STAGING-latest to pull the latest daily Frankfurt build
 
 +--------------------------------+-----------------------------------------------------+---------+
 | Image name                     | Description                                         | Version |
 +================================+=====================================================+=========+
-| onap/sdnc-aaf-image            | SDNC controller image, integrated with AAF for RBAC | 2.0.4   |
+| onap/sdnc-aaf-image            | SDNC controller image, integrated with AAF for RBAC | 2.3.0   |
 +--------------------------------+-----------------------------------------------------+---------+
-| onap/sdnc-ansible-server-image | Ansible server                                      | 2.0.4   |
+| onap/sdnc-ansible-server-image | Ansible server                                      | 2.3.0   |
 +--------------------------------+-----------------------------------------------------+---------+
-| onap/sdnc-dmaap-listener-image | DMaaP listener                                      | 2.0.4   |
+| onap/sdnc-dmaap-listener-image | DMaaP listener                                      | 2.3.0  |
 +--------------------------------+-----------------------------------------------------+---------+
-| onap/sdnc-image                | SDNC controller image, without AAF integration      | 2.0.4   |
+| onap/sdnc-image                | SDNC controller image, without AAF integration      | 2.3.0   |
 +--------------------------------+-----------------------------------------------------+---------+
-| onap/sdnc-ueb-listener-image   | SDC listener                                        | 2.0.4   |
+| onap/sdnc-ueb-listener-image   | SDC listener                                        | 2.3.0   |
 +--------------------------------+-----------------------------------------------------+---------+
-| onap/sdnc-web-image            | Web tier (currently only used by SDN-R persona)     | 2.0.4   |
+| onap/sdnc-web-image            | Web tier (currently only used by SDN-R persona)     | 2.3.0   |
 +--------------------------------+-----------------------------------------------------+---------+
 
 
@@ -154,20 +136,11 @@ Not applicable.
 Security Notes
 --------------
 
-Fixed Security Issues
-~~~~~~~~~~~~~~~~~~~~~
-
-The following security issue, related to the SDNC portal, is no longer applicable due to removal
-of the SDNC portal:
-
-* `OJSI-91 <https://jira.onap.org/browse/OJSI-91>`_ : SDNC exposes unprotected API for user creation
-
-.. _secissues :
 
 Known Security Issues
 ~~~~~~~~~~~~~~~~~~~~~
 
-There are no known outstanding security issues related to SDNC Guilin.
+There are no known outstanding security issues related to SDNC Jakarta.
 
 
 Test Results
@@ -178,7 +151,7 @@ Not applicable
 References
 ==========
 
-For more information on the ONAP Frankfurt release, please see:
+For more information on the ONAP Jakarta release, please see:
 
 #. `ONAP Home Page`_
 #. `ONAP Documentation`_
@@ -191,4 +164,4 @@ For more information on the ONAP Frankfurt release, please see:
 .. _`ONAP Documentation`: https://docs.onap.org
 .. _`ONAP Release Downloads`: https://git.onap.org
 .. _`ONAP Jira`: https://jira.onap.org
-.. _`SDN Controller for Radio user guide`: https://docs.onap.org/en/frankfurt/submodules/ccsdk/features.git/docs/guides/onap-user/home.html
+.. _`SDN Controller for Radio user guide`: https://docs.onap.org/projects/onap-ccsdk-features/en/latest/guides/onap-user/home.html