mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Updater bot : baikal updated to 0.9.5
This commit is contained in:
@@ -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/
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
##################
|
||||
|
||||
@@ -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]"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user