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.1740 → 4.0.5.1760 ) #7780

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.1740 -> 4.0.5.1760

Release Notes

Sonarr/Sonarr (ghcr.io/onedr0p/sonarr-develop) ### [`v4.0.5.1760`](https://togithub.com/Sonarr/Sonarr/releases/tag/v4.0.5.1760): 4.0.5.1760 [Compare Source](https://togithub.com/Sonarr/Sonarr/compare/v4.0.5.1740...v4.0.5.1760) #### What's Changed ##### Changes - New: Add TMDB id support by [@​sundermann](https://togithub.com/sundermann) in [https://github.com/Sonarr/Sonarr/pull/6867](https://togithub.com/Sonarr/Sonarr/pull/6867) - Fixed: Adding series with unknown items in queue by [@​markus101](https://togithub.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/6874](https://togithub.com/Sonarr/Sonarr/pull/6874) - Fixed: Importing from IMDb list by [@​markus101](https://togithub.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/6877](https://togithub.com/Sonarr/Sonarr/pull/6877) - New: Ignore inaccessible folders with getting folders by [@​mynameisbogdan](https://togithub.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/6879](https://togithub.com/Sonarr/Sonarr/pull/6879) - New: Display stats for delete multiple series modal by [@​mynameisbogdan](https://togithub.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/6880](https://togithub.com/Sonarr/Sonarr/pull/6880) #### New Contributors - [@​sundermann](https://togithub.com/sundermann) made their first contribution in [https://github.com/Sonarr/Sonarr/pull/6867](https://togithub.com/Sonarr/Sonarr/pull/6867) **Full Changelog**: https://github.com/Sonarr/Sonarr/compare/v4.0.5.1740...v4.0.5.1760

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.1740@sha256:3890ecfb9628a528b2e8c511addc08ed5b875868d8e72bcbc9a1828af477444d
+              tag: 4.0.5.1760@sha256:2be2e97e105573bc0810af388ae8f9ec6d8a8a0784aae0b1ed75d3002b66a87a
             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.1740@sha256:3890ecfb9628a528b2e8c511addc08ed5b875868d8e72bcbc9a1828af477444d
+        image: ghcr.io/onedr0p/sonarr-develop:4.0.5.1760@sha256:2be2e97e105573bc0810af388ae8f9ec6d8a8a0784aae0b1ed75d3002b66a87a
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping
             port: 80
           initialDelaySeconds: 0