Updater bot : baikal updated to 0.9.3

This commit is contained in:
alexbelgium
2022-12-13 01:55:32 +01:00
parent 5e04850859
commit 4559c2243f
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 0.9.3 (13-12-2022)
- Update to latest version from ckulka/baikal-docker
- WARNING : update to supervisor 2022.11 before installing
## 0.9.2

View File

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

View File

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

View File

@@ -1,8 +1,8 @@
{
"last_update": "18-10-2022",
"last_update": "13-12-2022",
"repository": "alexbelgium/hassio-addons",
"slug": "baikal",
"source": "github",
"upstream_repo": "ckulka/baikal-docker",
"upstream_version": "0.9.2"
"upstream_version": "0.9.3"
}