From 096373c3cbfc3fc8ba2bbe9f78ec203898890d48 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 6 Mar 2026 06:22:39 +0100 Subject: [PATCH] =?UTF-8?q?feat(recyclarr):=20update=20image=20ghcr.io/rec?= =?UTF-8?q?yclarr/recyclarr=208.3.2=20=E2=86=92=208.4.0=20(#45836)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/recyclarr/recyclarr](https://redirect.github.com/recyclarr/recyclarr) | minor | `55afe31` → `cf1afc9` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
recyclarr/recyclarr (ghcr.io/recyclarr/recyclarr) ### [`v8.4.0`](https://redirect.github.com/recyclarr/recyclarr/blob/HEAD/CHANGELOG.md#840---2026-03-05) [Compare Source](https://redirect.github.com/recyclarr/recyclarr/compare/v8.3.2...v8.4.0) ##### 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](https://redirect.github.com/recyclarr/recyclarr/issues/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**: Enabled. ♻ **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](https://redirect.github.com/renovatebot/renovate). --- charts/stable/recyclarr/Chart.yaml | 4 ++-- charts/stable/recyclarr/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/recyclarr/Chart.yaml b/charts/stable/recyclarr/Chart.yaml index bb5d0b535f9..76c6d1d7313 100644 --- a/charts/stable/recyclarr/Chart.yaml +++ b/charts/stable/recyclarr/Chart.yaml @@ -14,7 +14,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 8.3.2 +appVersion: 8.4.0 dependencies: - name: common version: 28.33.0 @@ -42,5 +42,5 @@ sources: - https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/recyclarr type: application -version: 14.5.0 +version: 14.6.0 diff --git a/charts/stable/recyclarr/values.yaml b/charts/stable/recyclarr/values.yaml index 2ae9a2b062e..950d11cf6dc 100644 --- a/charts/stable/recyclarr/values.yaml +++ b/charts/stable/recyclarr/values.yaml @@ -2,7 +2,7 @@ image: pullPolicy: IfNotPresent repository: ghcr.io/recyclarr/recyclarr - tag: 8.3.2@sha256:55afe316d3e4e4e3b9120cef7c79436b1b5311f6a18d4ef4b7653e720499c90a + tag: 8.4.0@sha256:cf1afc960655fb7a4b2b84eba851df95407e57efb71eed8d0a173254b48d8335 service: main: enabled: false