Updater bot : baikal updated to 0.10.1+hafix2

This commit is contained in:
alexbelgium
2025-08-01 14:46:42 +02:00
parent 9dc6de5444
commit 7756c8111e
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 0.10.1+hafix2 (01-08-2025)
- Update to latest version from ckulka/baikal-docker (changelog : https://github.com/ckulka/baikal-docker/releases)
## 0.10.1+hafix (26-04-2025) ## 0.10.1+hafix (26-04-2025)
- Update to latest version from ckulka/baikal-docker (changelog : https://github.com/ckulka/baikal-docker/releases) - Update to latest version from ckulka/baikal-docker (changelog : https://github.com/ckulka/baikal-docker/releases)
## 0.10.1-2 (23-11-2024) ## 0.10.1-2 (23-11-2024)

View File

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

View File

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

View File

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