Skip to content

Bump Redis version to 8.2.1 #469

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 18, 2025

Conversation

adamiBs
Copy link
Collaborator

@adamiBs adamiBs commented Aug 18, 2025

This PR bumps the Redis version from 8.2.1-int to the official Redis 8.2.1 release.

Changes

  • Update REDIS_DOWNLOAD_URL to use the official Redis 8.2.1 release tarball from http://download.redis.io/releases/redis-8.2.1.tar.gz
  • Update REDIS_DOWNLOAD_SHA to the correct SHA256 hash: e2c1cb9dd4180a35b943b85dfc7dcdd42566cdbceca37d0d0b14c21731582d3e
  • Switch from internal 8.2.1-int tag to official 8.2.1 release

Files Modified

  • alpine/Dockerfile
  • debian/Dockerfile

Verification

The SHA256 hash was verified by downloading the tarball directly:

curl -s http://download.redis.io/releases/redis-8.2.1.tar.gz | sha256sum
# e2c1cb9dd4180a35b943b85dfc7dcdd42566cdbceca37d0d0b14c21731582d3e

Release Information

This change aligns the Docker images with the official Redis 8.2.1 release:

Bug Fixes in 8.2.1

  • #14240 INFO KEYSIZES - potential incorrect histogram updates on cluster mode with modules
  • #14274 Disable Active Defrag during flushing replica
  • #14276 XADD or XTRIM 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)

Pull Request opened by Augment Code with guidance from the PR author

- Update REDIS_DOWNLOAD_URL to use official Redis 8.2.1 release
- Update REDIS_DOWNLOAD_SHA to e2c1cb9dd4180a35b943b85dfc7dcdd42566cdbceca37d0d0b14c21731582d3e
- Switch from internal 8.2.1-int tag to official 8.2.1 release
@adamiBs adamiBs merged commit a13b788 into redis:release/8.2 Aug 18, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant