From 36c374d6eae611c8f8b0926b44efc746c10e37a5 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 6 Jun 2024 02:29:31 +0200 Subject: [PATCH] chore(deps): update container image ghcr.io/jellyfin/jellyfin to v10.9.5@406fb7c by renovate (#22906) 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.4` -> `10.9.5` | --- > [!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.5`](https://togithub.com/jellyfin/jellyfin/releases/tag/v10.9.5): 10.9.5 [Compare Source](https://togithub.com/jellyfin/jellyfin/compare/v10.9.4...v10.9.5) ### :rocket: Jellyfin Server 10.9.5 We are pleased to announce the latest stable release of Jellyfin, version 10.9.5! 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-5). #### Changelog (12) ##### 📈 General Changes - Fallback to local dir when saving to media dir fails \[PR [#​11978](https://togithub.com/jellyfin/jellyfin/issues/11978)], by [@​Shadowghost](https://togithub.com/Shadowghost) - Fix Library renaming \[PR [#​11963](https://togithub.com/jellyfin/jellyfin/issues/11963)], by [@​gnattu](https://togithub.com/gnattu) - Fix identify over NFO and replace all when NFO saving enabled \[PR [#​11921](https://togithub.com/jellyfin/jellyfin/issues/11921)], by [@​Shadowghost](https://togithub.com/Shadowghost) - Create readonly DB connections when possible \[PR [#​11969](https://togithub.com/jellyfin/jellyfin/issues/11969)], by [@​Bond-009](https://togithub.com/Bond-009) - Fix local image saving \[PR [#​11934](https://togithub.com/jellyfin/jellyfin/issues/11934)], by [@​Shadowghost](https://togithub.com/Shadowghost) - Fix dateadded and movie NFO recognition \[PR [#​11935](https://togithub.com/jellyfin/jellyfin/issues/11935)], by [@​Shadowghost](https://togithub.com/Shadowghost) - Increase lyrics migration batch size to 5000 \[PR [#​11943](https://togithub.com/jellyfin/jellyfin/issues/11943)], by [@​Shadowghost](https://togithub.com/Shadowghost) - Export trailer URLs in new format \[PR [#​11958](https://togithub.com/jellyfin/jellyfin/issues/11958)], by [@​Shadowghost](https://togithub.com/Shadowghost) - Do not delete file locations for virtual episodes and seasons \[PR [#​11954](https://togithub.com/jellyfin/jellyfin/issues/11954)], by [@​Shadowghost](https://togithub.com/Shadowghost) - NextUp query respects Limit \[PR [#​11956](https://togithub.com/jellyfin/jellyfin/issues/11956)], by [@​cptn-x](https://togithub.com/cptn-x) - Only set season path if season folder parsing was successful \[PR [#​11920](https://togithub.com/jellyfin/jellyfin/issues/11920)], by [@​Shadowghost](https://togithub.com/Shadowghost) - Check trailer distinction by URL \[PR [#​11933](https://togithub.com/jellyfin/jellyfin/issues/11933)], 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 51fef3430a2..b3146871b6f 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.4 +appVersion: 10.9.5 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.1 +version: 20.0.2 diff --git a/charts/stable/jellyfin/values.yaml b/charts/stable/jellyfin/values.yaml index 0f16b2cca9c..ccdabb93da9 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.4@sha256:e6b71e6cd18fa272ffaf5c376ac0db1113dab0bddf60e889a65eab05e17cfb73 + tag: 10.9.5@sha256:406fb7cd86cc2de603029daff664919c72e50f5eef14bad4b67f23a356c4dfa5 broadcastProxyImage: repository: docker.io/alpine/socat pullPolicy: IfNotPresent