feat(recyclarr): update image ghcr.io/recyclarr/recyclarr 8.5.1 → 8.6.0 (#47583)
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 <details> <summary>recyclarr/recyclarr (ghcr.io/recyclarr/recyclarr)</summary> ### [`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 </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9yZWN5Y2xhcnIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user