[DOC] Create Kohn release Note
[oom.git] / docs / sections / release_notes / release-notes-istanbul.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_istanbul:
6
7 :orphan:
8
9 *************************************
10 ONAP Operations Manager Release Notes
11 *************************************
12
13 Previous Release Notes
14 ======================
15
16 - :ref:`Honolulu <release_notes_honolulu>`
17 - :ref:`Guilin <release_notes_guilin>`
18 - :ref:`Frankfurt <release_notes_frankfurt>`
19 - :ref:`El Alto <release_notes_elalto>`
20 - :ref:`Dublin <release_notes_dublin>`
21 - :ref:`Casablanca <release_notes_casablanca>`
22 - :ref:`Beijing <release_notes_beijing>`
23 - :ref:`Amsterdam <release_notes_amsterdam>`
24
25 Abstract
26 ========
27
28 This document provides the release notes for the Istanbul release.
29
30 Summary
31 =======
32
33
34
35 Release Data
36 ============
37
38 +--------------------------------------+--------------------------------------+
39 | **Project**                          | OOM                                  |
40 |                                      |                                      |
41 +--------------------------------------+--------------------------------------+
42 | **Docker images**                    | N/A                                  |
43 |                                      |                                      |
44 +--------------------------------------+--------------------------------------+
45 | **Release designation**              | Istanbul                             |
46 |                                      |                                      |
47 +--------------------------------------+--------------------------------------+
48 | **Release date**                     | 2021/11/04                           |
49 |                                      |                                      |
50 +--------------------------------------+--------------------------------------+
51
52 New features
53 ------------
54
55
56 **Bug fixes**
57
58 A list of issues resolved in this release can be found here:
59 https://jira.onap.org/projects/OOM/versions/11074
60
61
62 **Known Issues**
63
64
65 Deliverables
66 ------------
67
68 Software Deliverables
69 ~~~~~~~~~~~~~~~~~~~~~
70
71 OOM provides `Helm charts <https://nexus3.onap.org/service/rest/repository/browse/onap-helm-release/>`_
72
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 Honolulu to Istanbul
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