From 61461d380d2ff6092a844fdaef041a55bf597cd6 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 27 Apr 2026 01:52:26 +0200 Subject: [PATCH] =?UTF-8?q?feat(recyclarr):=20update=20image=20ghcr.io/rec?= =?UTF-8?q?yclarr/recyclarr=208.5.1=20=E2=86=92=208.6.0=20(#47583)?= 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 | `734cecf` → `3c38cee` | --- > [!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.6.0`](https://redirect.github.com/recyclarr/recyclarr/blob/HEAD/CHANGELOG.md#860---2026-04-26) [Compare Source](https://redirect.github.com/recyclarr/recyclarr/compare/v8.5.1...v8.6.0) ##### Added - Config: Entry-level `score` on `custom_formats` entries sets a default score for every profile under `assign_scores_to` that does not define its own `score` ([#​736](https://redirect.github.com/recyclarr/recyclarr/issues/736)) - Sync: Error when the service type at `base_url` does not match the configuration type (e.g. Radarr config pointed at a Sonarr instance) - Notifications: New `verbose` verbosity level that includes per-item Custom Format change details (created/updated/deleted names) in the notification body ([#​541](https://redirect.github.com/recyclarr/recyclarr/issues/541)) ##### Changed - Docker: Cron mode now uses log output instead of the interactive console UI ([#​779](https://redirect.github.com/recyclarr/recyclarr/issues/779)) ##### Fixed - Notifications: Notification body too large when many custom formats or quality profiles are adopted on first sync - CLI: Garbled output when stdout is redirected (e.g. cron jobs, piped commands) ([#​779](https://redirect.github.com/recyclarr/recyclarr/issues/779)) - CLI: Crash when a resource provider error message contains special characters - Config: `!file` references failed with an error when the file contained a trailing newline - Config: `!file` relative paths resolved against the working directory instead of the configuration directory
--- ### Configuration 📅 **Schedule**: (UTC) - 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 30a84e9c0e5..a21ec0cc81f 100644 --- a/charts/stable/recyclarr/Chart.yaml +++ b/charts/stable/recyclarr/Chart.yaml @@ -9,7 +9,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 8.5.1 +appVersion: 8.6.0 dependencies: - name: common version: 29.1.6 @@ -37,5 +37,5 @@ sources: - https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/recyclarr type: application -version: 15.1.1 +version: 15.2.0 diff --git a/charts/stable/recyclarr/values.yaml b/charts/stable/recyclarr/values.yaml index ebf32b7aead..ac417ae55d8 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.5.1@sha256:734cecf44ae9be7cf0cb05b2c1bc7da0abef9d938cc11b605e58b3146205e5c0 + tag: 8.6.0@sha256:3c38ceeb54438dd8327e4e65c9b48ba601a6d20fff833342d93c9b0bc4b1930b service: main: enabled: false