Skip to content

Commit 702dd46

Browse files
roshkhatrigithub-actions[bot]Nikhil-Manglore
authored
Release Valkey Bundle 8.1.1 (#47)
Signed-off-by: Nikhil Manglore <nmanglor@amazon.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nikhil Manglore <nmanglor@amazon.com>
1 parent 37cb6c4 commit 702dd46

File tree

5 files changed

+62
-16
lines changed

5 files changed

+62
-16
lines changed

00-RELEASENOTES

Lines changed: 50 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,60 @@
1-
Valkey Bundle 8.1.0 Release Notes
1+
Valkey Bundle 8.1 Release Notes
22
================================================================================
33

4-
================================================================================
5-
Valkey Bundle 8.1.0 - Released Mon 23 June 2025
6-
================================================================================
74
Overview
85
===========================
96
* valkey-bundle is a containerized version of valkey, enhanced with popular modules for advanced data structures and additional search capabilities.
107
* This image is built on top of the official valkey base image and includes pre-installed modules for simplified deployment.
118

9+
================================================================================
10+
Valkey Bundle 8.1.1 - Released Thu 21 Aug 2025
11+
================================================================================
12+
13+
Core Components
14+
===========================
15+
* Base Debian Image: valkey/valkey:8.1.3-bookworm
16+
* Base Alpine Image: valkey/valkey:8.1.3-alpine
17+
* valkey - 8.1.3
18+
* valkey-json - 1.0.1
19+
* valkey-bloom - 1.0.0
20+
* valkey-search - 1.0.1
21+
* valkey-ldap - 1.0.0
22+
23+
Supported Tags and Platforms
24+
===========================
25+
Supported Debian Tags:
26+
* 8.1.1
27+
* 8.1
28+
* 8
29+
* latest
30+
* 8.1.1-bookworm
31+
* 8.1-bookworm
32+
* 8-bookworm
33+
34+
Supported Alpine Tags:
35+
* 8.1.1-alpine
36+
* 8.1-alpine
37+
* 8-alpine
38+
* alpine⁠
39+
40+
Platform Support:
41+
===========================
42+
* linux/amd64
43+
* linux/arm64
44+
45+
Key Changes
46+
===========================
47+
Security:
48+
* CVE-2025-32023 prevent out-of-bounds write during hyperloglog operations in Valkey
49+
* CVE-2025-48367 retry accept on transient errors in Valkey
50+
51+
Features:
52+
* Fix various bugs and issues in Valkey
53+
54+
================================================================================
55+
Valkey Bundle 8.1.0 - Released Mon 23 June 2025
56+
================================================================================
57+
1258
Core Components
1359
===========================
1460
* Base Debian Image: valkey/valkey:8.1.2-bookworm

8.1/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
66

7-
FROM docker.io/valkey/valkey:8.1.2-alpine AS build
7+
FROM docker.io/valkey/valkey:8.1.3-alpine AS build
88

9-
ARG SERVER_VERSION=8.1.2
9+
ARG SERVER_VERSION=8.1.3
1010

1111
RUN set -eux; \
1212
apk add --no-cache \
@@ -60,7 +60,7 @@ RUN set -eux; \
6060
WORKDIR /opt/valkey-ldap
6161
RUN RUSTFLAGS="-C target-feature=-crt-static" cargo build --all --all-targets --release;
6262

63-
FROM docker.io/valkey/valkey:8.1.2-alpine
63+
FROM docker.io/valkey/valkey:8.1.3-alpine
6464

6565
RUN set -eux; \
6666
apk add --no-cache libstdc++; \

8.1/debian/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
66

7-
FROM docker.io/valkey/valkey:8.1.2-bookworm AS build
7+
FROM docker.io/valkey/valkey:8.1.3-bookworm AS build
88

9-
ARG SERVER_VERSION=8.1.2
9+
ARG SERVER_VERSION=8.1.3
1010

1111
RUN set -eux; \
1212
\
@@ -61,7 +61,7 @@ RUN set -eux; \
6161
WORKDIR /opt/valkey-ldap
6262
RUN cargo build --all --all-targets --release;
6363

64-
FROM docker.io/valkey/valkey:8.1.2-bookworm
64+
FROM docker.io/valkey/valkey:8.1.3-bookworm
6565

6666
RUN mkdir -p /usr/lib/valkey;
6767

dockerhub-description.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## This file is auto-generated by the Valkey Bundle Update workflow
2-
Last updated: 2025-06-20
2+
Last updated: 2025-08-21
33

44
# Quick reference
55

@@ -13,8 +13,8 @@ Last updated: 2025-06-20
1313

1414

1515
## Official releases
16-
- [`8.1.0`, `8.1`, `8`, `latest`, `8.1.0-bookworm`, `8.1-bookworm`, `8-bookworm`, `bookworm`](https://github.com/valkey-io/valkey-bundle/blob/mainline/8.1/debian/Dockerfile)
17-
- [`8.1.0-alpine`, `8.1-alpine`, `8-alpine`, `alpine`](https://github.com/valkey-io/valkey-bundle/blob/mainline/8.1/alpine/Dockerfile)
16+
- [`8.1.1`, `8.1`, `8`, `latest`, `8.1.1-bookworm`, `8.1-bookworm`, `8-bookworm`, `bookworm`](https://github.com/valkey-io/valkey-bundle/blob/mainline/8.1/debian/Dockerfile)
17+
- [`8.1.1-alpine`, `8.1-alpine`, `8-alpine`, `alpine`](https://github.com/valkey-io/valkey-bundle/blob/mainline/8.1/alpine/Dockerfile)
1818

1919
## What is [Valkey Bundle](https://github.com/valkey-io/valkey-bundle)?
2020
--------------
@@ -26,7 +26,7 @@ This image is built on top of the official Valkey base image and simplifies depl
2626

2727
| valkey-bundle | valkey | valkey-json | valkey-bloom | valkey-search | valkey-ldap |
2828
|-------------------------|-------------|-------------|--------------|---------------|---------------|
29-
| [8.1.0](https://github.com/valkey-io/valkey-bundle/releases/tag/8.1.0) |[8.1.2](https://github.com/valkey-io/valkey/releases/tag/8.1.2) | [1.0.1](https://github.com/valkey-io/valkey-json/releases/tag/1.0.1)| [1.0.0](https://github.com/valkey-io/valkey-bloom/releases/tag/1.0.0)| [1.0.1](https://github.com/valkey-io/valkey-search/releases/tag/1.0.1) | [1.0.0](https://github.com/valkey-io/valkey-ldap/releases/tag/1.0.0) |
29+
| [8.1.1](https://github.com/valkey-io/valkey-bundle/releases/tag/8.1.1) |[8.1.3](https://github.com/valkey-io/valkey/releases/tag/8.1.3) | [1.0.1](https://github.com/valkey-io/valkey-json/releases/tag/1.0.1)| [1.0.0](https://github.com/valkey-io/valkey-bloom/releases/tag/1.0.0)| [1.0.1](https://github.com/valkey-io/valkey-search/releases/tag/1.0.1) | [1.0.0](https://github.com/valkey-io/valkey-ldap/releases/tag/1.0.0) |
3030

3131

3232
# Security

versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"8.1": {
3-
"version": "8.1.0",
3+
"version": "8.1.1",
44
"valkey-server": {
5-
"version": "8.1.2"
5+
"version": "8.1.3"
66
},
77
"modules": {
88
"valkey-json": {

0 commit comments

Comments
 (0)