blob: 923cd00be3a56f65cdc84e2f986df13a5bee49dc [file] [log] [blame]
Bruno Sakotoff7d57a2021-09-07 18:21:59 -04001.. 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==========================
8CPS Temporal Release Notes
9==========================
10
puthuparambil.aditya50c6f352022-01-05 13:44:23 +000011.. contents::
12 :depth: 2
13..
14
15.. ========================
16.. * * * JAKARTA * * *
17.. ========================
18
19Version: 1.1.0-SNAPSHOT
20=======================
21
22This 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
24Features
25--------
26* None
27
28Bug 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
Bruno Sakotoc6d225f2022-02-11 15:05:32 -050033.. ========================
34.. * * * ISTANBUL * * *
35.. ========================
36
37Version: 1.0.1
38==============
39
40* Release Date: 2021-01-06 (Istanbul)
41
42Artifacts released
43------------------
44
45.. table::
46
47 =============================== ===============================
48 **Repository** **Docker Image**
49 onap/cps-temporal onap/cps-temporal:1.0.1
50 =============================== ===============================
51
52Features
53--------
54* None
55
56Bug 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
Bruno Sakoto6b90b962021-09-15 07:57:51 -040061Version: 1.0.0
62==============
Bruno Sakotoff7d57a2021-09-07 18:21:59 -040063
Bruno Sakoto6b90b962021-09-15 07:57:51 -040064* Release Date: 2021-09-14 (Istanbul)
Bruno Sakotoff7d57a2021-09-07 18:21:59 -040065
Bruno Sakoto6b90b962021-09-15 07:57:51 -040066Artifacts released
67------------------
Bruno Sakotoff7d57a2021-09-07 18:21:59 -040068
69.. table::
70
Bruno Sakoto6b90b962021-09-15 07:57:51 -040071 =============================== ===============================
72 **Repository** **Docker Image**
73 onap/cps-temporal onap/cps-temporal:1.0.0
74 =============================== ===============================
Bruno Sakotoff7d57a2021-09-07 18:21:59 -040075
Bruno Sakoto6b90b962021-09-15 07:57:51 -040076New features
77------------
Bruno Sakotoff7d57a2021-09-07 18:21:59 -040078
Bruno Sakoto6b90b962021-09-15 07:57:51 -040079* `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
82Known Limitations, Issues and Workarounds
83-----------------------------------------
84
85* None
86
87Security Notes
88--------------
89
90Known 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
94Fixed Security Issues:
95
96* None