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.5.1760 → 4.0.5.1778 ) #7824

Closed bot-ross[bot] closed 3 months ago

bot-ross[bot] commented 3 months ago

This PR contains the following updates:

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

Release Notes

Sonarr/Sonarr (ghcr.io/onedr0p/sonarr-develop) ### [`v4.0.5.1778`](https://togithub.com/Sonarr/Sonarr/releases/tag/v4.0.5.1778): 4.0.5.1778 [Compare Source](https://togithub.com/Sonarr/Sonarr/compare/v4.0.5.1760...v4.0.5.1778) #### What's Changed ##### Changes - Translations update from Servarr Weblate by [@​ServarrAdmin](https://togithub.com/ServarrAdmin) in [https://github.com/Sonarr/Sonarr/pull/6891](https://togithub.com/Sonarr/Sonarr/pull/6891) - New: Parse anime seasons with trailing number in title by [@​markus101](https://togithub.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/6888](https://togithub.com/Sonarr/Sonarr/pull/6888) - New: Improve UI status when downloads cannot be imported automatically by [@​markus101](https://togithub.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/6889](https://togithub.com/Sonarr/Sonarr/pull/6889) - Fixed: Exclude invalid releases from Newznab and Torznab parsers by [@​mynameisbogdan](https://togithub.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/6892](https://togithub.com/Sonarr/Sonarr/pull/6892) - New: Ability to select Plex Media Server from plex.tv by [@​markus101](https://togithub.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/6893](https://togithub.com/Sonarr/Sonarr/pull/6893) - New: Ignore Deluge torrents without a title by [@​markus101](https://togithub.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/6894](https://togithub.com/Sonarr/Sonarr/pull/6894) - Fixed: Prevent errors parsing releases in unexpected formats by [@​markus101](https://togithub.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/6897](https://togithub.com/Sonarr/Sonarr/pull/6897) **Full Changelog**: https://github.com/Sonarr/Sonarr/compare/v4.0.5.1760...v4.0.5.1778

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 3 months 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.5.1760@sha256:2be2e97e105573bc0810af388ae8f9ec6d8a8a0784aae0b1ed75d3002b66a87a
+              tag: 4.0.5.1778@sha256:3a8ae93c8ca3522b62e7923718f6f2fecb0e214927f94ba52b6db7e5c4c0366f
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
bot-ross[bot] commented 3 months ago
--- HelmRelease: default/sonarr Deployment: default/sonarr

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

@@ -81,13 +81,13 @@

           value: develop
         - name: TZ
           value: America/New_York
         envFrom:
         - secretRef:
             name: sonarr-secret
-        image: ghcr.io/onedr0p/sonarr-develop:4.0.5.1760@sha256:2be2e97e105573bc0810af388ae8f9ec6d8a8a0784aae0b1ed75d3002b66a87a
+        image: ghcr.io/onedr0p/sonarr-develop:4.0.5.1778@sha256:3a8ae93c8ca3522b62e7923718f6f2fecb0e214927f94ba52b6db7e5c4c0366f
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping
             port: 80
           initialDelaySeconds: 0