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.8.1967 β†’ 4.0.8.1988 ) #7948

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/onedr0p/sonarr-develop (source) patch 4.0.8.1967 -> 4.0.8.1988

Release Notes

Sonarr/Sonarr (ghcr.io/onedr0p/sonarr-develop) ### [`v4.0.8.1988`](https://togithub.com/Sonarr/Sonarr/releases/tag/v4.0.8.1988): 4.0.8.1988 [Compare Source](https://togithub.com/Sonarr/Sonarr/compare/v4.0.8.1967...v4.0.8.1988) #### What's Changed ##### Changes - Translations update from Servarr Weblate by [@​ServarrAdmin](https://togithub.com/ServarrAdmin) in [https://github.com/Sonarr/Sonarr/pull/7034](https://togithub.com/Sonarr/Sonarr/pull/7034) - Fixed: Allow leading/trailing spaces on non-Windows by [@​markus101](https://togithub.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7028](https://togithub.com/Sonarr/Sonarr/pull/7028) - New: Title filter for Series Index by [@​mynameisbogdan](https://togithub.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7030](https://togithub.com/Sonarr/Sonarr/pull/7030) - New: Add metadata links to telegram messages by [@​markus101](https://togithub.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7033](https://togithub.com/Sonarr/Sonarr/pull/7033) - New: Return downloading magnets from Transmission by [@​markus101](https://togithub.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7032](https://togithub.com/Sonarr/Sonarr/pull/7032) - Fixed: Import with copy from download clients with remove completed disabled by [@​mynameisbogdan](https://togithub.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7031](https://togithub.com/Sonarr/Sonarr/pull/7031) - Fixed: Setting page size in Queue, History and Blocklist by [@​markus101](https://togithub.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7037](https://togithub.com/Sonarr/Sonarr/pull/7037) - Fixed: Persist indexer flags when manual importing failed imports from queue by [@​mynameisbogdan](https://togithub.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7038](https://togithub.com/Sonarr/Sonarr/pull/7038) **Full Changelog**: https://github.com/Sonarr/Sonarr/compare/v4.0.8.1967...v4.0.8.1988

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/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.8.1967@sha256:7c4d54f11cd69ae6631c9f850b3b239ce9006b4dc3259de21806ef0f15da8216
+              tag: 4.0.8.1988@sha256:d8404510500ffe8ed804ac37bc5a56040228eb632458d6771d9c7dab40f6f61a
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
bot-ross[bot] commented 2 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.8.1967@sha256:7c4d54f11cd69ae6631c9f850b3b239ce9006b4dc3259de21806ef0f15da8216
+        image: ghcr.io/onedr0p/sonarr-develop:4.0.8.1988@sha256:d8404510500ffe8ed804ac37bc5a56040228eb632458d6771d9c7dab40f6f61a
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping
             port: 80
           initialDelaySeconds: 0