Skip to content

Comments

fix(container): update image ghcr.io/home-operations/radarr ( 5.27.5.10184 ➔ 5.27.5.10198 )#3299

Merged
binaryn3xus merged 2 commits intomainfrom
renovate/ghcr.io-home-operations-radarr-5.x
Sep 4, 2025
Merged

fix(container): update image ghcr.io/home-operations/radarr ( 5.27.5.10184 ➔ 5.27.5.10198 )#3299
binaryn3xus merged 2 commits intomainfrom
renovate/ghcr.io-home-operations-radarr-5.x

Conversation

@unsc-oni-ancilla
Copy link
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/home-operations/radarr (source) patch 5.27.5.10184 -> 5.27.5.10198

Release Notes

Radarr/Radarr (ghcr.io/home-operations/radarr)

v5.27.5.10198: 5.27.5.10198

Compare Source

To receive further Pre-Release or final updates for a non-docker installation, please change the branch to master. (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:
See More
  • bade427 Fixed: Parse HDDVDRip as BluRay
  • e88c4bc New: Add Year sorting to Discover page
  • 1d4c506 Don't log debug messages for API key validation
  • 4b22c43 Multiple Translations updated by Weblate
  • c9f21e5 Bump version to 5.27.4
  • 5bfe530 Bump SixLabors.ImageSharp to 3.1.11
  • f48eb2b Fixed: Prevent using Original names with other movie file tokens (#​11175)
  • ada3afe Bump version to 5.27.3
  • 1f620ea New:(Pushcut) Improved Notification Details (#​10897)
  • 42512cb Return error if Manual Import called without items
  • 3bb4e52 Bump version to 5.27.2
  • 2450468 New: Improve Reject for Unknown Movie Messaging (#​11063)
  • 03f53b5 New: Improve stored UI settings for multiple instances under the same host [ #​10671, #​11146 ]
  • 43762f8 Multiple Translations updated by Weblate
  • 2884eae Fixed: xvid not always detected correctly (#​11138)
  • c1e66cb Fixed: Allow Discover Exclusions of Movies without Year (Year 0) [ #​11135 ]
  • 4384fcd Multiple Translations updated by Weblate
  • 4fbc7d0 Fixed: Deleting tags from UI [ #​11131 ]
  • 19e55ac Automated API Docs update
  • 0750379 New: Support for multiple movieIds in Rename API endpoint
  • d2b3992 Bump version to 5.27.1
  • 6f9e468 Fixed: Skip title searches for Newznab/Torznab indexers when movie year is missing [ #​10569 ]
  • 85fbc47 Bump Polly to 8.6.0
  • af8061d Bump version to 5.27.0

This list of changes was auto generated.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.

@unsc-oni-ancilla unsc-oni-ancilla bot added renovate/container type/patch area/kubernetes Changes made in the kubernetes directory labels Sep 4, 2025
@unsc-oni-ancilla
Copy link
Contributor Author

--- kubernetes/apps/default/radarr/app Kustomization: default/radarr HelmRelease: default/radarr

+++ kubernetes/apps/default/radarr/app Kustomization: default/radarr HelmRelease: default/radarr

@@ -36,13 +36,13 @@

               RADARR__LOG__LEVEL: info
               RADARR__SERVER__PORT: 80
               RADARR__UPDATE__BRANCH: develop
               TZ: America/New_York
             image:
               repository: ghcr.io/home-operations/radarr
-              tag: 5.27.5.10184@sha256:af67ce80302e21f7228e2da671943c48b27a25faf27e19c4fcb7ad33c1c0e3c0
+              tag: 5.27.5.10198@sha256:d7af98ace197411f38fcacbdc0bb5530ac5669a27cab9e28889aa531b5a1b536
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

@unsc-oni-ancilla
Copy link
Contributor Author

--- HelmRelease: default/radarr Deployment: default/radarr

+++ HelmRelease: default/radarr Deployment: default/radarr

@@ -58,13 +58,13 @@

         - name: RADARR__SERVER__PORT
           value: '80'
         - name: RADARR__UPDATE__BRANCH
           value: develop
         - name: TZ
           value: America/New_York
-        image: ghcr.io/home-operations/radarr:5.27.5.10184@sha256:af67ce80302e21f7228e2da671943c48b27a25faf27e19c4fcb7ad33c1c0e3c0
+        image: ghcr.io/home-operations/radarr:5.27.5.10198@sha256:d7af98ace197411f38fcacbdc0bb5530ac5669a27cab9e28889aa531b5a1b536
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping
             port: 80
           initialDelaySeconds: 0

@unsc-oni-ancilla
Copy link
Contributor Author

--- HelmRelease: default/radarr Deployment: default/radarr

+++ HelmRelease: default/radarr Deployment: default/radarr

@@ -58,13 +58,13 @@

         - name: RADARR__SERVER__PORT
           value: '80'
         - name: RADARR__UPDATE__BRANCH
           value: develop
         - name: TZ
           value: America/New_York
-        image: ghcr.io/home-operations/radarr:5.27.5.10184@sha256:af67ce80302e21f7228e2da671943c48b27a25faf27e19c4fcb7ad33c1c0e3c0
+        image: ghcr.io/home-operations/radarr:5.27.5.10198@sha256:d7af98ace197411f38fcacbdc0bb5530ac5669a27cab9e28889aa531b5a1b536
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping
             port: 80
           initialDelaySeconds: 0

@unsc-oni-ancilla
Copy link
Contributor Author

--- kubernetes/apps/default/radarr/app Kustomization: default/radarr HelmRelease: default/radarr

+++ kubernetes/apps/default/radarr/app Kustomization: default/radarr HelmRelease: default/radarr

@@ -36,13 +36,13 @@

               RADARR__LOG__LEVEL: info
               RADARR__SERVER__PORT: 80
               RADARR__UPDATE__BRANCH: develop
               TZ: America/New_York
             image:
               repository: ghcr.io/home-operations/radarr
-              tag: 5.27.5.10184@sha256:af67ce80302e21f7228e2da671943c48b27a25faf27e19c4fcb7ad33c1c0e3c0
+              tag: 5.27.5.10198@sha256:d7af98ace197411f38fcacbdc0bb5530ac5669a27cab9e28889aa531b5a1b536
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

@binaryn3xus binaryn3xus merged commit 9822739 into main Sep 4, 2025
11 checks passed
@binaryn3xus binaryn3xus deleted the renovate/ghcr.io-home-operations-radarr-5.x branch September 4, 2025 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/kubernetes Changes made in the kubernetes directory renovate/container type/patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant