Update docker.io/redis Docker tag to v7.4.2
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 | 7.4.1-alpine -> 7.4.2-alpine |
Release Notes
redis/redis (docker.io/redis)
v7.4.2
Upgrade urgency SECURITY: See security fixes below.
Security fixes
- (CVE-2024-46981) Lua script commands may lead to remote code execution
- (CVE-2024-51741) Denial-of-service due to malformed ACL selectors
Bug fixes
- #13627 Crash on module memory defragmentation
- #13338 Streams:
XINFOlag field is wrong when tombstone is after thelast_idof the consume group - #13473 Streams:
XTRIMdoes not update the maximal tombstone, leading to an incorrect lag - #13470
INFOafterHDELshow wrong number of hash keys with expiration - #13476 Fix a race condition in the
cache_memoryoffunctionsLibCtx - #13626 Memory leak on failed RDB loading
- #13539 Hash: fix key ref for a hash that no longer has fields with expiration on
RENAME/MOVE/SWAPDB/RESTORE - #13443 Cluster: crash when loading cluster config
- #13422 Cluster:
CLUSTER SHARDSreturns empty array - #13465 Cluster: incompatibility with older node versions
- #13608 Cluster:
SORT ... GET #: incorrect error message