fix(container): update image valkey/valkey to v9.0.3#1284
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(container): update image valkey/valkey to v9.0.3#1284renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
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 |
Contributor
Renovate PR AnalysisUpdate Summary
Release Changes
Breaking ChangesNo breaking changes detected. This is a patch release with backward-compatible security and bug fixes. Configuration Changes RequiredNo configuration changes needed. Our current deployment:
The security fixes in this release do not affect our usage pattern. Migration NotesNo migration required. This is a straightforward patch update. RecommendationSafe to merge. This patch update includes important security fixes with no breaking changes or configuration updates required for our deployment. |
Contributor
--- 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: |
9d20cde to
5d170e3
Compare
Contributor
|
User renovate[bot] does not have write permissions |
5d170e3 to
373e868
Compare
Contributor
|
User renovate[bot] does not have write permissions |
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.2→9.0.3Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
valkey-io/valkey (valkey/valkey)
v9.0.3Compare Source
Valkey 9.0.3
Upgrade urgency SECURITY: This release includes security fixes we recommend you
apply as soon as possible.
Security fixes
Bug fixes
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.
This PR was generated by Mend Renovate. View the repository job log.