Updater bot : gazpar2mqtt updated to 0.8.2

This commit is contained in:
alexbelgium
2022-07-17 07:41:45 +02:00
parent cba83183e5
commit eb24bf4029
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 0.8.2 (17-07-2022)
- Update to latest version from yukulehe/gazpar2mqtt
- Add codenotary sign
- New logic for non HAos systems

View File

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

View File

@@ -28,5 +28,5 @@
],
"slug": "gazpar2mqtt",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.8.1-10"
"version": "0.8.2"
}

View File

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