Updater bot : gazpar2mqtt updated to

This commit is contained in:
alexbelgium
2025-12-23 17:12:12 +01:00
parent f57b80a94e
commit 54b7f64d45
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## (23-12-2025)
- Update to latest version from yukulehe/gazpar2mqtt
- 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

@@ -15,7 +15,7 @@
#################
ARG BUILD_FROM
ARG BUILD_UPSTREAM="0.8.2"
ARG BUILD_UPSTREAM=""
FROM yukulehe/gazpar2mqtt:$BUILD_UPSTREAM
##################

View File

@@ -88,4 +88,4 @@ services:
slug: gazpar2mqtt
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: 0.8.2-5
version: ""

View File

@@ -1,8 +1,8 @@
{
"last_update": "17-07-2022",
"last_update": "23-12-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "gazpar2mqtt",
"source": "dockerhub",
"upstream_repo": "yukulehe/gazpar2mqtt",
"upstream_version": "0.8.2"
"upstream_version": ""
}