[COMMON] Add custom certs into AAF truststore
[oom.git] / docs / 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:`Guilin <release_notes_guilin>`
15 - :ref:`Frankfurt <release_notes_frankfurt>`
16 - :ref:`El Alto <release_notes_elalto>`
17 - :ref:`Dublin <release_notes_dublin>`
18 - :ref:`Casablanca <release_notes_casablanca>`
19 - :ref:`Beijing <release_notes_beijing>`
20 - :ref:`Amsterdam <release_notes_amsterdam>`
21
22 Abstract
23 ========
24
25 This document provides the release notes for the Honolulu release.
26
27 Summary
28 =======
29
30 The focus of this release is to strengthen the foundation of OOM installer.
31
32 Release Data
33 ============
34
35 +--------------------------------------+--------------------------------------+
36 | **Project**                          | OOM                                  |
37 |                                      |                                      |
38 +--------------------------------------+--------------------------------------+
39 | **Docker images**                    | N/A                                  |
40 |                                      |                                      |
41 +--------------------------------------+--------------------------------------+
42 | **Release designation**              | Honolulu                             |
43 |                                      |                                      |
44 +--------------------------------------+--------------------------------------+
45 | **Release date**                     | 2020/12/03                           |
46 |                                      |                                      |
47 +--------------------------------------+--------------------------------------+
48
49 New features
50 ------------
51
52 * Kubernetes support for version up to 1.20
53 * Helm support for version up to 3.5
54 * Limits are set for most of the components
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/10826
60
61 **Known Issues**
62
63 - `<https://github.com/bitnami/bitnami-docker-mariadb-galera/issues/35>`_
64   bitnami mariadb galera image doesn't support single quote in password.
65
66
67
68 Deliverables
69 ------------
70
71 Software Deliverables
72 ~~~~~~~~~~~~~~~~~~~~~
73
74 OOM provides `Helm charts <https://git.onap.org/oom/>`_ that needs to be
75 "compiled" into Helm package. see step 6 in
76 :doc:`quickstart guide <oom_quickstart_guide>`.
77
78 Documentation Deliverables
79 ~~~~~~~~~~~~~~~~~~~~~~~~~~
80
81 - :doc:`Project Description <oom_project_description>`
82 - :doc:`Cloud Setup Guide <oom_cloud_setup_guide>`
83 - :doc:`Quick Start Guide <oom_quickstart_guide>`
84 - :doc:`Setup Ingress Controller <oom_setup_ingress_controller>`
85 - :doc:`Developer Guide <oom_developer_guide>`
86 - :doc:`Hardcoded Certificates <oom_hardcoded_certificates>`
87
88 Known Limitations, Issues and Workarounds
89 =========================================
90
91 Known Vulnerabilities
92 ---------------------
93
94 - Hard coded password used for all OOM deployments
95   [`OJSI-188 <https://jira.onap.org/browse/OJSI-188>`_]
96 - :doc:`Hard coded certificates <oom_hardcoded_certificates>` in Helm packages
97
98 Workarounds
99 -----------
100
101 - `<https://github.com/bitnami/bitnami-docker-mariadb-galera/issues/35>`_
102   Workaround is to generate a password with "short" strenght or pregenerate
103   passwords without single quote in it. Default deployment is using "short"
104   password generation for mariadb.
105
106 Security Notes
107 --------------
108
109 **Fixed Security Issues**
110
111 References
112 ==========
113
114 For more information on the ONAP Frankfurt release, please see:
115
116 #. `ONAP Home Page`_
117 #. `ONAP Documentation`_
118 #. `ONAP Release Downloads`_
119 #. `ONAP Wiki Page`_
120
121
122 .. _`ONAP Home Page`: https://www.onap.org
123 .. _`ONAP Wiki Page`: https://wiki.onap.org
124 .. _`ONAP Documentation`: https://docs.onap.org
125 .. _`ONAP Release Downloads`: https://git.onap.org