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

fix(container): update ghcr.io/onedr0p/sonarr-develop ( 4.0.9.2421 → 4.0.9.2457 ) #8137

Closed bot-ross[bot] closed 1 week ago

bot-ross[bot] commented 1 week ago

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/sonarr-develop (source) patch 4.0.9.2421 -> 4.0.9.2457

Release Notes

Sonarr/Sonarr (ghcr.io/onedr0p/sonarr-develop) ### [`v4.0.9.2457`](https://redirect.github.com/Sonarr/Sonarr/releases/tag/v4.0.9.2457): 4.0.9.2457 [Compare Source](https://redirect.github.com/Sonarr/Sonarr/compare/v4.0.9.2421...v4.0.9.2457) #### What's Changed ##### Changes - Translations update from Servarr Weblate by [@​ServarrAdmin](https://redirect.github.com/ServarrAdmin) in [https://github.com/Sonarr/Sonarr/pull/7239](https://redirect.github.com/Sonarr/Sonarr/pull/7239) - Fixed: Sorting queue by columns by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7237](https://redirect.github.com/Sonarr/Sonarr/pull/7237) - New: Errors sending Telegram notifications when links aren't available by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7241](https://redirect.github.com/Sonarr/Sonarr/pull/7241) - Fixed: Loading series images after placeholder in Safari by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7242](https://redirect.github.com/Sonarr/Sonarr/pull/7242) - Fixed: Parsing of Hybrid-Remux by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7243](https://redirect.github.com/Sonarr/Sonarr/pull/7243) - Fixed: Telegram Log Message by [@​RobinDadswell](https://redirect.github.com/RobinDadswell) in [https://github.com/Sonarr/Sonarr/pull/7244](https://redirect.github.com/Sonarr/Sonarr/pull/7244) - Fix translation for Custom Colon Replacement label by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7245](https://redirect.github.com/Sonarr/Sonarr/pull/7245) - Fixed: Ignore '.DS_Store' and '.unmanic' when scanning for files by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7247](https://redirect.github.com/Sonarr/Sonarr/pull/7247) - Fixed: Don't reject revision upgrades if profile doesn't allow upgrades by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7257](https://redirect.github.com/Sonarr/Sonarr/pull/7257) - Fixed: Ignore extra spaces in path when not running on Windows by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7258](https://redirect.github.com/Sonarr/Sonarr/pull/7258) - New: Parse 'BEN THE MAN' release group by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7259](https://redirect.github.com/Sonarr/Sonarr/pull/7259) **Full Changelog**: https://github.com/Sonarr/Sonarr/compare/v4.0.9.2421...v4.0.9.2457

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 1 week ago
--- kubernetes/main/apps/default/sonarr/app Kustomization: flux-system/sonarr HelmRelease: default/sonarr

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

@@ -48,13 +48,13 @@

               TZ: America/New_York
             envFrom:
             - secretRef:
                 name: sonarr-secret
             image:
               repository: ghcr.io/onedr0p/sonarr-develop
-              tag: 4.0.9.2421@sha256:e171727fd08b9f35a0a54b79398f152da57338ef19fb088684e1a4641726dd54
+              tag: 4.0.9.2457@sha256:d981084e9534a6f4a089926625ba4679089dbced7693460df7d83233177c1f92
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
bot-ross[bot] commented 1 week ago
--- HelmRelease: default/sonarr Deployment: default/sonarr

+++ HelmRelease: default/sonarr Deployment: default/sonarr

@@ -85,13 +85,13 @@

           value: develop
         - name: TZ
           value: America/New_York
         envFrom:
         - secretRef:
             name: sonarr-secret
-        image: ghcr.io/onedr0p/sonarr-develop:4.0.9.2421@sha256:e171727fd08b9f35a0a54b79398f152da57338ef19fb088684e1a4641726dd54
+        image: ghcr.io/onedr0p/sonarr-develop:4.0.9.2457@sha256:d981084e9534a6f4a089926625ba4679089dbced7693460df7d83233177c1f92
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping
             port: 80
           initialDelaySeconds: 0