Skip to content

Conversation

@yo-renovate
Copy link
Contributor

@yo-renovate yo-renovate bot commented Nov 30, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/recyclarr/recyclarr minor 7.4.1 -> 7.5.1

Release Notes

recyclarr/recyclarr (ghcr.io/recyclarr/recyclarr)

v7.5.1

Compare Source

Fixed
  • Quality Profiles: The min_upgrade_format_score property now works correctly. The YAML property
    was renamed from min_format_upgrade_score to match the Sonarr/Radarr API naming convention.

v7.5.0

Compare Source

Added
  • Quality Definitions: Per-quality size overrides allow setting explicit min, max, and
    preferred values for individual qualities, with support for unlimited keyword (#​253).
  • YAML: New !file tag that allows including the contents of an external file as a YAML node value,
    particularly useful for working with Docker Secrets (#​278).
  • Settings: New resource_providers configuration enables custom data sources for TRaSH Guides and
    config templates (#​238).
  • Quality Profiles: Support for min_format_upgrade_score to control minimum custom format score
    required for upgrading already-downloaded releases (contributed by @​beschoenen in #​503).
Deprecated
  • Settings: repositories configuration is deprecated in favor of resource_providers.
Fixed
  • Sync: Custom format includeCustomFormatWhenRenaming property now deserializes correctly from
    TRaSH Guides JSON files (#​213).
  • Sync: Crash during quality profile and quality size operations.
  • Cache: Remove duplicate custom format ID mappings during cache cleanup to prevent downstream
    transaction processing issues.
  • YAML: Improved messaging in logs and console output for YAML errors.
  • CLI: Respect the NO_COLOR environment variable when piping command output to files (#​462).

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 this update again.


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

This PR has been generated by Renovate Bot.

@yo-renovate
Copy link
Contributor Author

yo-renovate bot commented Nov 30, 2025

--- HelmRelease: media/recyclarr CronJob: media/recyclarr

+++ HelmRelease: media/recyclarr CronJob: media/recyclarr

@@ -47,13 +47,13 @@

             env:
             - name: TZ
               value: America/New_York
             envFrom:
             - secretRef:
                 name: recyclarr-secret
-            image: ghcr.io/recyclarr/recyclarr:7.4.1@sha256:759540877f95453eca8a26c1a93593e783a7a824c324fbd57523deffb67f48e1
+            image: ghcr.io/recyclarr/recyclarr:7.5.1@sha256:0730f39efc23c6410c46f9bf1884149c986f300bb60f66f3c5d6dbcb67a08901
             name: app
             securityContext:
               allowPrivilegeEscalation: false
               capabilities:
                 drop:
                 - ALL

@yo-renovate
Copy link
Contributor Author

yo-renovate bot commented Nov 30, 2025

--- kubernetes/apps/media/recyclarr/app Kustomization: media/recyclarr HelmRelease: media/recyclarr

+++ kubernetes/apps/media/recyclarr/app Kustomization: media/recyclarr HelmRelease: media/recyclarr

@@ -39,13 +39,13 @@

               TZ: America/New_York
             envFrom:
             - secretRef:
                 name: '{{ .Release.Name }}-secret'
             image:
               repository: ghcr.io/recyclarr/recyclarr
-              tag: 7.4.1@sha256:759540877f95453eca8a26c1a93593e783a7a824c324fbd57523deffb67f48e1
+              tag: 7.5.1@sha256:0730f39efc23c6410c46f9bf1884149c986f300bb60f66f3c5d6dbcb67a08901
             securityContext:
               allowPrivilegeEscalation: false
               capabilities:
                 drop:
                 - ALL
               readOnlyRootFilesystem: true

…5.1)

Signed-off-by: yo-renovate[bot] <147074833+yo-renovate[bot]@users.noreply.github.com>
@yo-renovate yo-renovate bot force-pushed the renovate/ghcr.io-recyclarr-recyclarr-7.x branch from e7f0a76 to e86aebc Compare November 30, 2025 05:26
@yo-renovate yo-renovate bot changed the title feat(container): update image ghcr.io/recyclarr/recyclarr (7.4.1 → 7.5.0) feat(container): update image ghcr.io/recyclarr/recyclarr (7.4.1 → 7.5.1) Nov 30, 2025
@dotcomscripts dotcomscripts merged commit dfe7449 into main Nov 30, 2025
12 checks passed
@dotcomscripts dotcomscripts deleted the renovate/ghcr.io-recyclarr-recyclarr-7.x branch November 30, 2025 12:17
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/minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants