From b503e99e66ed56b66ad7d5ecf624ca4a457672ae Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 24 Jul 2024 16:28:37 +0200 Subject: [PATCH] chore(deps): update container image ghcr.io/recyclarr/recyclarr to v7.1.1@3bc426b by renovate (#24175) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
recyclarr/recyclarr (ghcr.io/recyclarr/recyclarr) ### [`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
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- charts/stable/recyclarr/Chart.yaml | 4 ++-- charts/stable/recyclarr/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/recyclarr/Chart.yaml b/charts/stable/recyclarr/Chart.yaml index 85b64050dc6..ccbfa5c7a68 100644 --- a/charts/stable/recyclarr/Chart.yaml +++ b/charts/stable/recyclarr/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 7.0.0 +appVersion: 7.1.1 dependencies: - name: common version: 24.1.5 @@ -34,4 +34,4 @@ sources: - https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr - https://github.com/truecharts/charts/tree/master/charts/stable/recyclarr type: application -version: 12.0.2 +version: 12.1.0 diff --git a/charts/stable/recyclarr/values.yaml b/charts/stable/recyclarr/values.yaml index 4d61d957a52..636bff9d418 100644 --- a/charts/stable/recyclarr/values.yaml +++ b/charts/stable/recyclarr/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: ghcr.io/recyclarr/recyclarr - tag: 7.0.0@sha256:88d7ef8feb313398a98aafbc2966959f1689191864247f8be15572d5c67641d5 + tag: 7.1.1@sha256:3bc426b72453e76767a7f2144ebcea2870cdf1ecfef6886ee1115c88890f9091 service: main: enabled: false