Updater bot : baikal updated to 0.9.5

This commit is contained in:
alexbelgium
2024-04-27 01:55:48 +02:00
parent fd9638d020
commit bb59870128
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 0.9.5 (27-04-2024)
- Update to latest version from ckulka/baikal-docker (changelog : https://github.com/ckulka/baikal-docker/releases)
## 0.9.4-3 (26-04-2024)
- ⚠ MAJOR CHANGE : switch to the new config logic from homeassistant. Your configuration files will have migrated from /config/hassio_addons/baikal to a folder only accessible from my Filebrowser addon called /addon_configs/something-baikal. This avoids the addon to mess with your homeassistant configuration folder, and allows to backup the options. Migration of data, custom configs, and custom scripts should be automatic. Please be sure to update all your links however ! For more information, see here : https://developers.home-assistant.io/blog/2023/11/06/public-addon-config/

View File

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

View File

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

View File

@@ -1,8 +1,8 @@
{
"last_update": "30-12-2023",
"last_update": "27-04-2024",
"repository": "alexbelgium/hassio-addons",
"slug": "baikal",
"source": "github",
"upstream_repo": "ckulka/baikal-docker",
"upstream_version": "0.9.4+msmtpfix"
"upstream_version": "0.9.5"
}