Updater bot : gazpar2mqtt updated to 0.8.1

This commit is contained in:
alexbelgium
2022-01-20 10:57:17 +01:00
parent c5bc2e9adf
commit 395edd24c3
3 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
## 0.8.1 (20-01-2022)
- Update to latest version from yukulehe/gazpar2mqtt
## 0.8.0 (19-01-2022) ## 0.8.0 (19-01-2022)
- Update to latest version from yukulehe/gazpar2mqtt - Update to latest version from yukulehe/gazpar2mqtt

View File

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

View File

@@ -1,7 +1,14 @@
{ {
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"description": "fetch GRDF data and publish data to a mqtt broker", "description": "fetch GRDF data and publish data to a mqtt broker",
"map": ["config:rw", "share:rw"], "map": [
"config:rw",
"share:rw"
],
"name": "gazpar2mqtt", "name": "gazpar2mqtt",
"options": { "options": {
"CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml", "CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml",
@@ -15,9 +22,11 @@
"TZ": "str?", "TZ": "str?",
"verbose": "bool" "verbose": "bool"
}, },
"services": ["mqtt:want"], "services": [
"mqtt:want"
],
"slug": "gazpar2mqtt", "slug": "gazpar2mqtt",
"upstream": "0.8.0", "upstream": "0.8.1",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.8.0-6" "version": "0.8.1"
} }