[DOC] Create Kohn release Note
[oom.git] / docs / sections / release_notes / release-notes-jakarta.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_jakarta:
6
7 :orphan:
8
9 *************************************
10 ONAP Operations Manager Release Notes
11 *************************************
12
13 Previous Release Notes
14 ======================
15
16 - :ref:`Istanbul <release_notes_istanbul>`
17 - :ref:`Honolulu <release_notes_honolulu>`
18 - :ref:`Guilin <release_notes_guilin>`
19 - :ref:`Frankfurt <release_notes_frankfurt>`
20 - :ref:`El Alto <release_notes_elalto>`
21 - :ref:`Dublin <release_notes_dublin>`
22 - :ref:`Casablanca <release_notes_casablanca>`
23 - :ref:`Beijing <release_notes_beijing>`
24 - :ref:`Amsterdam <release_notes_amsterdam>`
25
26 Abstract
27 ========
28
29 This document provides the release notes for the Jakarta release.
30
31 Summary
32 =======
33
34
35
36 Release Data
37 ============
38
39 +--------------------------------------+--------------------------------------+
40 | **Project**                          | OOM                                  |
41 |                                      |                                      |
42 +--------------------------------------+--------------------------------------+
43 | **Docker images**                    | N/A                                  |
44 |                                      |                                      |
45 +--------------------------------------+--------------------------------------+
46 | **Release designation**              | Jakarta                              |
47 |                                      |                                      |
48 +--------------------------------------+--------------------------------------+
49 | **Release date**                     | 2022/06/23                           |
50 |                                      |                                      |
51 +--------------------------------------+--------------------------------------+
52
53 New features
54 ------------
55
56
57 **Bug fixes**
58
59 A list of issues resolved in this release can be found here:
60 https://jira.onap.org/projects/OOM/versions/11498
61
62
63 **Known Issues**
64
65
66 Deliverables
67 ------------
68
69 Software Deliverables
70 ~~~~~~~~~~~~~~~~~~~~~
71
72 OOM provides `Helm charts <https://nexus3.onap.org/service/rest/repository/browse/onap-helm-release/>`_
73
74 Documentation Deliverables
75 ~~~~~~~~~~~~~~~~~~~~~~~~~~
76
77 Known Limitations, Issues and Workarounds
78 =========================================
79
80 Known Vulnerabilities
81 ---------------------
82
83
84 Workarounds
85 -----------
86
87 - `OOM-2754 <https://jira.onap.org/browse/OOM-2754>`_
88   Because of *updateEndpoint* property added to *cmpv2issuer* CRD
89   it is impossible to upgrade platform component from Istanbul to Jakarta
90   release without manual steps. Actions that should be performed:
91
92   #. Update the CRD definition::
93
94      > kubectl -n onap apply -f oom/kubernetes/platform/components/cmpv2-cert-provider/crds/cmpv2issuer.yaml
95   #. Upgrade the component::
96
97      > helm -n onap upgrade dev-platform oom/kubernetes/platform
98   #. Make sure that *cmpv2issuer* contains correct value for
99      *spec.updateEndpoint*. The value should be: *v1/certificate-update*.
100      If it's not, edit the resource::
101
102      > kubectl -n onap edit cmpv2issuer cmpv2-issuer-onap
103
104
105 Security Notes
106 --------------
107
108 **Fixed Security Issues**
109
110 References
111 ==========
112
113 For more information on the ONAP Istanbul release, please see:
114
115 #. `ONAP Home Page`_
116 #. `ONAP Documentation`_
117 #. `ONAP Release Downloads`_
118 #. `ONAP Wiki Page`_
119
120
121 .. _`ONAP Home Page`: https://www.onap.org
122 .. _`ONAP Wiki Page`: https://wiki.onap.org
123 .. _`ONAP Documentation`: https://docs.onap.org
124 .. _`ONAP Release Downloads`: https://git.onap.org