iT3E / tnwks-ops

A mono repository for my home infrastructure and Kubernetes cluster which adheres to Infrastructure as Code (IaC) and GitOps practices where possible
https://iT3E.github.io/tnwks-ops
MIT License
1 stars 0 forks source link

feat(container)!: Update image ghcr.io/recyclarr/recyclarr to v7 #772

Open renovate[bot] opened 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Update Change
ghcr.io/recyclarr/recyclarr major 6.0.2 -> 7.2.0

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

recyclarr/recyclarr (ghcr.io/recyclarr/recyclarr) ### [`v7.2.0`](https://togithub.com/recyclarr/recyclarr/blob/HEAD/CHANGELOG.md#720---2024-07-28) [Compare Source](https://togithub.com/recyclarr/recyclarr/compare/v7.1.1...v7.2.0) ##### Changed - The node `quality_profiles` under `custom_formats` was renamed to `assign_scores_to` to disambiguate it from the top-level `quality_profiles`. The old name is deprecated until the next major release. See [here][qp_rename] for details. - Quality Definition: Improved information about sync result in console output. [qp_rename]: https://recyclarr.dev/wiki/upgrade-guide/v8.0/#assign-scores-to ##### Fixed - Incorrect URLs were fixed in the local starter config template. - Quality Definition: Preferred quality setting would not sync in certain situations ([#​301](https://togithub.com/recyclarr/recyclarr/issues/301)). ### [`v7.1.1`](https://togithub.com/recyclarr/recyclarr/blob/HEAD/CHANGELOG.md#711---2024-07-12) [Compare Source](https://togithub.com/recyclarr/recyclarr/compare/v7.1.0...v7.1.1) ##### Changed - The `--app-data` option is now common to all commands. ##### Fixed - CLI: Commands no longer crash due to a null app data directory variable ([#​288](https://togithub.com/recyclarr/recyclarr/issues/288)). ### [`v7.1.0`](https://togithub.com/recyclarr/recyclarr/blob/HEAD/CHANGELOG.md#710---2024-07-10) [Compare Source](https://togithub.com/recyclarr/recyclarr/compare/v7.0.0...v7.1.0) ##### Added - Sync: In rare circumstances outside of Recyclarr, quality profiles become invalid due to missing required qualities. When this happens, users are not even able to save the profile using the Sonarr or Radarr UI. Recyclarr now detects this situation and automatically repairs the quality profile by re-adding these missing qualities for users. See [this issue][9738]. ##### Fixed - CLI: Signal interrupt support for all API calls. Now when you press CTRL+C to gracefully exit/cancel Recyclarr, it will bail out of any ongoing API calls. - CLI: The `--app-data` option works again ([#​284](https://togithub.com/recyclarr/recyclarr/issues/284)). [9738]: https://togithub.com/Radarr/Radarr/issues/9738 ### [`v7.0.0`](https://togithub.com/recyclarr/recyclarr/blob/HEAD/CHANGELOG.md#700---2024-06-27) [Compare Source](https://togithub.com/recyclarr/recyclarr/compare/v6.0.2...v7.0.0) This release contains **BREAKING CHANGES**. See the [v7.0 Upgrade Guide][breaking7] for required changes you may need to make. [breaking7]: https://recyclarr.dev/wiki/upgrade-guide/v7.0/ ##### Added - YAML: New `includes` subdirectory intended to hold only include templates. Relative paths specified in the `config` include directive are resolved starting at this new directory. Relative paths to include templates located under the `configs` directory is now **DEPRECATED**. See the "File Structure" page on the wiki for more details. - Support the [NO_COLOR] environment variable for all Recyclarr commands ([#​223](https://togithub.com/recyclarr/recyclarr/issues/223)). [NO_COLOR]: https://no-color.org/ ##### Changed - **BREAKING**: The app data directory on OSX has changed. It now lives at `~/Library/Application Support/recyclarr` instead of `~/.config/recyclarr`. Users will need to run `recyclarr migrate` to move the directory (or do it manually). - **BREAKING**: Removed support for Release Profiles and Sonarr version 3. The new minimum required version for Sonarr is v4.0.0. - CLI: Slightly improved display of version number when using `-v` option. - CLI: Greatly improved the layout of and information in the local starter YAML configuration that Recyclarr generates with the `recyclarr config create` command. ##### Fixed - YAML: Print more useful diagnostics when there's a connectivity problem to a service (e.g. incorrect `base_url`). - YAML: Regression that prevented basic validation of `base_url` & `api_key`. - CLI: CFs with no Trash ID will no longer be displayed when running the `list custom-formats` command ([#​229](https://togithub.com/recyclarr/recyclarr/issues/229)). - Docker: Support running the container in read-only mode ([#​231](https://togithub.com/recyclarr/recyclarr/issues/231)). - Sync: Sometimes CFs weren't deleted even with `delete_old_custom_formats` enabled ([#​237](https://togithub.com/recyclarr/recyclarr/issues/237)).

Configuration

šŸ“… Schedule: Branch creation - "before 7am" (UTC), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.

ā™» 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.



This PR was generated by Mend Renovate. View the repository job log.