From 2634ec7707f66ffe327d5a56e509825176edca16 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 8 Sep 2024 02:42:12 +0200 Subject: [PATCH] chore(deps): update container image ghcr.io/jellyfin/jellyfin to v10.9.11@fc1b51f by renovate (#26109) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/jellyfin/jellyfin](https://jellyfin.org) ([source](https://redirect.github.com/jellyfin/jellyfin)) | patch | `10.9.10` -> `10.9.11` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
jellyfin/jellyfin (ghcr.io/jellyfin/jellyfin) ### [`v10.9.11`](https://redirect.github.com/jellyfin/jellyfin/releases/tag/v10.9.11): 10.9.11 [Compare Source](https://redirect.github.com/jellyfin/jellyfin/compare/v10.9.10...v10.9.11) ### :rocket: Jellyfin Server 10.9.11 We are pleased to announce the latest stable release of Jellyfin, version 10.9.11! 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-11). #### Changelog (6) ##### 📈 General Changes - Fix subtitle and attachment extraction when input path contains quotes \[PR [#​12575](https://redirect.github.com/jellyfin/jellyfin/issues/12575)], by [@​dmitrylyzo](https://redirect.github.com/dmitrylyzo) - Use filtered codecs to build appliedConditions \[PR [#​12562](https://redirect.github.com/jellyfin/jellyfin/issues/12562)], by [@​nyanmisaka](https://redirect.github.com/nyanmisaka) - Fix alt version name generation \[PR [#​12558](https://redirect.github.com/jellyfin/jellyfin/issues/12558)], by [@​Bond-009](https://redirect.github.com/Bond-009) - Create and use FormattingStreamWriter \[PR [#​12550](https://redirect.github.com/jellyfin/jellyfin/issues/12550)], by [@​Bond-009](https://redirect.github.com/Bond-009) - Fix CodecProfiles and video encoder profiles \[PR [#​12521](https://redirect.github.com/jellyfin/jellyfin/issues/12521)], by [@​nyanmisaka](https://redirect.github.com/nyanmisaka) - Don't apply chapter image settings to music \[PR [#​12531](https://redirect.github.com/jellyfin/jellyfin/issues/12531)], by [@​gnattu](https://redirect.github.com/gnattu)
--- ### 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 7c0507112bf..084d61f0f8b 100644 --- a/charts/stable/jellyfin/Chart.yaml +++ b/charts/stable/jellyfin/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 10.9.10 +appVersion: 10.9.11 dependencies: - name: common version: 24.1.14 @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/jellyfin - https://hub.docker.com/r/alpine/socat type: application -version: 20.1.21 +version: 20.1.22 diff --git a/charts/stable/jellyfin/values.yaml b/charts/stable/jellyfin/values.yaml index d24cdbe2d24..e0f9dd7eb90 100644 --- a/charts/stable/jellyfin/values.yaml +++ b/charts/stable/jellyfin/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/jellyfin/jellyfin pullPolicy: IfNotPresent - tag: 10.9.10@sha256:79fb3d73a3e995a3960b41d7d1e16ca6a06fb0b9938404ba38c0072a7e5f358c + tag: 10.9.11@sha256:fc1b51f4be3fba725e42dae2022d9c6a5b069acce01bef04d32fdee025dc511e broadcastProxyImage: repository: docker.io/alpine/socat pullPolicy: IfNotPresent