feat(recyclarr): update image ghcr.io/recyclarr/recyclarr 8.3.2 → 8.4.0 (#45836)
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 <details> <summary>recyclarr/recyclarr (ghcr.io/recyclarr/recyclarr)</summary> ### [`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) </details> --- ### 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcmVjeWNsYXJyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user