mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-22 07:16:06 +02:00
Updater bot : gazpar2mqtt updated to 0.8.2
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
|
|
||||||
|
## 0.8.2 (24-12-2025)
|
||||||
|
- Update to latest version from yukulehe/gazpar2mqtt
|
||||||
|
|
||||||
## (23-12-2025)
|
## (23-12-2025)
|
||||||
- Update to latest version from yukulehe/gazpar2mqtt
|
- 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
|
- 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
|
||||||
|
|||||||
@@ -2,11 +2,11 @@
|
|||||||
# ALEXBELGIUM'S DOCKERFILE #
|
# ALEXBELGIUM'S DOCKERFILE #
|
||||||
#============================#
|
#============================#
|
||||||
# _.------.
|
# _.------.
|
||||||
# _.-` ('>.-`"""-.
|
# _.-` ('>.-`"0.8.2""-.
|
||||||
# '.--'` _'` _ .--.)
|
# '.--'` _'` _ .--.)
|
||||||
# -' '-.-';` `
|
# -' '-.-';` `
|
||||||
# ' - _.' ``'--.
|
# ' - _.' ``'--.
|
||||||
# '---` .-'""`
|
# '---` .-'"0.8.2"`
|
||||||
# /`
|
# /`
|
||||||
#=== Home Assistant Addon ===#
|
#=== Home Assistant Addon ===#
|
||||||
|
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
#################
|
#################
|
||||||
|
|
||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
ARG BUILD_UPSTREAM=""
|
ARG BUILD_UPSTREAM="0.8.2"
|
||||||
FROM yukulehe/gazpar2mqtt:$BUILD_UPSTREAM
|
FROM yukulehe/gazpar2mqtt:$BUILD_UPSTREAM
|
||||||
|
|
||||||
##################
|
##################
|
||||||
@@ -50,7 +50,7 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat
|
|||||||
RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh
|
RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh
|
||||||
|
|
||||||
# Manual apps
|
# Manual apps
|
||||||
ENV PACKAGES=""
|
ENV PACKAGES="0.8.2"
|
||||||
|
|
||||||
# Automatic apps & bashio
|
# Automatic apps & bashio
|
||||||
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"
|
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"
|
||||||
|
|||||||
@@ -88,4 +88,4 @@ services:
|
|||||||
slug: gazpar2mqtt
|
slug: gazpar2mqtt
|
||||||
udev: true
|
udev: true
|
||||||
url: https://github.com/alexbelgium/hassio-addons
|
url: https://github.com/alexbelgium/hassio-addons
|
||||||
version: ""
|
version: "0.8.2"
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"last_update": "23-12-2025",
|
"last_update": "24-12-2025",
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "gazpar2mqtt",
|
"slug": "gazpar2mqtt",
|
||||||
"source": "dockerhub",
|
"source": "dockerhub",
|
||||||
"upstream_repo": "yukulehe/gazpar2mqtt",
|
"upstream_repo": "yukulehe/gazpar2mqtt",
|
||||||
"upstream_version": ""
|
"upstream_version": "0.8.2"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user