feat(container): update image ghcr.io/valkey-io/valkey ( 9.0.3 → 9.1.1 ) - #3335
Open
renovate[bot] wants to merge 1 commit into
Open
feat(container): update image ghcr.io/valkey-io/valkey ( 9.0.3 → 9.1.1 )#3335renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
Path: --- /tmp/tmp.S5BKhQLDgY 2026-07-22 02:37:28.615004368 +0000
+++ /tmp/tmp.mDLilo5uNj 2026-07-22 02:37:29.350014302 +0000
@@ -201,7 +201,7 @@
- ""
- --appendonly
- "no"
- image: ghcr.io/valkey-io/valkey:9.0.3
+ image: ghcr.io/valkey-io/valkey:9.1.1
name: redis
resources:
limits: |
|
Path: --- /tmp/tmp.IgVNZMJZeB 2026-07-22 02:37:21.006285595 +0000
+++ /tmp/tmp.LTpcDyx4rK 2026-07-22 02:37:21.444288181 +0000
@@ -43,6 +43,43 @@
apiVersion: apps/v1
kind: Deployment
metadata:
+ name: release-name-redis
+ namespace: default
+spec:
+ revisionHistoryLimit: 3
+ replicas: 1
+ strategy:
+ type: Recreate
+ selector:
+ matchLabels:
+ app.kubernetes.io/controller: redis
+ app.kubernetes.io/name: release-name
+ app.kubernetes.io/instance: release-name
+ template:
+ metadata: {}
+ spec:
+ enableServiceLinks: false
+ serviceAccountName: default
+ automountServiceAccountToken: true
+ hostIPC: false
+ hostNetwork: false
+ hostPID: false
+ dnsPolicy: ClusterFirst
+ containers:
+ - image: ghcr.io/valkey-io/valkey:9.1.1
+ name: redis
+ resources:
+ limits:
+ memory: 128Mi
+ requests:
+ cpu: 5m
+ memory: 32Mi
+
+---
+# Source: oscar/charts/app-template/templates/common.yaml
+apiVersion: apps/v1
+kind: Deployment
+metadata:
name: paperless
annotations:
reloader.stakater.com/auto: "true"
@@ -160,43 +197,6 @@
server: 192.168.1.115
---
-# Source: oscar/charts/app-template/templates/common.yaml
-apiVersion: apps/v1
-kind: Deployment
-metadata:
- name: release-name-redis
- namespace: default
-spec:
- revisionHistoryLimit: 3
- replicas: 1
- strategy:
- type: Recreate
- selector:
- matchLabels:
- app.kubernetes.io/controller: redis
- app.kubernetes.io/name: release-name
- app.kubernetes.io/instance: release-name
- template:
- metadata: {}
- spec:
- enableServiceLinks: false
- serviceAccountName: default
- automountServiceAccountToken: true
- hostIPC: false
- hostNetwork: false
- hostPID: false
- dnsPolicy: ClusterFirst
- containers:
- - image: ghcr.io/valkey-io/valkey:9.0.3
- name: redis
- resources:
- limits:
- memory: 128Mi
- requests:
- cpu: 5m
- memory: 32Mi
-
----
# Source: oscar/templates/paperless-ngx-secret.yaml
apiVersion: external-secrets.io/v1
kind: ExternalSecret |
renovate
Bot
force-pushed
the
renovate/ghcr.io-valkey-io-valkey-9.x
branch
from
May 19, 2026 18:58
cab3219 to
7079c73
Compare
| datasource | package | from | to | | ---------- | ------------------------ | ----- | ----- | | docker | ghcr.io/valkey-io/valkey | 9.0.3 | 9.1.1 | Signed-off-by: Roger Rumao <rogerrum@users.noreply.github.com>
renovate
Bot
force-pushed
the
renovate/ghcr.io-valkey-io-valkey-9.x
branch
from
July 22, 2026 02:36
7079c73 to
0f105d4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.0.3→9.1.1Release Notes
valkey-io/valkey (ghcr.io/valkey-io/valkey)
v9.1.1Compare Source
Valkey 9.1.1 - Released Tue 21 July 2026
Upgrade urgency SECURITY: This release includes security fixes we recommend you apply as soon as possible.
Security Fixes
Bug Fixes
alldbsACL rule fromACL LIST,ACL SAVEandCONFIG REWRITEso older versions can parse the output by @dvkashapov (#3964)ACL LOADremoves a user whose authenticated client has its close deferred by @ranshid (#3800)db=ACL permissions on every DB clause ofCOPY, closing a bypass withREPLACEor repeated DB tokens by @enjoy-binbin (#3801)CLUSTER FLUSHSLOT, which removes keys from all databases by @enjoy-binbin (#3806)HRANDFIELDwith a positive count looping forever when non-expired fields are fewer than the requested count by @cjx-zar (#4047)MOVEandCOPYby @enjoy-binbin (#4024)HEXPIRE,HGETDELandHPERSISTwhen a module blocks the client in a keyspace notification callback by @enjoy-binbin (#3743)cluster-node-timeoutis below 30 milliseconds by @enjoy-binbin (#3941)INFOoutput by @chenshi5012 (#3787)HGETDELnow returns a syntax error when theFIELDSkeyword is missing or misplaced by @lcxn123 (#4049)COMMAND INFOin RESP3 now returns the subcommands field as an array instead of a set for commands without subcommands by @rickrams (#3939)SENTINEL SETvalues to prevent config-file injection via Sentinel config rewrite by @eifrah-aws (#3847)cluster-announce-ipto prevent nodes.conf injection by @eifrah-aws (#3848)hide-user-data-from-logis enabled by @zackcam (#3872)ACL LOGnow reports the denied database ID forCOPYinstead of the command name whendb=access is denied by @enjoy-binbin (#3888)master_sync_total_bytesinINFO replicationduring disk-based sync when the RDB exceeds 2GB by @chx9 (#3811)Full Changelog: valkey-io/valkey@9.1.0...9.1.1
v9.1.0Compare Source
Upgrade urgency LOW: This is the first stable release of Valkey 9.1.
Security fixes
New Features and enhanced behavior
Bug Fixes
See also the release notes for 9.1.0-rc1 and 9.1.0-rc2.
v9.0.5Compare Source
Valkey 9.0.5 - Released Tue 21 July 2026
Upgrade urgency SECURITY: This release includes security fixes we recommend you apply as soon as possible.
Security Fixes
Bug Fixes
Full Changelog: valkey-io/valkey@9.0.4...9.0.5
v9.0.4Compare Source
Upgrade urgency SECURITY: This release includes security fixes we recommend you
apply as soon as possible.
Security fixes
Configuration
📅 Schedule: (in timezone America/Chicago)
🚦 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.