diff --git a/baikal/CHANGELOG.md b/baikal/CHANGELOG.md index d07fc3964..5ab929ca3 100644 --- a/baikal/CHANGELOG.md +++ b/baikal/CHANGELOG.md @@ -1,3 +1,4 @@ +- ⚠ 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/ ## 0.9.4-2 (14-01-2024) diff --git a/baikal/README.md b/baikal/README.md index 8b1245d62..8f8b94df1 100644 --- a/baikal/README.md +++ b/baikal/README.md @@ -1,3 +1,4 @@ +## ⚠ Open Request : [✨ [REQUEST] Baikal to use addon_configs repo (opened 2024-04-25)](https://github.com/alexbelgium/hassio-addons/issues/1354) by [@JeffersonBledsoe](https://github.com/JeffersonBledsoe) # Home assistant add-on: Baikal [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) diff --git a/baikal/config.json b/baikal/config.json index e8b97c4f7..56c0f14b8 100644 --- a/baikal/config.json +++ b/baikal/config.json @@ -67,7 +67,8 @@ ], "image": "ghcr.io/alexbelgium/baikal-{arch}", "map": [ - "config:rw", + "addon_config:rw", + "homeassistant_config:rw", "share:rw", "ssl:ro" ], diff --git a/baikal/rootfs/etc/cont-init.d/01-migrate.sh b/baikal/rootfs/etc/cont-init.d/01-migrate.sh new file mode 100644 index 000000000..140caf329 --- /dev/null +++ b/baikal/rootfs/etc/cont-init.d/01-migrate.sh @@ -0,0 +1,13 @@ +#!/usr/bin/with-contenv bashio +# shellcheck shell=bash +set -e + +#################### +# Migrate database # +#################### + +if [ -d /homeassistant/addons_config/baikal ]; then + echo "Moving database to new location /config, you won't be able to restore previous versions of the addon" + cp -rf /homeassistant/addons_config/baikal/* /config/ + rm -r /homeassistant/addons_config/baikal +fi diff --git a/browserless_chrome/README.md b/browserless_chrome/README.md index 64c6acd1f..cb3302c0b 100644 --- a/browserless_chrome/README.md +++ b/browserless_chrome/README.md @@ -1,4 +1,3 @@ -## ⚠ Open Issue : [πŸ› [changedetection][browserless chrome] Target page, context or browser has been closed (opened 2024-02-16)](https://github.com/alexbelgium/hassio-addons/issues/1251) by [@Norm2023](https://github.com/Norm2023) # Home assistant add-on: Browserless Chrome [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) diff --git a/qbittorrent/README.md b/qbittorrent/README.md index f1610bc8f..a021597bf 100644 --- a/qbittorrent/README.md +++ b/qbittorrent/README.md @@ -1,4 +1,5 @@ ## ⚠ Open Issue : [πŸ› [qbittorrent] Since last update no longer starts up (opened 2024-04-23)](https://github.com/alexbelgium/hassio-addons/issues/1351) by [@jdumeez](https://github.com/jdumeez) +## ⚠ Open Issue : [πŸ› [qBittorrent] OpenVPN password escaping not handled (opened 2024-04-23)](https://github.com/alexbelgium/hassio-addons/issues/1352) by [@BeachyHeadCode](https://github.com/BeachyHeadCode) # Home assistant add-on: qbittorrent [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) diff --git a/webtrees/README.md b/webtrees/README.md index 9d59998d8..6cba45d8c 100644 --- a/webtrees/README.md +++ b/webtrees/README.md @@ -1,4 +1,3 @@ -## ⚠ Open Issue : [Webtrees issueπŸ› [Addon name] title (opened 2024-02-16)](https://github.com/alexbelgium/hassio-addons/issues/1252) by [@Hubby972](https://github.com/Hubby972) # Home assistant add-on: Webtrees [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) diff --git a/zzz_draft_birdnet-pi/CHANGELOG.md b/zzz_draft_birdnet-pi/CHANGELOG.md index d4c3e9047..085c53ef6 100644 --- a/zzz_draft_birdnet-pi/CHANGELOG.md +++ b/zzz_draft_birdnet-pi/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.2 (25-04-2024) +- Minor bugs fixed ## 1.0 (25-04-2024) - Minor bugs fixed ## 0.9 (25-04-2024)