Updater bot : baikal updated to 0.10.1

This commit is contained in:
alexbelgium
2024-11-23 01:56:26 +01:00
parent f1910ee181
commit 2a73de3778
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 0.10.1 (23-11-2024)
- Update to latest version from ckulka/baikal-docker (changelog : https://github.com/ckulka/baikal-docker/releases)
## 0.9.5_updated (06-08-2024)
- Minor bugs fixed

View File

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

View File

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

View File

@@ -1,8 +1,8 @@
{
"last_update": "27-04-2024",
"last_update": "23-11-2024",
"repository": "alexbelgium/hassio-addons",
"slug": "baikal",
"source": "github",
"upstream_repo": "ckulka/baikal-docker",
"upstream_version": "0.9.5"
"upstream_version": "0.10.1"
}