chore(deps): update container image ghcr.io/recyclarr/recyclarr to v7.2.4@1bf2436 by renovate (#26405)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/recyclarr/recyclarr](https://redirect.github.com/recyclarr/recyclarr) | patch | `7.2.3` -> `7.2.4` | --- > [!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.2.4`](https://redirect.github.com/recyclarr/recyclarr/blob/HEAD/CHANGELOG.md#724---2024-09-14) [Compare Source](https://redirect.github.com/recyclarr/recyclarr/compare/v7.2.3...v7.2.4) ##### Fixed - Custom Formats: Smarter change detection logic for custom formats with language specifications, which addresses the issue of some CFs constantly showing as updated during sync even if they didn't change. </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43OS4wIiwidXBkYXRlZEluVmVyIjoiMzguNzkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
parent
06f8ed2754
commit
2a1ab75ad7
|
@ -6,7 +6,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 7.2.3
|
||||
appVersion: 7.2.4
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.15
|
||||
|
@ -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.2.5
|
||||
version: 12.2.6
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ghcr.io/recyclarr/recyclarr
|
||||
tag: 7.2.3@sha256:77a3c0156ec0ddef256998b246d4d80a2f1b96ee4a3a1a21bbc8459bfd0c9ad9
|
||||
tag: 7.2.4@sha256:1bf2436ed4749a4309765dd21643aac858dd436a536e37c25bb463513601e962
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
||||
|
|
Loading…
Reference in New Issue