diff options
author | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2025-01-06 15:44:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2025-01-06 15:44:02 +0000 |
commit | 7c1a102b5ba91490e6d9e5b3d419a2f2cdc91d4b (patch) | |
tree | f8b8d0913f99840976484090150a991428b87898 /docs/sections/release_notes/release-notes.rst | |
parent | 694f0cbc9985ab9719196ce0d61e8901c040673c (diff) | |
parent | 30ef8932eb85c665e3db41e8819eda3260b80f6d (diff) |
Merge "[DOC] Update versions of Operators"
Diffstat (limited to 'docs/sections/release_notes/release-notes.rst')
-rw-r--r-- | docs/sections/release_notes/release-notes.rst | 85 |
1 files changed, 63 insertions, 22 deletions
diff --git a/docs/sections/release_notes/release-notes.rst b/docs/sections/release_notes/release-notes.rst index 2ede1b8939..161f251a45 100644 --- a/docs/sections/release_notes/release-notes.rst +++ b/docs/sections/release_notes/release-notes.rst @@ -11,6 +11,7 @@ ONAP Operations Manager Release Notes Previous Release Notes ====================== +- :ref:`New Delhi <release_notes_newdelhi>` - :ref:`Montreal <release_notes_montreal>` - :ref:`London <release_notes_london>` - :ref:`Kohn <release_notes_kohn>` @@ -28,7 +29,7 @@ Previous Release Notes Abstract ======== -This document provides the release notes for the New Delhi release. +This document provides the release notes for the Oslo release. Summary ======= @@ -45,38 +46,74 @@ Release Data | **Docker images** | N/A | | | | +--------------------------------------+--------------------------------------+ -| **Release designation** | New Delhi | +| **Release designation** | Oslo | | | | +--------------------------------------+--------------------------------------+ -| **Release date** | 2024/06/13 | +| **Release date** | 2025/01/09 | | | | +--------------------------------------+--------------------------------------+ New features ------------ -* authentication (14.0.0) - add configurable Keycloak Realm and enable Ingress - Interface Authentication and Authorization -* Update the helm common templates (13.2.0) to: +* Support the latest Database Operators: - * Support the latest Database Operators: + * MariaDB-Operator (0.36.0) + * K8ssandra-Operator (v0.20.2) + * Postgres-Operator (CrunchyData) (5.7.2) + * MongoDB-Operator (Percona) (1.18.0) - * MariaDB-Operator (0.28.1) - * K8ssandra-Operator (v0.16.0) - * Postgres-Operator (CrunchyData) (5.5.0) +* authentication (15.0.0) -* cassandra (13.1.0) - support for new K8ssandra-Operator -* mariadb-galera (13.1.0) - support for new MariaDB-Operator -* mongodb (14.12.3) - update to latest bitnami chart version -* postgres (13.1.0) - support for new Postgres-Operator -* postgres-init (13.0.1) - support for new Postgres-Operator -* readinessCheck (13.1.0) - added check for "Service" readiness -* serviceAccount (13.0.1) - add default role creation + * support for REALM Client AuthorizationSettings + * update oauth2-proxy and keycloak-config-cli versions + * add support for latest keycloak version 26.x + +* Update the helm common templates (13.2.10) to: + + * add SecurityContext settings for Production readiness + +* cassandra (13.1.1) + + * support for new cassandra version (4.1.6) + * add SecurityContext settings for Production readiness + +* mariadb-galera (13.2.3) + + * add SecurityContext settings for Production readiness + +* mariadb-init (13.0.2) + + * add SecurityContext settings for Production readiness + +* mongodb (14.12.4) + + * add SecurityContext settings for Production readiness + +* mongodb-init (13.0.2) + + * new chart to support external mongodb initialization + +* postgres (13.1.0) + + * add SecurityContext settings for Production readiness + +* postgres-init (13.0.3) + + * add SecurityContext settings for Production readiness + +* readinessCheck (13.1.1) + + * add SecurityContext settings for Production readiness + +* serviceAccount (13.0.2) + + * adjust default role mapping **Bug fixes** A list of issues resolved in this release can be found here: -https://lf-onap.atlassian.net/projects/OOM/versions/11502 +https://lf-onap.atlassian.net/projects/OOM/versions/10783 **Known Issues** @@ -92,12 +129,16 @@ OOM provides `Helm charts <https://nexus3.onap.org/service/rest/repository/brows Documentation Deliverables ~~~~~~~~~~~~~~~~~~~~~~~~~~ -- :ref:`Project Description <oom_project_description>` - a guide for developers of OOM +- :ref:`Project Description <oom_project_description>` - a guide for developers + of OOM - :ref:`oom_dev_guide` - a guide for developers of OOM -- :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_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 +- :ref:`oom_access_info_guide` - a guide for operators who require access to + OOM applications Known Limitations, Issues and Workarounds ========================================= |