chore(deps): update container image ghcr.io/jellyfin/jellyfin to v10.9.10@79fb3d7 by renovate (#25507)

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.9` ->
`10.9.10` |

---

> [!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.10`](https://togithub.com/jellyfin/jellyfin/releases/tag/v10.9.10):
10.9.10

[Compare
Source](https://togithub.com/jellyfin/jellyfin/compare/v10.9.9...v10.9.10)

### 🚀 Jellyfin Server 10.9.10

We are pleased to announce the latest stable release of Jellyfin,
version 10.9.10!

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-10).

#### Changelog (9)

##### 📈 General Changes

- Include AVIF extension for support images \[PR
[#&#8203;12415](https://togithub.com/jellyfin/jellyfin/issues/12415)],
by [@&#8203;ikelos](https://togithub.com/ikelos)
- Apply all codec conditions \[PR
[#&#8203;12499](https://togithub.com/jellyfin/jellyfin/issues/12499)],
by [@&#8203;dmitrylyzo](https://togithub.com/dmitrylyzo)
- Revert "NextUp query respects Limit" \[PR
[#&#8203;12414](https://togithub.com/jellyfin/jellyfin/issues/12414)],
by [@&#8203;fredrik-eriksson](https://togithub.com/fredrik-eriksson)
- Set Content-Disposition header to attachment for image endpoints \[PR
[#&#8203;12490](https://togithub.com/jellyfin/jellyfin/issues/12490)],
by [@&#8203;nielsvanvelzen](https://togithub.com/nielsvanvelzen)
- Fix bitstream filter not applied to videos in TS container \[PR
[#&#8203;12493](https://togithub.com/jellyfin/jellyfin/issues/12493)],
by [@&#8203;nyanmisaka](https://togithub.com/nyanmisaka)
- Fix the record series button missing on many programs (port of
[#&#8203;12398](https://togithub.com/jellyfin/jellyfin/issues/12398))
\[PR
[#&#8203;12481](https://togithub.com/jellyfin/jellyfin/issues/12481)],
by [@&#8203;Bond-009](https://togithub.com/Bond-009)
- Don't force non-virtual when all episodes in season are isMissing=true
\[PR
[#&#8203;12425](https://togithub.com/jellyfin/jellyfin/issues/12425)],
by [@&#8203;scampower3](https://togithub.com/scampower3)
- Check attachment path for null before use \[PR
[#&#8203;12443](https://togithub.com/jellyfin/jellyfin/issues/12443)],
by [@&#8203;gnattu](https://togithub.com/gnattu)
- Fix SA1201 issue \[PR
[#&#8203;12390](https://togithub.com/jellyfin/jellyfin/issues/12390)],
by [@&#8203;justinkb](https://togithub.com/justinkb)

</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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Mi4yIiwidXBkYXRlZEluVmVyIjoiMzguNTIuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
TrueCharts Bot
2024-08-25 14:27:48 +02:00
committed by GitHub
parent ef16813a18
commit 698e1fbb41
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 10.9.9
appVersion: 10.9.10
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.18
version: 20.1.19

View File

@@ -1,7 +1,7 @@
image:
repository: ghcr.io/jellyfin/jellyfin
pullPolicy: IfNotPresent
tag: 10.9.9@sha256:d6f3d4aa59438ce951d85669f3c22426d20edb7a6b97604c509b5f4825bc8294
tag: 10.9.10@sha256:79fb3d73a3e995a3960b41d7d1e16ca6a06fb0b9938404ba38c0072a7e5f358c
broadcastProxyImage:
repository: docker.io/alpine/socat
pullPolicy: IfNotPresent