Updater bot : unpackerr updated to 0.12.0

This commit is contained in:
alexbelgium
2023-12-30 08:43:47 +01:00
parent 1a8d27b33b
commit 9617219d2b
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 0.12.0 (30-12-2023)
- Update to latest version from Unpackerr/unpackerr
- ⚠ MAJOR CHANGE : switch to the new config logic from homeassistant. Your configuration files will have migrated from /config to a folder only accessible from my Filebrowser addon called /addon_configs/db21ed7f_unpackerr. 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/
## testing-e916f00-9-linux-arm64-2023-09-17 (2023-09-17)

View File

@@ -92,5 +92,5 @@
"slug": "unpackerr",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "testing-e916f00-9-linux-arm64-2023-09-17"
"version": "0.12.0"
}

View File

@@ -1,10 +1,10 @@
{
"dockerhub_by_date": true,
"fulltag": true,
"last_update": "2023-09-17",
"last_update": "30-12-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "unpackerr",
"source": "github",
"upstream_repo": "Unpackerr/unpackerr",
"upstream_version": "testing-e916f00-9-linux-arm64-2023-09-17"
"upstream_version": "0.12.0"
}