Update release notes
[cps/cps-temporal.git] / docs / content / release-notes.rst
1 .. This work is licensed under a
2 .. Creative Commons Attribution 4.0 International License.
3 .. http://creativecommons.org/licenses/by/4.0
4 ..
5 .. Copyright (C) 2021 Bell Canada
6
7 ==========================
8 CPS Temporal Release Notes
9 ==========================
10
11 .. contents::
12     :depth: 2
13 ..
14
15 ..      ========================
16 ..      * * *   JAKARTA   * * *
17 ..      ========================
18
19 Version: 1.1.0-SNAPSHOT
20 =======================
21
22 This section lists the main changes & fixes merged into master (snapshot) version of CPS-Temporal. This information is here to assist developers that want experiment/test using our latest code bases directly. Stability of this is not guaranteed.
23
24 Features
25 --------
26 * None
27
28 Bug Fixes
29 ---------
30
31    - `CPS-841 <https://jira.onap.org/browse/CPS-841>`_  Upgrade log4j to 2.17.1 as recommended by ONAP SECCOM
32
33 ..      ========================
34 ..      * * *   ISTANBUL   * * *
35 ..      ========================
36
37 Version: 1.0.1
38 ==============
39
40 * Release Date: 2021-01-06 (Istanbul)
41
42 Artifacts released
43 ------------------
44
45 .. table::
46
47    ===============================  ===============================
48    **Repository**                   **Docker Image**
49    onap/cps-temporal                onap/cps-temporal:1.0.1
50    ===============================  ===============================
51
52 Features
53 --------
54 * None
55
56 Bug Fixes
57 ---------
58
59    - `CPS-841 <https://jira.onap.org/browse/CPS-841>`_  Update log4j version to 2.17.1 due to security vulnerability
60
61 Version: 1.0.0
62 ==============
63
64 * Release Date: 2021-09-14 (Istanbul)
65
66 Artifacts released
67 ------------------
68
69 .. table::
70
71    ===============================  ===============================
72    **Repository**                   **Docker Image**
73    onap/cps-temporal                onap/cps-temporal:1.0.0
74    ===============================  ===============================
75
76 New features
77 ------------
78
79 * `CPS-369 <https://jira.onap.org/browse/CPS-369>`_ - Feature to store temporal data corresponding to CPS Core data node updates.
80 * `CPS-370 <https://jira.onap.org/browse/CPS-370>`_ - Feature to query temporal data from REST API.
81
82 Known Limitations, Issues and Workarounds
83 -----------------------------------------
84
85 * None
86
87 Security Notes
88 --------------
89
90 Known Security Issues:
91
92 * `CPS-488 <https://jira.onap.org/browse/CPS-488>`_ - Authentication and authorization for REST API is limited to one generic user.
93
94 Fixed Security Issues:
95
96 * None