chore(deps): update container image ghcr.io/jellyfin/jellyfin to v10.9.11@fc1b51f by renovate (#26109)
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 <details> <summary>jellyfin/jellyfin (ghcr.io/jellyfin/jellyfin)</summary> ### [`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) ### 🚀 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) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43Mi4wIiwidXBkYXRlZEluVmVyIjoiMzguNzIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
parent
5f97a0a0ca
commit
2634ec7707
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue