diff options
-rw-r--r-- | docs/release-notes.rst | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 30de0ab7..3ccbfdcd 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -36,7 +36,7 @@ Release Data +-------------------------+-------------------------------------------+ | **Docker images** | See :ref:`dockercontainers` section below | +-------------------------+-------------------------------------------+ -| **Release designation** | Istanbul | +| **Release designation** | Istanbul Maintenance Release 1 | | | | +-------------------------+-------------------------------------------+ @@ -57,6 +57,11 @@ For the complete list of `SDNC Istanbul release epics <https://jira.onap.org/iss **Bug fixes** +The SDNC Istanbul Maintenance Release 1 addresses 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`_. **Known Issues** @@ -88,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.2 | +| onap/sdnc-aaf-image | SDNC controller image, integrated with AAF for RBAC | 2.2.5 | +--------------------------------+-----------------------------------------------------+---------+ -| onap/sdnc-ansible-server-image | Ansible server | 2.2.2 | +| onap/sdnc-ansible-server-image | Ansible server | 2.2.5 | +--------------------------------+-----------------------------------------------------+---------+ -| onap/sdnc-dmaap-listener-image | DMaaP listener | 2.2.2 | +| onap/sdnc-dmaap-listener-image | DMaaP listener | 2.2.5 | +--------------------------------+-----------------------------------------------------+---------+ -| onap/sdnc-image | SDNC controller image, without AAF integration | 2.2.2 | +| onap/sdnc-image | SDNC controller image, without AAF integration | 2.2.5 | +--------------------------------+-----------------------------------------------------+---------+ -| onap/sdnc-ueb-listener-image | SDC listener | 2.2.2 | +| onap/sdnc-ueb-listener-image | SDC listener | 2.2.5 | +--------------------------------+-----------------------------------------------------+---------+ -| onap/sdnc-web-image | Web tier (currently only used by SDN-R persona) | 2.2.2 | +| onap/sdnc-web-image | Web tier (currently only used by SDN-R persona) | 2.2.5 | +--------------------------------+-----------------------------------------------------+---------+ |