From e3b3f692ee3665195ea47dd0ad796a0c4e8df787 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 13 Apr 2026 18:31:04 +0200 Subject: [PATCH] =?UTF-8?q?fix(jellyfin):=20update=20image=20oci.trueforge?= =?UTF-8?q?.org/containerforge/jellyfin=2010.11.7=20=E2=86=92=2010.11.8=20?= =?UTF-8?q?(#46853)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/jellyfin](https://ghcr.io/trueforge-org/jellyfin) ([source](https://redirect.github.com/jellyfin/jellyfin)) | patch | `0ae88d5` → `a6f1666` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
jellyfin/jellyfin (oci.trueforge.org/containerforge/jellyfin) ### [`v10.11.8`](https://redirect.github.com/jellyfin/jellyfin/releases/tag/v10.11.8): 10.11.8 [Compare Source](https://redirect.github.com/jellyfin/jellyfin/compare/v10.11.7...v10.11.8) ### :rocket: Jellyfin Server 10.11.8 We are pleased to announce the latest stable release of Jellyfin, version 10.11.8! This minor release brings several bugfixes to improve your Jellyfin experience. As always, please ensure you take a full backup before upgrading! **Note**: This release fixes several regressions from 10.11.7, with the goal to get people onto an updated release due to the forthcoming (t-minus 9 days) release of the GHSAs/CVEs that were fixed in 10.11.7. Please upgrade to this release as soon as you can. You can find more details about and discuss this release [on our forums](https://forum.jellyfin.org/t-new-jellyfin-server-web-release-10-11-8). #### Changelog (3) ##### 📈 General Changes - Handle folders without associated library in FixLibrarySubtitleDownloadLanguages \[PR [#​16540](https://redirect.github.com/jellyfin/jellyfin/issues/16540)], by [@​Shadowghost](https://redirect.github.com/Shadowghost) - Fix subtitle saving \[PR [#​16539](https://redirect.github.com/jellyfin/jellyfin/issues/16539)], by [@​MBR-0001](https://redirect.github.com/MBR-0001) - Fix querying media with language filters \[PR [#​16538](https://redirect.github.com/jellyfin/jellyfin/issues/16538)], by [@​MBR-0001](https://redirect.github.com/MBR-0001)
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- charts/stable/jellyfin/Chart.yaml | 4 ++-- charts/stable/jellyfin/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/jellyfin/Chart.yaml b/charts/stable/jellyfin/Chart.yaml index f48a748a55c..676934614be 100644 --- a/charts/stable/jellyfin/Chart.yaml +++ b/charts/stable/jellyfin/Chart.yaml @@ -8,7 +8,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 10.11.7 +appVersion: 10.11.8 dependencies: - name: common version: 29.0.10 @@ -37,5 +37,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/jellyfin - https://hub.docker.com/r/alpine/socat type: application -version: 23.0.5 +version: 23.0.6 diff --git a/charts/stable/jellyfin/values.yaml b/charts/stable/jellyfin/values.yaml index c28f139c40f..f1a616b577a 100644 --- a/charts/stable/jellyfin/values.yaml +++ b/charts/stable/jellyfin/values.yaml @@ -2,7 +2,7 @@ image: repository: oci.trueforge.org/containerforge/jellyfin pullPolicy: IfNotPresent - tag: 10.11.7@sha256:0ae88d548059184b361bf2f59a53f871c6710c73ede44497ea897d4b98f30252 + tag: 10.11.8@sha256:a6f1666597046709da7f40fde82afa611f87220f5ef9ce927a301fcd45da1519 broadcastProxyImage: repository: docker.io/alpine/socat pullPolicy: IfNotPresent