Skip to content

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

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 major 4.4.1 -> 5.1.1

Release Notes

recyclarr/recyclarr

v5.1.1

Compare Source

Fixed
  • Clone config template repo when config create -t is used.
  • Fix error when completely commenting out a YAML configuration file (#​190).

v5.1.0

Compare Source

Added
  • Migration step added to delete old repo directory. Run recyclarr migrate to use.
Fixed
  • Update default clone URL for trash guides repo to new URL: https://github.com/TRaSH-Guides/Guides.git.

v5.0.3

Compare Source

Fixed
  • When using sync, continue processing other instances when there's a failure.
  • Regression: Perform Sonarr compatibility checks again (#​189).

v5.0.2

Compare Source

Fixed
  • Commenting/uncommenting CFs in configuration YAML no longer causes duplicate CF warnings when replace_existing_custom_formats is omitted or set to false (better caching logic).

v5.0.1

Compare Source

Changed
  • Recyclarr will now continue if git fetch fails for any repos, so long as there is an existing, valid clone to use.
Fixed
  • Address regression causing reset_unmatched_scores: false to not be respected.
  • Do not show deleted custom formats in console output when delete_old_custom_formats is set to false.

v5.0.0

Compare Source

This release contains BREAKING CHANGES. See the v5.0 Upgrade Guide for required changes you may need to make.

Added
  • The *.yaml extension is now accepted for all YAML files (e.g. settings.yaml, recyclarr.yaml) in addition to *.yml (which was already supported).
  • New --template option added to config create which facilitates creating new configuration files from the configuration template repository.
  • New --force option added to the config create command. This will overwrite existing configuration files, if they exist.
Changed
  • API Key is now sent via the X-Api-Key header instead of the apikey query parameter. This lessens the need to redact information in the console.
  • BREAKING: replace_existing_custom_formats now defaults to false.
  • BREAKING: Restructured repository settings.
  • Configuration templates repository moved to recyclarr/config-templates on GitHub. Corresponding settings for this repo as well (see the Settings YAML Reference on the wiki for more details).
Removed
  • BREAKING: Array-style instances are no longer supported.
  • BREAKING: Remove deprecated CLI commands: radarr, sonarr, and create-config.
  • BREAKING: Removed reset_unmatched_scores support under quality profile score section.
  • BREAKING: Migration steps that dealt with the old trash.yml have been removed.
Fixed
  • False-positive duplicate score warnings no longer occur when doing sync --preview for the first time.

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