fix(container): update image ghcr.io/home-operations/radarr (6.4.0.10540 ➔ 6.4.1.10545) - #7146
Merged
Merged
Conversation
…540 ➔ 6.4.1.10545)
There was a problem hiding this comment.
ghcr.io/home-operations/radarr: 6.4.0.10540 → 6.4.1.10545
Verdict: Safe to merge
Patch release of Radarr (inner app version bump matches the wrapper tag, home-operations/radarr is a thin packaging image). Per the upstream compare between these two tags, the only changes are:
- New: RQBit download client support (purely additive, opt-in)
- Version bump commit (6.4.0 → 6.4.1)
No removals, renames, or config-breaking changes. This repo's helmrelease.yaml for both app and app-4k only sets env vars (RADARR__APP__*, RADARR__AUTH__*, RADARR__LOG__*, RADARR__SERVER__PORT) and does not touch download-client configuration (managed via the app's Postgres-backed DB), so the new RQBit client addition has no effect on existing config. Image digest for the new tag is present in both files.
Sources consulted:
Contributor
Author
--- kubernetes/apps/media/radarr/app-4k Kustomization: media/radarr4k HelmRelease: media/radarr4k
+++ kubernetes/apps/media/radarr/app-4k Kustomization: media/radarr4k HelmRelease: media/radarr4k
@@ -43,13 +43,13 @@
TZ: Europe/Berlin
envFrom:
- secretRef:
name: radarr4k-secret
image:
repository: ghcr.io/home-operations/radarr
- tag: 6.4.0.10540@sha256:d380d69c729b4116d224ebb0b4909ff22395fc7b78e8a1976c43ae09430ffc5a
+ tag: 6.4.1.10545@sha256:260469d707617f4b5be1cd11a40be7e4889c63c5e7cdbc6a429626dc05863b6b
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 3
--- kubernetes/apps/media/radarr/app Kustomization: media/radarr HelmRelease: media/radarr
+++ kubernetes/apps/media/radarr/app Kustomization: media/radarr HelmRelease: media/radarr
@@ -43,13 +43,13 @@
TZ: Europe/Berlin
envFrom:
- secretRef:
name: radarr-secret
image:
repository: ghcr.io/home-operations/radarr
- tag: 6.4.0.10540@sha256:d380d69c729b4116d224ebb0b4909ff22395fc7b78e8a1976c43ae09430ffc5a
+ tag: 6.4.1.10545@sha256:260469d707617f4b5be1cd11a40be7e4889c63c5e7cdbc6a429626dc05863b6b
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 3 |
Contributor
Author
--- HelmRelease: media/radarr Deployment: media/radarr
+++ HelmRelease: media/radarr Deployment: media/radarr
@@ -72,13 +72,13 @@
value: '7878'
- name: TZ
value: Europe/Berlin
envFrom:
- secretRef:
name: radarr-secret
- image: ghcr.io/home-operations/radarr:6.4.0.10540@sha256:d380d69c729b4116d224ebb0b4909ff22395fc7b78e8a1976c43ae09430ffc5a
+ image: ghcr.io/home-operations/radarr:6.4.1.10545@sha256:260469d707617f4b5be1cd11a40be7e4889c63c5e7cdbc6a429626dc05863b6b
livenessProbe:
failureThreshold: 3
httpGet:
path: /ping
port: 7878
initialDelaySeconds: 0
--- HelmRelease: media/radarr4k Deployment: media/radarr4k
+++ HelmRelease: media/radarr4k Deployment: media/radarr4k
@@ -72,13 +72,13 @@
value: '7878'
- name: TZ
value: Europe/Berlin
envFrom:
- secretRef:
name: radarr4k-secret
- image: ghcr.io/home-operations/radarr:6.4.0.10540@sha256:d380d69c729b4116d224ebb0b4909ff22395fc7b78e8a1976c43ae09430ffc5a
+ image: ghcr.io/home-operations/radarr:6.4.1.10545@sha256:260469d707617f4b5be1cd11a40be7e4889c63c5e7cdbc6a429626dc05863b6b
livenessProbe:
failureThreshold: 3
httpGet:
path: /ping
port: 7878
initialDelaySeconds: 0 |
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:
6.4.0.10540→6.4.1.10545Release Notes
Radarr/Radarr (ghcr.io/home-operations/radarr)
v6.4.1.10545: 6.4.1.10545Compare Source
To receive further Pre-Release updates for a non-docker installation, please change the branch to develop. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)
If you are using docker you will need to update the container image. Do not attempt to update Radarr within an existing docker container.
Changes:
15369edNew: RQBit download client [ #11180 ]9f0328dUpdate major version to 6.4.1This list of changes was auto generated.
Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 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 has been generated by Mend Renovate CLI.