From f9ddcd80cd088441f34b5fe11d6a978b524e82f8 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 25 Feb 2026 03:10:13 +0100 Subject: [PATCH] =?UTF-8?q?feat(recyclarr):=20update=20image=20ghcr.io/rec?= =?UTF-8?q?yclarr/recyclarr=208.2.1=20=E2=86=92=208.3.1=20(#45546)?= 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 | `791bdc0` → `e28f8fd` | --- > [!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.3.1`](https://redirect.github.com/recyclarr/recyclarr/blob/HEAD/CHANGELOG.md#831---2026-02-24) [Compare Source](https://redirect.github.com/recyclarr/recyclarr/compare/v8.3.0...v8.3.1) ##### Fixed - CLI: State repair crash when multiple quality profiles share the same `trash_id`. ### [`v8.3.0`](https://redirect.github.com/recyclarr/recyclarr/blob/HEAD/CHANGELOG.md#830---2026-02-24) [Compare Source](https://redirect.github.com/recyclarr/recyclarr/compare/v8.2.1...v8.3.0) ##### Added - Sync: The same guide-backed quality profile `trash_id` can now be used multiple times with different names, allowing variations of the same profile on a single instance. ##### Fixed - Config: Empty YAML nodes (e.g. `custom_formats:` with all entries commented out) are now treated as no-ops instead of validation errors. - CLI: `RECYCLARR_APP_DATA` deprecation message is now displayed cleanly instead of being buried in a stack trace. - Config: YAML errors now show specific, actionable messages instead of generic "Exception at line" text ([#​728](https://redirect.github.com/recyclarr/recyclarr/issues/728)). - Sync: CF group `assign_scores_to` with `name` no longer requires the profile to be in `quality_profiles` ([#​726](https://redirect.github.com/recyclarr/recyclarr/issues/726)). - Sync: Quality profile names are now updated when the config or guide name differs from the service ([#​729](https://redirect.github.com/recyclarr/recyclarr/issues/729)).
--- ### 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 9dd62458f74..828fe9d4933 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.2.1 +appVersion: 8.3.1 dependencies: - name: common version: 28.32.5 @@ -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.3.1 +version: 14.4.0 diff --git a/charts/stable/recyclarr/values.yaml b/charts/stable/recyclarr/values.yaml index c1fc6522dac..876dadacf3c 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.2.1@sha256:791bdc0d2a35b0f24b89a0b14159591269ef070f19fcccfc5fb518a863141373 + tag: 8.3.1@sha256:e28f8fd583b3175db64118ec006cc3436f6c8a7c9344520d314f91dc879f6607 service: main: enabled: false