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.6.1820 → 4.0.6.1847 ) #7879

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.6.1820 -> 4.0.6.1847

Release Notes

Sonarr/Sonarr (ghcr.io/onedr0p/sonarr-develop) ### [`v4.0.6.1847`](https://togithub.com/Sonarr/Sonarr/releases/tag/v4.0.6.1847): 4.0.6.1847 [Compare Source](https://togithub.com/Sonarr/Sonarr/compare/v4.0.6.1820...v4.0.6.1847) #### What's Changed ##### Changes - Translations update from Servarr Weblate by [@​ServarrAdmin](https://togithub.com/ServarrAdmin) in [https://github.com/Sonarr/Sonarr/pull/6942](https://togithub.com/Sonarr/Sonarr/pull/6942) - New: Queued episode count for seasons in series details by [@​mynameisbogdan](https://togithub.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/6936](https://togithub.com/Sonarr/Sonarr/pull/6936) - New: 'On Import Complete' notification when all episodes in a release are imported by [@​markus101](https://togithub.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/6937](https://togithub.com/Sonarr/Sonarr/pull/6937) - Fixed: Removing pending release without blocklisting by [@​mynameisbogdan](https://togithub.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/6944](https://togithub.com/Sonarr/Sonarr/pull/6944) - New: Custom colon replacement option by [@​markus101](https://togithub.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/6941](https://togithub.com/Sonarr/Sonarr/pull/6941) - New: Update AutoTags on series update by [@​markus101](https://togithub.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/6938](https://togithub.com/Sonarr/Sonarr/pull/6938) - Fixed: add non-numeric codec tags to SourceRegex in QualityParser by [@​martylukyy](https://togithub.com/martylukyy) in [https://github.com/Sonarr/Sonarr/pull/6943](https://togithub.com/Sonarr/Sonarr/pull/6943) #### New Contributors - [@​martylukyy](https://togithub.com/martylukyy) made their first contribution in [https://github.com/Sonarr/Sonarr/pull/6943](https://togithub.com/Sonarr/Sonarr/pull/6943) **Full Changelog**: https://github.com/Sonarr/Sonarr/compare/v4.0.6.1820...v4.0.6.1847

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.6.1820@sha256:3418fb8cd12b30fd70c026531e14f5a1222c7b4499d9560aad9f31ddf064f4fb
+              tag: 4.0.6.1847@sha256:bc7a8d9124a14562644a21a4209e3ac9424c9787ae179f39da83549d23a6d430
             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.6.1820@sha256:3418fb8cd12b30fd70c026531e14f5a1222c7b4499d9560aad9f31ddf064f4fb
+        image: ghcr.io/onedr0p/sonarr-develop:4.0.6.1847@sha256:bc7a8d9124a14562644a21a4209e3ac9424c9787ae179f39da83549d23a6d430
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping
             port: 80
           initialDelaySeconds: 0