Updater bot : baikal updated to 0.10.1+hafix

This commit is contained in:
alexbelgium
2025-04-26 01:55:14 +02:00
parent e08d33924f
commit 35bdbb52e0
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 0.10.1+hafix (26-04-2025)
- Update to latest version from ckulka/baikal-docker (changelog : https://github.com/ckulka/baikal-docker/releases)
## 0.10.1-2 (23-11-2024)
- Minor bugs fixed

View File

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

View File

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

View File

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