diff --git a/baikal/CHANGELOG.md b/baikal/CHANGELOG.md index 3c677a84e..decbc71d6 100644 --- a/baikal/CHANGELOG.md +++ b/baikal/CHANGELOG.md @@ -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/ diff --git a/baikal/Dockerfile b/baikal/Dockerfile index dc7113ec9..f08a7c92f 100644 --- a/baikal/Dockerfile +++ b/baikal/Dockerfile @@ -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} ################## diff --git a/baikal/config.json b/baikal/config.json index fb38b5f1a..5b5c70d33 100644 --- a/baikal/config.json +++ b/baikal/config.json @@ -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]" } diff --git a/baikal/updater.json b/baikal/updater.json index f81abba32..62737d827 100644 --- a/baikal/updater.json +++ b/baikal/updater.json @@ -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" }