From f070dbded27ae4adbe2c9dfbaa1cfc0249a13848 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 7 Jun 2024 02:43:04 +0200 Subject: [PATCH] chore(deps): update container image ghcr.io/jellyfin/jellyfin to v10.9.6@918f993 by renovate (#23038) 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://togithub.com/jellyfin/jellyfin)) | patch | `10.9.5` -> `10.9.6` | --- > [!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.6`](https://togithub.com/jellyfin/jellyfin/releases/tag/v10.9.6): 10.9.6 [Compare Source](https://togithub.com/jellyfin/jellyfin/compare/v10.9.5...v10.9.6) ### :rocket: Jellyfin Server 10.9.6 We are pleased to announce the latest stable release of Jellyfin, version 10.9.6! 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-6). #### Changelog (4) ##### 📈 General Changes - Fix fallback artist when taglib fails \[PR [#​11989](https://togithub.com/jellyfin/jellyfin/issues/11989)], by [@​gnattu](https://togithub.com/gnattu) - Do not stop validation if folder was removed \[PR [#​11959](https://togithub.com/jellyfin/jellyfin/issues/11959)], by [@​Shadowghost](https://togithub.com/Shadowghost) - Use only 1 write connection/DB \[PR [#​11986](https://togithub.com/jellyfin/jellyfin/issues/11986)], by [@​Bond-009](https://togithub.com/Bond-009) - Set ProductionLocations instead of Tags \[PR [#​11984](https://togithub.com/jellyfin/jellyfin/issues/11984)], by [@​Shadowghost](https://togithub.com/Shadowghost)
--- ### 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://togithub.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 b67af8c296b..7f45157fa78 100644 --- a/charts/stable/jellyfin/Chart.yaml +++ b/charts/stable/jellyfin/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 10.9.5 +appVersion: 10.9.6 dependencies: - name: common version: 24.0.0 @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/jellyfin - https://hub.docker.com/r/alpine/socat type: application -version: 20.0.4 +version: 20.0.5 diff --git a/charts/stable/jellyfin/values.yaml b/charts/stable/jellyfin/values.yaml index 072914c83b8..2c019d790f3 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.5@sha256:406fb7cd86cc2de603029daff664919c72e50f5eef14bad4b67f23a356c4dfa5 + tag: 10.9.6@sha256:918f993047ad43e6f240f78bc83734f6478c673d73cbebd50fdc8802ab05e6a1 broadcastProxyImage: repository: docker.io/alpine/socat pullPolicy: IfNotPresent