Merge "[AAI] Add model-loader tracing config"
[oom.git] / docs / sections / release_notes / release-notes.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0
2    International License.
3 .. http://creativecommons.org/licenses/by/4.0
4 .. (c) ONAP Project and its contributors
5 .. _release_notes:
6
7 *************************************
8 ONAP Operations Manager Release Notes
9 *************************************
10
11 Previous Release Notes
12 ======================
13
14 - :ref:`London <release_notes_london>`
15 - :ref:`Kohn <release_notes_kohn>`
16 - :ref:`Jakarta <release_notes_jakarta>`
17 - :ref:`Istanbul <release_notes_istanbul>`
18 - :ref:`Honolulu <release_notes_honolulu>`
19 - :ref:`Guilin <release_notes_guilin>`
20 - :ref:`Frankfurt <release_notes_frankfurt>`
21 - :ref:`El Alto <release_notes_elalto>`
22 - :ref:`Dublin <release_notes_dublin>`
23 - :ref:`Casablanca <release_notes_casablanca>`
24 - :ref:`Beijing <release_notes_beijing>`
25 - :ref:`Amsterdam <release_notes_amsterdam>`
26
27 Abstract
28 ========
29
30 This document provides the release notes for the Montreal release.
31
32 Summary
33 =======
34
35
36
37 Release Data
38 ============
39
40 +--------------------------------------+--------------------------------------+
41 | **Project**                          | OOM                                  |
42 |                                      |                                      |
43 +--------------------------------------+--------------------------------------+
44 | **Docker images**                    | N/A                                  |
45 |                                      |                                      |
46 +--------------------------------------+--------------------------------------+
47 | **Release designation**              | Montreal                             |
48 |                                      |                                      |
49 +--------------------------------------+--------------------------------------+
50 | **Release date**                     | 2023/12/xx                           |
51 |                                      |                                      |
52 +--------------------------------------+--------------------------------------+
53
54 New features
55 ------------
56
57 * Introduction of "Production" ONAP setup, including:
58
59   * Besides the Istio Ingress APIs now the support for `Gateway-API`_
60     is added to the templates, which includes:
61
62     * TCP Routes
63     * UDP Routes
64
65 * Update of Helmcharts to use common templates and practices
66 * Default support for Cassandra 4.x using k8ssandra-operator
67 * Default support for MariaDB 11.x using mariadb-operator
68
69 **Bug fixes**
70
71 A list of issues resolved in this release can be found here:
72 https://jira.onap.org/projects/OOM/versions/11501
73
74 **Known Issues**
75
76 * Components not working under ServiceMesh
77
78   * SO Monitor UI
79   * Policy UI
80
81 Deliverables
82 ------------
83
84 Software Deliverables
85 ~~~~~~~~~~~~~~~~~~~~~
86
87 OOM provides `Helm charts <https://nexus3.onap.org/service/rest/repository/browse/onap-helm-release/>`_
88
89 Documentation Deliverables
90 ~~~~~~~~~~~~~~~~~~~~~~~~~~
91
92 - :ref:`Project Description <oom_project_description>` - a guide for developers of OOM
93 - :ref:`oom_dev_guide` - a guide for developers of OOM
94 - :ref:`oom_infra_guide` - a guide for those setting up the environments that OOM will use
95 - :ref:`oom_deploy_guide` - a guide for those deploying OOM on an existing cloud
96 - :ref:`oom_user_guide` - a guide for operators of an OOM instance
97 - :ref:`oom_access_info_guide` - a guide for operators who require access to OOM applications
98
99 Known Limitations, Issues and Workarounds
100 =========================================
101
102 Known Vulnerabilities
103 ---------------------
104
105
106 Workarounds
107 -----------
108
109 Security Notes
110 --------------
111
112 **Fixed Security Issues**
113
114 References
115 ==========
116
117 For more information on the ONAP Istanbul release, please see:
118
119 #. `ONAP Home Page`_
120 #. `ONAP Documentation`_
121 #. `ONAP Release Downloads`_
122 #. `ONAP Wiki Page`_
123
124
125 .. _`ONAP Home Page`: https://www.onap.org
126 .. _`ONAP Wiki Page`: https://wiki.onap.org
127 .. _`ONAP Documentation`: https://docs.onap.org
128 .. _`ONAP Release Downloads`: https://git.onap.org
129 .. _`Gateway-API`: https://istio.io/latest/docs/tasks/traffic-management/ingress/gateway-api/