Skip to content

feat(container): update image ghcr.io/recyclarr/recyclarr (8.3.2 → 8.4.0)#4972

Open
bot-blake[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-recyclarr-recyclarr-8.x
Open

feat(container): update image ghcr.io/recyclarr/recyclarr (8.3.2 → 8.4.0)#4972
bot-blake[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-recyclarr-recyclarr-8.x

Conversation

@bot-blake
Copy link
Contributor

@bot-blake bot-blake bot commented Mar 6, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/recyclarr/recyclarr minor 8.3.28.4.0

Release Notes

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

v8.4.0

Compare Source

Added
  • CLI: --details flag for list custom-format-groups to show member CFs and their
    required/default/optional status
  • Sync: select_all option for custom format groups to include all CFs regardless of default
    status (#​722)
Changed
  • Sync: Custom formats and quality profiles that already exist in the service are now automatically
    replaced by Recyclarr. The state repair --adopt workflow is no longer needed.
  • Docker: The latest tag is no longer published to Docker Hub or GHCR. Use a major version tag
    (e.g. 8) instead to receive updates within a major version.
Deprecated
  • CLI: The state repair command is deprecated and will be removed in a future release. Sync now
    handles all state reconciliation automatically.
Fixed
  • Sync: Unmatched trash_ids in custom_format_groups.skip silently ignored instead of warning
  • Migrate: Cache-to-state migration failure on cross-filesystem moves (e.g. Docker volume mounts)

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.

…4.0)

Signed-off-by: bot-blake[bot] <129223303+bot-blake[bot]@users.noreply.github.com>
@bot-blake bot-blake bot requested a review from buroa as a code owner March 6, 2026 01:38
@bot-blake bot-blake bot added the area/kubernetes Changes made in the kubernetes directory label Mar 6, 2026
@bot-blake
Copy link
Contributor Author

bot-blake bot commented Mar 6, 2026

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

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

@@ -38,13 +38,13 @@

               RECYCLARR_DATA_DIR: /tmp
             envFrom:
             - secretRef:
                 name: '{{ .Release.Name }}-secret'
             image:
               repository: ghcr.io/recyclarr/recyclarr
-              tag: 8.3.2@sha256:55afe316d3e4e4e3b9120cef7c79436b1b5311f6a18d4ef4b7653e720499c90a
+              tag: 8.4.0@sha256:cf1afc960655fb7a4b2b84eba851df95407e57efb71eed8d0a173254b48d8335
             resources:
               limits:
                 memory: 128Mi
               requests:
                 cpu: 10m
             securityContext:

@bot-blake
Copy link
Contributor Author

bot-blake bot commented Mar 6, 2026

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

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

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

             env:
             - name: RECYCLARR_DATA_DIR
               value: /tmp
             envFrom:
             - secretRef:
                 name: recyclarr-secret
-            image: ghcr.io/recyclarr/recyclarr:8.3.2@sha256:55afe316d3e4e4e3b9120cef7c79436b1b5311f6a18d4ef4b7653e720499c90a
+            image: ghcr.io/recyclarr/recyclarr:8.4.0@sha256:cf1afc960655fb7a4b2b84eba851df95407e57efb71eed8d0a173254b48d8335
             name: app
             resources:
               limits:
                 memory: 128Mi
               requests:
                 cpu: 10m

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.

0 participants