fix(emby): update image oci.trueforge.org/containerforge/emby 4.10.0.3 → 4.10.0.10 (#47125)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/emby](https://ghcr.io/trueforge-org/emby) ([source](https://redirect.github.com/MediaBrowser/Emby.Releases)) | patch | `9a22102` → `8aa460b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>MediaBrowser/Emby.Releases (oci.trueforge.org/containerforge/emby)</summary> ### [`v4.10.0.10`](https://redirect.github.com/MediaBrowser/Emby.Releases/releases/tag/4.10.0.10): -beta [Compare Source](https://redirect.github.com/MediaBrowser/Emby.Releases/compare/4.10.0.3...4.10.0.10) #### Changes ##### 4.10.0.10 - Support played filter with more home screen sections ##### Cumulative Changes Since Stable Release - Fixes for played filter with new home screen settings - Refresh metadata on all versions of a video when refresing metadata manually - Add new spotlight home screen section option (requires Emby Server 4.10+) - Fix detail screen regression with previous build - Update to sqlite 3.51.3 - Add played filter to home screen sections - Add display mode option to home screen sections - Fix realtime monitor not working in some cases for directories with periods in the name - Update to sqlite 3.51.3 - Add played filter to home screen sections - Add display mode option to home screen sections - Track date last searched of items - Fixes for youtube urls inside strm files - Fix queries for some home screen sections returning wrong items - Add new spotlight home screen section option - Add new home screen section type called dynamic media with sorting and filtering functions - Update to sqlite 3.51.2 - Fix regression with hiding users from login screens on remote connections - Add sorting options to new home screen editor - Add Copy Data to Users context menu command - Fixes with home screen sections migration - Revamp home screen section options with new section editor - Add banner text option to server settings - Support person credits at the bottom of person detail screens - Playback fixes for Chromecast - Fix subtitle encoding regression with LG TV's - Fix Hardware Transcoding for HDR Video when Tone Mapping is enabled </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZW1ieSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 4.10.0.3
|
||||
appVersion: 4.10.0.10
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.0.15
|
||||
@@ -20,17 +20,17 @@ dependencies:
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Emby Server is a home media server
|
||||
home: https://truecharts.org/truetech/truecharts/charts/stable/emby
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/emby.webp
|
||||
home: https://trueforge.org/truetech/truecharts/charts/stable/emby
|
||||
icon: https://trueforge.org/img/hotlink-ok/chart-icons/emby.webp
|
||||
keywords:
|
||||
- jellyfin
|
||||
- plex
|
||||
- emby
|
||||
kubeVersion: '>=1.33.0-0'
|
||||
kubeVersion: '>=1.27.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
email: info@trueforge.org
|
||||
url: https://trueforge.org
|
||||
name: emby
|
||||
sources:
|
||||
- https://github.com/linuxserver/docker-emby.git
|
||||
@@ -38,5 +38,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/emby
|
||||
- https://hub.docker.com/r/alpine/socat
|
||||
type: application
|
||||
version: 27.0.6
|
||||
version: 27.0.7
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: oci.trueforge.org/containerforge/emby
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 4.10.0.3@sha256:9a22102baa03f096a696d2c190c244418710d276fe54c8d8e01fd00bae118d44
|
||||
tag: 4.10.0.10@sha256:8aa460bec9b4d00705680b04d7adf420b9e0fb2f0eb2b7d67cd56b549d3b7167
|
||||
broadcastProxyImage:
|
||||
repository: docker.io/alpine/socat
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
Reference in New Issue
Block a user