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 image ghcr.io/onedr0p/radarr-develop ( 5.19.1.9704 → 5.19.3.9730 ) #462

Merged
merged 1 commit into from
Feb 27, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 27, 2025

This PR contains the following updates:

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

Release Notes

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

v5.19.3.9730: 5.19.3.9730

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:
  • 36c66de Recommend against using uTorrent
  • edec432 Multiple Translations updated by Weblate
  • 554e15d New: Watch list sorting and rate limit for Trakt Import Lists
  • 553645a Bump version to 5.19.2
  • 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
See More
  • 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
  • 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
  • a3b1512 Fixed: Parsing some titles with FRE as French and ITA as Italian
  • d375b5f Fixed: Parse GER/DE releases as German language
  • 884abc0 Bump version to 5.19.1
  • f8da7aa Multiple Translations updated by Weblate
  • c165118 Update README.md
  • b3dd571 New: Migrated StevenLu URL to new URL
  • dd900eb Building docs on ARM
  • 66aae0c Fixed: Reject multi-part files with P1, P2, etc.
  • d888a0a Automated API Docs update
  • cb5416a Improve message for unknown movie rejection in release searching
  • 7977e0b Add reason enum to decision engine rejections
  • cd836fe Bump version to 5.19.0

This list of changes was auto generated.

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" (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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

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

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

@@ -45,13 +45,13 @@

               TZ: US/Central
             envFrom:
             - secretRef:
                 name: radarr
             image:
               repository: ghcr.io/onedr0p/radarr-develop
-              tag: 5.19.1.9704@sha256:a7d1426e06c9da902cc79af75f9c45ed3277bfddfe383fe7132cfda681b0ef65
+              tag: 5.19.3.9730@sha256:dd64f1786f50ae79013822ce196e3e7bd20db369bd51d63d63c42f7821b77317
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

Copy link

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

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

@@ -61,13 +61,13 @@

           value: develop
         - name: TZ
           value: US/Central
         envFrom:
         - secretRef:
             name: radarr
-        image: ghcr.io/onedr0p/radarr-develop:5.19.1.9704@sha256:a7d1426e06c9da902cc79af75f9c45ed3277bfddfe383fe7132cfda681b0ef65
+        image: ghcr.io/onedr0p/radarr-develop:5.19.3.9730@sha256:dd64f1786f50ae79013822ce196e3e7bd20db369bd51d63d63c42f7821b77317
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping
             port: 80
           initialDelaySeconds: 0

@brunnels brunnels merged commit d04cf71 into main Feb 27, 2025
5 checks passed
@brunnels brunnels deleted the renovate/ghcr.io-onedr0p-radarr-develop-5.x branch February 27, 2025 20:21
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.

1 participant