chkpwd / iac

https://blog.chkpwd.com
MIT License
56 stars 4 forks source link

chore(deps): update ghcr.io/onedr0p/sonarr-develop docker tag to v4.0.5.1760 #1109

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

Mend Renovate

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: Enabled.

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 Mend Renovate. View repository job log here.

github-actions[bot] commented 2 weeks ago
--- kubernetes/apps/media/sonarr/app Kustomization: flux-system/media-sonarr HelmRelease: media/sonarr

+++ kubernetes/apps/media/sonarr/app Kustomization: flux-system/media-sonarr HelmRelease: media/sonarr

@@ -41,13 +41,13 @@

               SONARR__PORT: 8989
               SONARR__THEME: dark
               TZ: ${TZ}
             image:
               pullPolicy: IfNotPresent
               repository: ghcr.io/onedr0p/sonarr-develop
-              tag: 4.0.5.1740
+              tag: 4.0.5.1760
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
github-actions[bot] commented 2 weeks ago
--- HelmRelease: media/sonarr StatefulSet: media/sonarr

+++ HelmRelease: media/sonarr StatefulSet: media/sonarr

@@ -58,13 +58,13 @@

         - name: SONARR__PORT
           value: '8989'
         - name: SONARR__THEME
           value: dark
         - name: TZ
           value: ${TZ}
-        image: ghcr.io/onedr0p/sonarr-develop:4.0.5.1740
+        image: ghcr.io/onedr0p/sonarr-develop:4.0.5.1760
         imagePullPolicy: IfNotPresent
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping
             port: 8989