martinohmann / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
MIT License
9 stars 0 forks source link

fix(container): update ghcr.io/jellyfin/jellyfin ( 10.9.7 → 10.9.8 ) #1149

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Update Change
ghcr.io/jellyfin/jellyfin (source) patch 10.9.7 -> 10.9.8

Release Notes

jellyfin/jellyfin (ghcr.io/jellyfin/jellyfin) ### [`v10.9.8`](https://togithub.com/jellyfin/jellyfin/releases/tag/v10.9.8): 10.9.8 [Compare Source](https://togithub.com/jellyfin/jellyfin/compare/v10.9.7...v10.9.8) ### :rocket: Jellyfin Server 10.9.8 We are pleased to announce the latest stable release of Jellyfin, version 10.9.8! This minor release brings several bugfixes to improve your Jellyfin experience. As always, please ensure you stop your Jellyfin server and take a full backup before upgrading! You can find more details about and discuss this release [on our forums](https://forum.jellyfin.org/t-new-jellyfin-server-web-release-10-9-8). #### Changelog (3) ##### 📈 General Changes - Properly escape paths in concat file for BDMV \[PR [#​12296](https://togithub.com/jellyfin/jellyfin/issues/12296)], by [@​Bond-009](https://togithub.com/Bond-009) - Fix localization of audio title \[PR [#​12278](https://togithub.com/jellyfin/jellyfin/issues/12278)], by [@​Bond-009](https://togithub.com/Bond-009) - Fix season handling ("Season Unknown" / unneccesary empty seasons) \[PR [#​12240](https://togithub.com/jellyfin/jellyfin/issues/12240)], by [@​nielsvanvelzen](https://togithub.com/nielsvanvelzen)

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

github-actions[bot] commented 1 month ago

kustomization changes in kubernetes/main

--- kubernetes/main/apps/default/jellyfin/app Kustomization: flux-system/jellyfin HelmRelease: default/jellyfin

+++ kubernetes/main/apps/default/jellyfin/app Kustomization: flux-system/jellyfin HelmRelease: default/jellyfin

@@ -40,13 +40,13 @@

           app:
             env:
               DOTNET_SYSTEM_IO_DISABLEFILELOCKING: 'true'
               JELLYFIN_PublishedServerUrl: 192.168.40.247
             image:
               repository: ghcr.io/jellyfin/jellyfin
-              tag: 10.9.7
+              tag: 10.9.8
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
github-actions[bot] commented 1 month ago

helmrelease changes in kubernetes/main

--- HelmRelease: default/jellyfin Deployment: default/jellyfin

+++ HelmRelease: default/jellyfin Deployment: default/jellyfin

@@ -43,13 +43,13 @@

       containers:
       - env:
         - name: DOTNET_SYSTEM_IO_DISABLEFILELOCKING
           value: 'true'
         - name: JELLYFIN_PublishedServerUrl
           value: 192.168.40.247
-        image: ghcr.io/jellyfin/jellyfin:10.9.7
+        image: ghcr.io/jellyfin/jellyfin:10.9.8
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /health
             port: 8096
           initialDelaySeconds: 0