Skip to content

chore(deps): update ghcr.io/recyclarr/recyclarr docker tag to v5.4.3

Lama Bot requested to merge renovate/ghcr.io-recyclarr-recyclarr-5.x into main

This MR contains the following updates:

Package Update Change
ghcr.io/recyclarr/recyclarr minor 5.3.1 -> 5.4.3

Dependency Lookup Warnings

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

recyclarr/recyclarr (ghcr.io/recyclarr/recyclarr)

v5.4.3

Compare Source

Changed
  • Remove INF log that showed a total count of CFs without scores assigned. This log caused a lot of confusion in support channels. You can still see a list of CFs without scores in the debug logs.
  • Relaxed validation rules for trash_ids and quality_profiles under custom_formats. Both of these nodes may now be empty. This is mostly to make commenting out parts of configuration templates easier.
  • The merge operation for custom_formats is now "Join" (previously "Add"). If, for the same profile, you "reassign" a different score to a CF, the score now gets updated without having to remove the CF from custom_formats sections in included YAML files.

v5.4.2

Compare Source

Fixed
  • Print error information about HTTP 401 instead of "Unable to determine".
  • Improved wording of remote service error messages.
Changed
  • qualities (inside quality_profiles) is now a "Replace" merge operation instead of "Add". This means only one YAML file manages the full list of qualities. Either an include does it, or you override the full list in your configuration file. There is no longer any combination. See the docs for more details.

v5.4.1

Compare Source

Fixed
  • If the guide data for "Include Custom Format when Renaming" is set to "true", it now syncs that correctly instead of always setting to "false" (#​213).

v5.4.0

Compare Source

Added
  • Print date & time log at the end of each completed instance sync (#​165).
  • Add status indicator when cloning or updating git repos.
  • YAML includes are now supported (#​175) (docs).
  • New --include option added to config list templates to show a list of include templates for each service type (docs).
Changed
  • Less-verbose console logging for scoreless custom formats.
  • Git repository updates are now parallelized.
  • Individual updated, created, and deleted CF logs are now debug severity. This makes the console output less verbose when syncing custom formats.
Fixed
  • Service failures (e.g. HTTP 500) no longer cause exceptions (#​206).
  • Error out when duplicate instance names are used.
  • Print score instead of object in duplicate score detection warning

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Lama Bot

Merge request reports