Update docker.io/redis Docker tag to v8.2.1
Successfully upgraded the Docker container on the Database Host by means of Watchtower container with dependency update facilitated by Mend's Renovate Bot and on the Mastodon instance manually with Docker compose.
This MR contains the following updates:
Package | Update | Change |
---|---|---|
docker.io/redis | patch | 8.2.0-alpine -> 8.2.1-alpine |
Release Notes
redis/redis (docker.io/redis)
v8.2.1
Update urgency: MODERATE
: Program an upgrade of the server, but it's not urgent.
Bug fixes
- #14240
INFO KEYSIZES
- potential incorrect histogram updates on cluster mode with modules - #14274 Disable Active Defrag during flushing replica
- #14276
XADD
orXTRIM
can crash the server after loading RDB - #Q6601 Potential crash when running
FLUSHDB
(MOD-10681)
Performance and resource utilization
- Query Engine - LeanVec and LVQ proprietary Intel optimizations were removed from Redis Open Source
- #Q6621 Fix regression in
INFO
(MOD-10779)