From 2322887fbd54bb2af0cfebab1f438e78d51027d5 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 5 Aug 2024 09:32:08 +0200 Subject: [PATCH] chore(deps): update container image ghcr.io/jellyfin/jellyfin to v10.9.9@d6f3d4a by renovate (#24779) 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.8` -> `10.9.9` | --- > [!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.9`](https://togithub.com/jellyfin/jellyfin/releases/tag/v10.9.9): 10.9.9 [Compare Source](https://togithub.com/jellyfin/jellyfin/compare/v10.9.8...v10.9.9) ### :rocket: Jellyfin Server 10.9.9 We are pleased to announce the latest stable release of Jellyfin, version 10.9.9! 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-9). #### Changelog (3) ##### 📈 General Changes - Fix creating virtual seasons (again) \[PR [#​12356](https://togithub.com/jellyfin/jellyfin/issues/12356)], by [@​nielsvanvelzen](https://togithub.com/nielsvanvelzen) - Update Serilog deps \[PR [#​12368](https://togithub.com/jellyfin/jellyfin/issues/12368)], by [@​Bond-009](https://togithub.com/Bond-009) - Implement Device Cache to replace EFCoreSecondLevelCacheInterceptor \[PR [#​11901](https://togithub.com/jellyfin/jellyfin/issues/11901)], by [@​gnattu](https://togithub.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://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 d94f0622d18..054967b789f 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.8 +appVersion: 10.9.9 dependencies: - name: common version: 24.1.7 @@ -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.12 +version: 20.1.13 diff --git a/charts/stable/jellyfin/values.yaml b/charts/stable/jellyfin/values.yaml index b3326dab94a..c4e00f40b3d 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.8@sha256:836232f7ffa1fdac5d043a592806422c33c68da2616f303f831e3ac25bfb6f1a + tag: 10.9.9@sha256:d6f3d4aa59438ce951d85669f3c22426d20edb7a6b97604c509b5f4825bc8294 broadcastProxyImage: repository: docker.io/alpine/socat pullPolicy: IfNotPresent