Updater bot : emby_beta updated to 4.9.2.7

This commit is contained in:
alexbelgium
2025-12-06 01:56:32 +01:00
parent f81effed2f
commit b0e4cc71ce
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 4.9.2.7 (06-12-2025)
- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases)
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details. - Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.
## 4.9.2.6 (01-11-2025) ## 4.9.2.6 (01-11-2025)

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="4.9.2.6" ARG BUILD_UPSTREAM="4.9.2.7"
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
################## ##################

View File

@@ -122,5 +122,5 @@ schema:
slug: emby_nas slug: emby_nas
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/emby url: https://github.com/alexbelgium/hassio-addons/tree/master/emby
version: "4.9.2.6" version: "4.9.2.7"
video: true video: true

View File

@@ -1,9 +1,9 @@
{ {
"github_beta": "true", "github_beta": "true",
"last_update": "01-11-2025", "last_update": "06-12-2025",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "emby", "slug": "emby",
"source": "github", "source": "github",
"upstream_repo": "linuxserver/docker-emby", "upstream_repo": "linuxserver/docker-emby",
"upstream_version": "4.9.2.6" "upstream_version": "4.9.2.7"
} }