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.2278 → 4.0.9.2300 ) #8064

Closed bot-ross[bot] closed 1 month ago

bot-ross[bot] commented 1 month ago

This PR contains the following updates:

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

Release Notes

Sonarr/Sonarr (ghcr.io/onedr0p/sonarr-develop) ### [`v4.0.9.2300`](https://redirect.github.com/Sonarr/Sonarr/releases/tag/v4.0.9.2300): 4.0.9.2300 [Compare Source](https://redirect.github.com/Sonarr/Sonarr/compare/v4.0.9.2278...v4.0.9.2300) #### What's Changed ##### Changes - Translations update from Servarr Weblate by [@​ServarrAdmin](https://redirect.github.com/ServarrAdmin) in [https://github.com/Sonarr/Sonarr/pull/7152](https://redirect.github.com/Sonarr/Sonarr/pull/7152) - Fixed: Generating absolute episode file paths in webhooks by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7150](https://redirect.github.com/Sonarr/Sonarr/pull/7150) - Fixed: Forbid empty spaces in Must Contain/Must Not Contain for Release Profiles by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7151](https://redirect.github.com/Sonarr/Sonarr/pull/7151) - Fixed: Importing files without media info available by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7156](https://redirect.github.com/Sonarr/Sonarr/pull/7156) - Convert Components to TypeScript by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7142](https://redirect.github.com/Sonarr/Sonarr/pull/7142) **Full Changelog**: https://github.com/Sonarr/Sonarr/compare/v4.0.9.2278...v4.0.9.2300

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 month 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.2278@sha256:fd9c4c8425333440bc2f63f19b22f62749aef9869b101aa7cc8d56f37fa8225d
+              tag: 4.0.9.2300@sha256:5dd371694fdc91b18d5070da2ff0297a7482044b2eb912dd06089edf0ba989ab
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
bot-ross[bot] commented 1 month 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.2278@sha256:fd9c4c8425333440bc2f63f19b22f62749aef9869b101aa7cc8d56f37fa8225d
+        image: ghcr.io/onedr0p/sonarr-develop:4.0.9.2300@sha256:5dd371694fdc91b18d5070da2ff0297a7482044b2eb912dd06089edf0ba989ab
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping
             port: 80
           initialDelaySeconds: 0