onedr0p / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
https://onedr0p.github.io/home-ops/
Do What The F*ck You Want To Public License
1.98k stars 179 forks source link

feat(container): update ghcr.io/recyclarr/recyclarr ( 7.1.1 → 7.2.0 ) #7937

Closed bot-ross[bot] closed 2 months ago

bot-ross[bot] commented 2 months ago

This PR contains the following updates:

Package Update Change
ghcr.io/recyclarr/recyclarr minor 7.1.1 -> 7.2.0

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)).

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 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 has been generated by Renovate Bot.

bot-ross[bot] commented 2 months ago
--- kubernetes/main/apps/default/recyclarr/app Kustomization: flux-system/recyclarr HelmRelease: default/recyclarr

+++ kubernetes/main/apps/default/recyclarr/app Kustomization: flux-system/recyclarr HelmRelease: default/recyclarr

@@ -44,13 +44,13 @@

               TZ: America/New_York
             envFrom:
             - secretRef:
                 name: recyclarr-secret
             image:
               repository: ghcr.io/recyclarr/recyclarr
-              tag: 7.1.1@sha256:3bc426b72453e76767a7f2144ebcea2870cdf1ecfef6886ee1115c88890f9091
+              tag: 7.2.0@sha256:bc7a7b940e9f42b9ee7df31d85e180b13a968f0a86ce58838376c052db381b05
             resources:
               limits:
                 memory: 128Mi
               requests:
                 cpu: 10m
             securityContext:
bot-ross[bot] commented 2 months ago
--- HelmRelease: default/recyclarr CronJob: default/recyclarr

+++ HelmRelease: default/recyclarr CronJob: default/recyclarr

@@ -49,13 +49,13 @@

             env:
             - name: TZ
               value: America/New_York
             envFrom:
             - secretRef:
                 name: recyclarr-secret
-            image: ghcr.io/recyclarr/recyclarr:7.1.1@sha256:3bc426b72453e76767a7f2144ebcea2870cdf1ecfef6886ee1115c88890f9091
+            image: ghcr.io/recyclarr/recyclarr:7.2.0@sha256:bc7a7b940e9f42b9ee7df31d85e180b13a968f0a86ce58838376c052db381b05
             name: app
             resources:
               limits:
                 memory: 128Mi
               requests:
                 cpu: 10m