Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(container): update ghcr.io/onedr0p/radarr-develop (5.19.1.9704 → 5.19.2.9720) #385

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

botty-white[bot]
Copy link
Contributor

@botty-white botty-white bot commented Feb 23, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/radarr-develop (source) patch 5.19.1.9704 -> 5.19.2.9720

Release Notes

Radarr/Radarr (ghcr.io/onedr0p/radarr-develop)

v5.19.2.9720: 5.19.2.9720

Compare 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:
  • 7de7e83 New: Add Blu-ray link to movie details
  • b7a46be Fixed: Avoid checking for free space if other specifications fail first
  • 0925769 Multiple Translations updated by Weblate
  • 7224436 Automated API Docs update
  • c6526c3 Cleanse console log messages
  • efa2913 Translate Trakt popular list types
  • 35c22a4 Fixed: Only show Additional Parameters on Trakt Popular list
  • 66d96e2 Fixed: Fallback to Instance Name for Discord notifications
  • 36d4e9e New: Movie Requested filter for interactive search
  • 7189d7b Multiple Translations updated by Weblate
See More
  • 6e80113 Automated API Docs update
  • bb8a0dd Fixed: Processing existing movie files via Manage Files
  • 525ed65 Fix download links for FileList when passkey contains spaces
  • 3fbccc6 Bump version to 5.19.2
  • 8e10eec Fixed: Close Metadata settings modal on saving

This list of changes was auto generated.


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/New_York, 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.

@botty-white
Copy link
Contributor Author

botty-white bot commented Feb 23, 2025

--- kubernetes/apps/downloads/radarr/app/hd Kustomization: downloads/radarr HelmRelease: downloads/radarr

+++ kubernetes/apps/downloads/radarr/app/hd Kustomization: downloads/radarr HelmRelease: downloads/radarr

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

               TZ: America/New_York
             envFrom:
             - secretRef:
                 name: radarr-secret
             image:
               repository: ghcr.io/onedr0p/radarr-develop
-              tag: 5.19.1.9704@sha256:a7d1426e06c9da902cc79af75f9c45ed3277bfddfe383fe7132cfda681b0ef65
+              tag: 5.19.2.9720@sha256:67524fcd31ae2fe64349ea9f9b8e921cf46308b5329e0eb746ef5636c9dab878
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
--- kubernetes/apps/downloads/radarr/app/uhd Kustomization: downloads/radarr-uhd HelmRelease: downloads/radarr-uhd

+++ kubernetes/apps/downloads/radarr/app/uhd Kustomization: downloads/radarr-uhd HelmRelease: downloads/radarr-uhd

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

               TZ: America/New_York
             envFrom:
             - secretRef:
                 name: radarr-uhd-secret
             image:
               repository: ghcr.io/onedr0p/radarr-develop
-              tag: 5.19.1.9704@sha256:a7d1426e06c9da902cc79af75f9c45ed3277bfddfe383fe7132cfda681b0ef65
+              tag: 5.19.2.9720@sha256:67524fcd31ae2fe64349ea9f9b8e921cf46308b5329e0eb746ef5636c9dab878
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

@botty-white
Copy link
Contributor Author

botty-white bot commented Feb 23, 2025

--- HelmRelease: downloads/radarr Deployment: downloads/radarr

+++ HelmRelease: downloads/radarr Deployment: downloads/radarr

@@ -74,13 +74,13 @@

           value: develop
         - name: TZ
           value: America/New_York
         envFrom:
         - secretRef:
             name: radarr-secret
-        image: ghcr.io/onedr0p/radarr-develop:5.19.1.9704@sha256:a7d1426e06c9da902cc79af75f9c45ed3277bfddfe383fe7132cfda681b0ef65
+        image: ghcr.io/onedr0p/radarr-develop:5.19.2.9720@sha256:67524fcd31ae2fe64349ea9f9b8e921cf46308b5329e0eb746ef5636c9dab878
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping
             port: 80
           initialDelaySeconds: 0
--- HelmRelease: downloads/radarr-uhd Deployment: downloads/radarr-uhd

+++ HelmRelease: downloads/radarr-uhd Deployment: downloads/radarr-uhd

@@ -74,13 +74,13 @@

           value: develop
         - name: TZ
           value: America/New_York
         envFrom:
         - secretRef:
             name: radarr-uhd-secret
-        image: ghcr.io/onedr0p/radarr-develop:5.19.1.9704@sha256:a7d1426e06c9da902cc79af75f9c45ed3277bfddfe383fe7132cfda681b0ef65
+        image: ghcr.io/onedr0p/radarr-develop:5.19.2.9720@sha256:67524fcd31ae2fe64349ea9f9b8e921cf46308b5329e0eb746ef5636c9dab878
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping
             port: 80
           initialDelaySeconds: 0

@botty-white botty-white bot force-pushed the renovate/ghcr.io-onedr0p-radarr-develop-5.x branch 2 times, most recently from 3e4d14a to 4db07df Compare February 25, 2025 04:23
…5.19.2.9720)

Signed-off-by: botty-white[bot] <181132496+botty-white[bot]@users.noreply.github.com>
@botty-white botty-white bot force-pushed the renovate/ghcr.io-onedr0p-radarr-develop-5.x branch from 4db07df to 2ef078e Compare February 25, 2025 05:17
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