Updater bot : baikal updated to 0.9.4

This commit is contained in:
alexbelgium
2023-12-23 01:55:46 +01:00
parent 7df1649478
commit 97cfe2ec39
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 0.9.4 (23-12-2023)
- Update to latest version from ckulka/baikal-docker
## 0.9.3+msmtp (04-11-2023)
- Update to latest version from ckulka/baikal-docker
- Implemented healthcheck

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="0.9.3+msmtp"
ARG BUILD_UPSTREAM="0.9.4"
FROM ${BUILD_FROM}
##################

View File

@@ -74,6 +74,6 @@
"slug": "baikal",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.9.3",
"version": "0.9.4",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
}

View File

@@ -1,8 +1,8 @@
{
"last_update": "04-11-2023",
"last_update": "23-12-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "baikal",
"source": "github",
"upstream_repo": "ckulka/baikal-docker",
"upstream_version": "0.9.3+msmtp"
"upstream_version": "0.9.4"
}