X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fsections%2Frelease_notes%2Frelease-notes.rst;h=0df9483e95cb995aac350282e6d5c43dacf1fb38;hb=e68c766712ed6c95aff054004335813952bf5ffa;hp=c26593675d744dd31f20391def6d632e63f19c45;hpb=0fb3b8f4d48a066259b8a9ea2a18d68d7644f8e5;p=oom.git diff --git a/docs/sections/release_notes/release-notes.rst b/docs/sections/release_notes/release-notes.rst index c26593675d..0df9483e95 100644 --- a/docs/sections/release_notes/release-notes.rst +++ b/docs/sections/release_notes/release-notes.rst @@ -11,6 +11,8 @@ ONAP Operations Manager Release Notes Previous Release Notes ====================== +- :ref:`London ` +- :ref:`Kohn ` - :ref:`Jakarta ` - :ref:`Istanbul ` - :ref:`Honolulu ` @@ -25,7 +27,7 @@ Previous Release Notes Abstract ======== -This document provides the release notes for the Jakarta release. +This document provides the release notes for the Montreal release. Summary ======= @@ -42,25 +44,39 @@ Release Data | **Docker images** | N/A | | | | +--------------------------------------+--------------------------------------+ -| **Release designation** | Jakarta | +| **Release designation** | Montreal | | | | +--------------------------------------+--------------------------------------+ -| **Release date** | | +| **Release date** | 2023/12/xx | | | | +--------------------------------------+--------------------------------------+ New features ------------ +* Introduction of "Production" ONAP setup, including: + + * Besides the Istio Ingress APIs now the support for `Gateway-API`_ + is added to the templates, which includes: + + * TCP Routes + * UDP Routes + +* Update of Helmcharts to use common templates and practices +* Default support for Cassandra 4.x using k8ssandra-operator +* Default support for MariaDB 11.x using mariadb-operator **Bug fixes** A list of issues resolved in this release can be found here: -https://jira.onap.org/projects/OOM/versions/11498 - +https://jira.onap.org/projects/OOM/versions/11501 **Known Issues** +* Components not working under ServiceMesh + + * SO Monitor UI + * Policy UI Deliverables ------------ @@ -75,7 +91,7 @@ Documentation Deliverables - :ref:`Project Description ` - a guide for developers of OOM - :ref:`oom_dev_guide` - a guide for developers of OOM -- :ref:`oom_infra_setup_guide` - a guide for those setting up the environments that OOM will use +- :ref:`oom_infra_guide` - a guide for those setting up the environments that OOM will use - :ref:`oom_deploy_guide` - a guide for those deploying OOM on an existing cloud - :ref:`oom_user_guide` - a guide for operators of an OOM instance - :ref:`oom_access_info_guide` - a guide for operators who require access to OOM applications @@ -90,24 +106,6 @@ Known Vulnerabilities Workarounds ----------- -- `OOM-2754 `_ - Because of *updateEndpoint* property added to *cmpv2issuer* CRD - it is impossible to upgrade platform component from Istanbul to Jakarta - release without manual steps. Actions that should be performed: - - #. Update the CRD definition:: - - > kubectl -n onap apply -f oom/kubernetes/platform/components/cmpv2-cert-provider/crds/cmpv2issuer.yaml - #. Upgrade the component:: - - > helm -n onap upgrade dev-platform oom/kubernetes/platform - #. Make sure that *cmpv2issuer* contains correct value for - *spec.updateEndpoint*. The value should be: *v1/certificate-update*. - If it's not, edit the resource:: - - > kubectl -n onap edit cmpv2issuer cmpv2-issuer-onap - - Security Notes -------------- @@ -128,3 +126,4 @@ For more information on the ONAP Istanbul release, please see: .. _`ONAP Wiki Page`: https://wiki.onap.org .. _`ONAP Documentation`: https://docs.onap.org .. _`ONAP Release Downloads`: https://git.onap.org +.. _`Gateway-API`: https://istio.io/latest/docs/tasks/traffic-management/ingress/gateway-api/