Skip to content

fix(container): update image valkey/valkey to v9.0.3#1284

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/valkey-valkey-9.x
Open

fix(container): update image valkey/valkey to v9.0.3#1284
renovate[bot] wants to merge 1 commit intomainfrom
renovate/valkey-valkey-9.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 28, 2026

This PR contains the following updates:

Package Update Change
valkey/valkey patch 9.0.29.0.3

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

valkey-io/valkey (valkey/valkey)

v9.0.3

Compare Source

Valkey 9.0.3

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
Bug fixes
  • Avoids crash during MODULE UNLOAD when ACL rules reference a module command and subcommand (#​3160)
  • Fix server assert on ACL LOAD when current user loses permission to channels (#​3182)
  • Fix bug causing no response flush sometimes when IO threads are busy (#​3205)

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown
Contributor

--- HelmRelease: databases/redis StatefulSet: databases/redis

+++ HelmRelease: databases/redis StatefulSet: databases/redis

@@ -48,13 +48,13 @@

           valueFrom:
             secretKeyRef:
               key: password
               name: redis-secret
         - name: REDIS_PORT
           value: '6379'
-        image: valkey/valkey:9.0.2
+        image: valkey/valkey:9.0.3
         livenessProbe:
           exec:
             command:
             - sh
             - -c
             - /health/ping_liveness.sh 5

@github-actions
Copy link
Copy Markdown
Contributor

Renovate PR Analysis

Update Summary

  • Dependency: valkey/valkey (Docker image)
  • Version: 9.0.2 → 9.0.3
  • Type: patch

Release Changes

  • Security fixes (3 CVEs):
    • 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
  • Bug fixes:
    • Avoids crash during MODULE UNLOAD when ACL rules reference module commands
    • Fix server assert on ACL LOAD when user loses channel permissions
    • Fix response flush issue when IO threads are busy

Breaking Changes

No breaking changes detected. This is a patch release with backward-compatible security and bug fixes.

Configuration Changes Required

No configuration changes needed. Our current deployment:

  • Uses simple password authentication
  • No Lua scripting
  • No cluster mode
  • No modules loaded
  • No advanced ACL rules

The security fixes in this release do not affect our usage pattern.

Migration Notes

No migration required. This is a straightforward patch update.

Recommendation

Safe to merge. This patch update includes important security fixes with no breaking changes or configuration updates required for our deployment.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 28, 2026

--- kubernetes/apps/databases/redis/app Kustomization: flux-system/cluster-databases-redis HelmRelease: databases/redis

+++ kubernetes/apps/databases/redis/app Kustomization: flux-system/cluster-databases-redis HelmRelease: databases/redis

@@ -41,13 +41,13 @@

                   secretKeyRef:
                     key: password
                     name: redis-secret
               REDIS_PORT: '6379'
             image:
               repository: valkey/valkey
-              tag: 9.0.2
+              tag: 9.0.3
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   exec:

@renovate renovate Bot force-pushed the renovate/valkey-valkey-9.x branch from 9d20cde to 5d170e3 Compare March 13, 2026 18:57
@github-actions
Copy link
Copy Markdown
Contributor

User renovate[bot] does not have write permissions

github run

@renovate renovate Bot force-pushed the renovate/valkey-valkey-9.x branch from 5d170e3 to 373e868 Compare April 29, 2026 13:03
@github-actions
Copy link
Copy Markdown
Contributor

User renovate[bot] does not have write permissions

github run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants