forked from valkey-io/valkey-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path00-RELEASENOTES
More file actions
284 lines (240 loc) · 8.58 KB
/
Copy path00-RELEASENOTES
File metadata and controls
284 lines (240 loc) · 8.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
Valkey Bundle Release Notes
================================================================================
Overview
===========================
* valkey-bundle is a containerized version of valkey, enhanced with popular modules for advanced data structures and additional search capabilities.
* This image is built on top of the official valkey base image and includes pre-installed modules for simplified deployment.
Upgrade urgency levels:
|--------------------------------------------------------------------------------|
| Level | Meaning |
|----------|---------------------------------------------------------------------|
| LOW | No need to upgrade unless there are new features you want to use. |
| MODERATE | Program an upgrade of the server, but it's not urgent. |
| HIGH | There is a critical bug that may affect a subset of users. Upgrade! |
| CRITICAL | There is a critical bug affecting MOST USERS. Upgrade ASAP. |
| SECURITY | There are security fixes in the release. |
|--------------------------------------------------------------------------------|
================================================================================
Valkey Bundle 9.0.1 - Released Tue 24 Feb 2026
================================================================================
Upgrade urgency SECURITY: This release includes security fixes we recommend you
apply as soon as possible.
Security fixes
==============
* (CVE-2025-67733) RESP Protocol Injection via Lua error_reply
* (CVE-2026-21863) Remote DoS with malformed Valkey Cluster bus message
* (CVE-2026-27623) Reset request type after handling empty requests
* (CVE-2026-21864) Remote DoS from malformed RESTORE command
Key Changes
===========================
Check the [Valkey 9.0.3](https://github.com/valkey-io/valkey/blob/9.0/00-RELEASENOTES), [Valkey-JSON 1.0.2](https://github.com/valkey-io/valkey-json/blob/1.0/00-RELEASENOTES), [Valkey-Bloom 1.0.1](https://github.com/valkey-io/valkey-bloom/blob/1.0/00-RELEASENOTES), and [Valkey-Search 1.0.2](https://github.com/valkey-io/valkey-search/blob/1.0/00-RELEASENOTES) release notes to see all the changes for Valkey Bundle 9.0.1.
Core Components
===========================
* Base Debian Image: valkey/valkey:9.0.3-trixie
* Base Alpine Image: valkey/valkey:9.0.3-alpine
* valkey - 9.0.3
* valkey-json - 1.0.2
* valkey-bloom - 1.0.1
* valkey-search - 1.0.2
* valkey-ldap - 1.0.0
Supported Tags and Platforms
===========================
Supported Debian Tags:
* 9.0.1
* 9.0
* 9
* latest
* 9.0.1-trixie
* 9.0-trixie
* 9-trixie
Supported Alpine Tags:
* 9.0.1-alpine
* 9.0-alpine
* 9-alpine
* alpine
Platform Support:
===========================
* linux/amd64
* linux/arm64
================================================================================
Valkey Bundle 8.1.4 - Released Tue 24 Feb 2026
================================================================================
Upgrade urgency SECURITY: This release includes security fixes we recommend you
apply as soon as possible.
Security fixes
==============
* (CVE-2026-21863) Remote DoS with malformed Valkey Cluster bus message
* (CVE-2025-67733) RESP Protocol Injection via Lua error_reply
* (CVE-2026-21864) Remote DoS from malformed RESTORE command
Key Changes
===========================
Check the [Valkey 8.1.6](https://github.com/valkey-io/valkey/blob/8.1/00-RELEASENOTES), [Valkey-JSON 1.0.2](https://github.com/valkey-io/valkey-json/blob/1.0/00-RELEASENOTES), [Valkey-Bloom 1.0.1](https://github.com/valkey-io/valkey-bloom/blob/1.0/00-RELEASENOTES), and [Valkey-Search 1.0.2](https://github.com/valkey-io/valkey-search/blob/1.0/00-RELEASENOTES) release notes to see all the changes for Valkey Bundle 8.1.4.
Core Components
===========================
* Base Debian Image: valkey/valkey:8.1.6-trixie
* Base Alpine Image: valkey/valkey:8.1.6-alpine
* valkey - 8.1.6
* valkey-json - 1.0.2
* valkey-bloom - 1.0.1
* valkey-search - 1.0.2
* valkey-ldap - 1.0.0
Supported Tags and Platforms
===========================
Supported Debian Tags:
* 8.1.4
* 8.1
* 8.1.4-trixie
* 8.1-trixie
Supported Alpine Tags:
* 8.1.4-alpine
* 8.1-alpine
Platform Support:
===========================
* linux/amd64
* linux/arm64
================================================================================
Valkey Bundle 9.0.0 - Released Wed 26 Nov 2025
================================================================================
Core Components
===========================
* Base Debian Image: valkey/valkey:9.0.0-trixie
* Base Alpine Image: valkey/valkey:9.0.0-alpine
* valkey - 9.0.0
* valkey-json - 1.0.2
* valkey-bloom - 1.0.0
* valkey-search - 1.0.2
* valkey-ldap - 1.0.0
Supported Tags and Platforms
===========================
Supported Debian Tags:
* 9.0.0
* 9.0
* 9.0.0-trixie
* 9.0-trixie
Supported Alpine Tags:
* 9.0.0-alpine
* 9.0-alpine
* 9-alpine
* alpine
Platform Support:
===========================
* linux/amd64
* linux/arm64
Key Changes
===========================
Check the [Valkey 9.0.0](https://github.com/valkey-io/valkey/blob/9.0/00-RELEASENOTES), [Valkey-JSON 1.0.2](https://github.com/valkey-io/valkey-json/blob/1.0/00-RELEASENOTES), and [Valkey-Search 1.0.2](https://github.com/valkey-io/valkey-search/blob/1.0/00-RELEASENOTES) release notes to see all the changes for Valkey Bundle 9.0.0.
================================================================================
Valkey Bundle 9.0.0-rc1 - Released Fri 22 Aug 2025
================================================================================
Core Components
===========================
* Base Debian Image: valkey/valkey:9.0.0-rc1-bookworm
* Base Alpine Image: valkey/valkey:9.0.0-rc1-alpine
* valkey - 9.0.0-rc1
* valkey-json - 1.0.1
* valkey-bloom - 1.0.0
* valkey-search - 1.0.1
* valkey-ldap - 1.0.0
Supported Tags and Platforms
===========================
Supported Debian Tags:
* 9.0.0-rc1
* 9.0-rc1
* 9.0.0-rc1-trixie
* 9.0-rc1-trixie
Supported Alpine Tags:
* 9.0.0-rc1-alpine
* 9.0-rc1-alpine
Platform Support:
===========================
* linux/amd64
* linux/arm64
Key Changes
===========================
Check the [Valkey 9.0.0](https://github.com/valkey-io/valkey/blob/9.0/00-RELEASENOTES) release notes to see all the changes for Valkey Bundle 9.0.0-rc1
================================================================================
Valkey Bundle 8.1.1 - Released Thu 21 Aug 2025
================================================================================
Core Components
===========================
* Base Debian Image: valkey/valkey:8.1.3-bookworm
* Base Alpine Image: valkey/valkey:8.1.3-alpine
* valkey - 8.1.3
* valkey-json - 1.0.1
* valkey-bloom - 1.0.0
* valkey-search - 1.0.1
* valkey-ldap - 1.0.0
Supported Tags and Platforms
===========================
Supported Debian Tags:
* 8.1.1
* 8.1
* 8
* latest
* 8.1.1-bookworm
* 8.1-bookworm
* 8-bookworm
Supported Alpine Tags:
* 8.1.1-alpine
* 8.1-alpine
* 8-alpine
* alpine
Platform Support:
===========================
* linux/amd64
* linux/arm64
Key Changes
===========================
Security:
* CVE-2025-32023 prevent out-of-bounds write during hyperloglog operations in Valkey
* CVE-2025-48367 retry accept on transient errors in Valkey
Features:
* Fix various bugs and issues in Valkey
================================================================================
Valkey Bundle 8.1.0 - Released Mon 23 June 2025
================================================================================
Core Components
===========================
* Base Debian Image: valkey/valkey:8.1.2-bookworm
* Base Alpine Image: valkey/valkey:8.1.2-alpine
* valkey - 8.1.2
* valkey-json - 1.0.1
* valkey-bloom - 1.0.0
* valkey-search - 1.0.1
* valkey-ldap - 1.0.0
Supported Tags and Platforms
===========================
Supported Debian Tags:
* 8.1.0
* 8.1
* 8
* latest
* 8.1.0-bookworm
* 8.1-bookworm
* 8-bookworm
Supported Alpine Tags:
* 8.1.0-alpine
* 8.1-alpine
* 8-alpine
* alpine
Platform Support:
===========================
* linux/amd64
* linux/arm64
Key Changes
===========================
Security:
* Protected mode config(`--protected-mode no`) disabled by default on valkey base image
* Authentication strongly recommended for external exposure
Features:
* Persistent storage support `(/data volume)`
* Configurable via environment variable `VALKEY_EXTRA_FLAGS`
* Custom configuration file support `valkey.conf`
* Connecting via `valkey-cli`
We appreciate the efforts of all who contributed to this Docker image release!
Contributors:
* Roshan Khatri (roshkhatri)
* Nikhil Manglore (Nikhil-Manglore)
* Ricardo Dias (rjd15372)
* Katie Holly (Fusl)
* Roberto Luna Rojas (rlunar)