RIC:1060: Change in PTL
[ric-plt/dbaas.git] / docs / release-notes.rst
1 ..
2 ..  Copyright (c) 2019 AT&T Intellectual Property.
3 ..  Copyright (c) 2019-2022 Nokia.
4 ..
5 ..  Licensed under the Creative Commons Attribution 4.0 International
6 ..  Public License (the "License"); you may not use this file except
7 ..  in compliance with the License. You may obtain a copy of the License at
8 ..
9 ..    https://creativecommons.org/licenses/by/4.0/
10 ..
11 ..  Unless required by applicable law or agreed to in writing, documentation
12 ..  distributed under the License is distributed on an "AS IS" BASIS,
13 ..  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ..
15 ..  See the License for the specific language governing permissions and
16 ..  limitations under the License.
17 ..
18
19 Release-Notes
20 =============
21
22 This document provides the release notes of the dbaas.
23
24 .. contents::
25    :depth: 3
26    :local:
27
28
29
30 Version history
31 ---------------
32
33 [0.6.4] - 2023-12-13
34
35 * Bump to Redis 6.2.14 
36
37 [0.6.3] - 2023-05-29
38
39 * Bump to Redis 6.2.12 to fix Local Denial of Service Vulnerability
40
41 [0.6.2] - 2022-07-14
42
43 * Bump to Redis 6.2.7 to fix security vulnerabilities reported in Redis base image 6.2.6
44
45 [0.6.1] - 2022-03-21
46
47 * Upgrade v0.10.0 SDLGO tag for sdlcli and make DBAAS 0.6.1 tag
48
49 [0.6.0] - 2022-01-20
50
51 * Bump Redis base image to 6.2.6, because version 5 is going soon out of maintenance
52
53 [0.5.7] - 2021-12-30
54
55 * Build a new DBAAS Docker image to have the latest version (0.9.3) of the sdlcli -tool
56
57 [0.5.6] - 2021-12-28
58
59 * Build a new DBAAS Docker image to have the latest version (0.9.2) of the sdlcli -tool
60
61 [0.5.5] - 2021-12-16
62
63 * Build a new DBAAS Docker image to take the latest version (0.9.0) of the sdlcli -tool in
64
65 [0.5.4] - 2021-10-26
66
67 * Add sdlcli -tool for troubleshooting SDL and Database problems
68
69 [0.5.3] - 2021-08-26
70
71 * Upgrade apk-tools to fix security vulnerabilities CVE-2021-36159 and CVE-2021-30139.
72
73 [0.5.2] - 2021-06-04
74
75 * Upgrade packages to fix possible security vulnerability reported in Alpine base image.
76
77 [0.5.1] - 2021-02-25
78
79 * Upgrade SSL version to 1.1.1j-r0 to fix possible SSL security vulnerability.
80 * Fix DBAAS testing application compile issue.
81
82 [0.5.0] - 2020-12-11
83
84 * Upgrade DBAAS container's base Redis image to redis:5.0.9-alpine3.11.
85 * Upgrade Redis module's base builder image to bldr-alpine3-go:2.0.0.
86 * Upgrade DBAAS unit test's base builder image to ubuntu:18.04.
87
88 [0.4.1] - 2020-06-17
89
90 * Upgrade base image to bldr-alpine3:12-a3.11 in Redis docker build
91
92 [0.4.0] - 2020-04-23
93
94 * Bump version to 0.4.0 to follow RIC versioning rules (4 is meaning RIC release R4). No functional changes.
95
96 [0.3.2] - 2020-04-22
97
98 * Upgrade base image to bldr-alpine3:10-a3.22-rmr3 in Redis docker build
99 * Fix redismodule resource leak
100
101 [0.3.1] - 2020-02-13
102
103 * Upgrade base image to alpine3-go:1-rmr1.13.1 in Redis docker build
104
105 [0.3.0] - 2020-01-23
106
107 * Enable unit tests and valgrind in CI.
108 * Update redismodule with new commands.
109 * Update documentation.
110
111 [0.2.2] - 2019-11-12
112
113 * Take Alpine (version 6-a3.9) linux base image into use in Redis docker image.
114 * Add mandatory documentation files.
115
116 [0.2.1] - 2019-09-17
117
118 * Add the curl tool to docker image to facilitate trouble-shooting.
119
120 [0.2.0] - 2019-09-03
121
122 * Take Redis 5.0 in use.
123
124 [0.1.0] - 2019-06-17
125
126 * Initial Implementation to provide all the needed elements to deploy database
127   as a service docker image to kubernetes.
128 * Introduce new Redis modules: SETIE, SETNE, DELIE, DELNE, MSETPUB, MSETMPUB,
129   SETXXPUB, SETNXPUB, SETIEPUB, SETNEPUB, DELPUB, DELMPUB, DELIEPUB, DELNEPUB,
130   NGET, NDEL.