diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.rst | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 3ccbfdcd..ab0c22d6 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -12,16 +12,16 @@ SDNC Release Notes Abstract ======== -This document provides the release notes for the Istanbul release of the Software Defined +This document provides the release notes for the Jakarta release of the Software Defined Network Controller (SDNC) Summary ======= -The Istanbul release of SDNC includes enhancements network slicing as well as a major OpenDaylight release -upgrade (to Silicon). +The Jakarta release of SDNC includes enhancements network slicing as well as a major OpenDaylight release +upgrade (to Phosphorus). -The Istanbul release of SDNC also includes substantial improvements in automated test coverage integrated into +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. @@ -36,7 +36,7 @@ Release Data +-------------------------+-------------------------------------------+ | **Docker images** | See :ref:`dockercontainers` section below | +-------------------------+-------------------------------------------+ -| **Release designation** | Istanbul Maintenance Release 1 | +| **Release designation** | Jakarta | | | | +-------------------------+-------------------------------------------+ @@ -44,25 +44,25 @@ Release Data New features ------------ -The SDNC Istanbul release includes the following features, most of which are inherited from CCSDK: +The SDNC Jakarta release includes the following features, which are inherited from CCSDK: -* Enhance CSIT testing for SDNC (Jira `SDNC-1544 <https://jira.onap.org/browse/SDNC-1544>`) * Upgrade to OpenDaylight Silicon Release (Jira `CCSDK-3390 <https://jira.onap.org/browse/CCSDK-3390>`_) * A1 Adapter and A1 Policy Management Extensions in Istanbul Release - CCSDK (Jira `CCSDK-3229 <https://jira.onap.org/browse/CCSDK-3229>`_) * Support of O-RAN-SC D-Release (Jira `CCSDK-3158 <https://jira.onap.org/browse/CCSDK-3158>`_) * CCSDK impacts for Network slicing in Istanbul Release (Jira `CCSDK-3297 <https://jira.onap.org/browse/CCSDK-3297>`_) -For the complete list of `SDNC Istanbul release epics <https://jira.onap.org/issues/?filter=12638>`_ and -`SDNC Honolulu release user stories <https://jira.onap.org/issues/?filter=12637>`_ , please see the `ONAP Jira`_. + +For the complete list of `CCSDK Istanbul release epics <https://jira.onap.org/issues/?filter=12635>`_ and +`CCSDK Istanbul release user stories <https://jira.onap.org/issues/?filter=12636>`_ , please see the `ONAP Jira`_. **Bug fixes** -The SDNC Istanbul Maintenance Release 1 addresses a critical vulnerability discovered in log4j by +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 Istanbul release <https://jira.onap.org/issues/?filter=12643>`_ is maintained on the `ONAP Jira`_. +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** @@ -81,8 +81,8 @@ Software Deliverables Docker Containers ````````````````` -The following table lists the docker containers comprising the SDNC Honolulu -release along with the current stable Honolulu 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:: @@ -93,17 +93,17 @@ with the following command:: +--------------------------------+-----------------------------------------------------+---------+ | Image name | Description | Version | +================================+=====================================================+=========+ -| onap/sdnc-aaf-image | SDNC controller image, integrated with AAF for RBAC | 2.2.5 | +| onap/sdnc-aaf-image | SDNC controller image, integrated with AAF for RBAC | 2.3.0 | +--------------------------------+-----------------------------------------------------+---------+ -| onap/sdnc-ansible-server-image | Ansible server | 2.2.5 | +| onap/sdnc-ansible-server-image | Ansible server | 2.3.0 | +--------------------------------+-----------------------------------------------------+---------+ -| onap/sdnc-dmaap-listener-image | DMaaP listener | 2.2.5 | +| onap/sdnc-dmaap-listener-image | DMaaP listener | 2.3.0 | +--------------------------------+-----------------------------------------------------+---------+ -| onap/sdnc-image | SDNC controller image, without AAF integration | 2.2.5 | +| onap/sdnc-image | SDNC controller image, without AAF integration | 2.3.0 | +--------------------------------+-----------------------------------------------------+---------+ -| onap/sdnc-ueb-listener-image | SDC listener | 2.2.5 | +| onap/sdnc-ueb-listener-image | SDC listener | 2.3.0 | +--------------------------------+-----------------------------------------------------+---------+ -| onap/sdnc-web-image | Web tier (currently only used by SDN-R persona) | 2.2.5 | +| onap/sdnc-web-image | Web tier (currently only used by SDN-R persona) | 2.3.0 | +--------------------------------+-----------------------------------------------------+---------+ |