Updater bot : bazarr updated to 1.5.4

This commit is contained in:
alexbelgium
2026-01-08 13:04:16 +01:00
parent 38b0408fc7
commit 1283d08d06
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 1.5.4 (08-01-2026)
- Update to latest version from linuxserver/docker-bazarr (changelog : https://github.com/linuxserver/docker-bazarr/releases)
- The Home Assistant project has deprecated support for the armv7, armhf and i386 architectures. Support wil be fully dropped in the upcoming Home Assistant 2025.12 release
- 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.

View File

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

View File

@@ -105,5 +105,5 @@ schema:
slug: bazarr_nas
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/bazarr
version: 1.5.3
version: "1.5.4"
webui: "[PROTO:ssl]://[HOST]:[PORT:6767]"

View File

@@ -1,8 +1,8 @@
{
"last_update": "27-09-2025",
"last_update": "08-01-2026",
"repository": "alexbelgium/hassio-addons",
"slug": "bazarr",
"source": "github",
"upstream_repo": "linuxserver/docker-bazarr",
"upstream_version": "1.5.3"
"upstream_version": "1.5.4"
}