chore(deps): update container image ghcr.io/recyclarr/recyclarr to v7.1.1@3bc426b by renovate (#24175)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/recyclarr/recyclarr](https://togithub.com/recyclarr/recyclarr) | minor | `7.0.0` -> `7.1.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>recyclarr/recyclarr (ghcr.io/recyclarr/recyclarr)</summary> ### [`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 </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
parent
b03370782c
commit
b503e99e66
|
@ -6,7 +6,7 @@ annotations:
|
||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 7.0.0
|
appVersion: 7.1.1
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 24.1.5
|
version: 24.1.5
|
||||||
|
@ -34,4 +34,4 @@ sources:
|
||||||
- https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr
|
- https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/recyclarr
|
- https://github.com/truecharts/charts/tree/master/charts/stable/recyclarr
|
||||||
type: application
|
type: application
|
||||||
version: 12.0.2
|
version: 12.1.0
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: ghcr.io/recyclarr/recyclarr
|
repository: ghcr.io/recyclarr/recyclarr
|
||||||
tag: 7.0.0@sha256:88d7ef8feb313398a98aafbc2966959f1689191864247f8be15572d5c67641d5
|
tag: 7.1.1@sha256:3bc426b72453e76767a7f2144ebcea2870cdf1ecfef6886ee1115c88890f9091
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
Loading…
Reference in New Issue