From 9617219d2bc4067de737fa66551bf090398b4810 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 30 Dec 2023 08:43:47 +0100 Subject: [PATCH] Updater bot : unpackerr updated to 0.12.0 --- unpackerr/CHANGELOG.md | 3 +++ unpackerr/config.json | 2 +- unpackerr/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/unpackerr/CHANGELOG.md b/unpackerr/CHANGELOG.md index 22096ebdf..c6a830983 100644 --- a/unpackerr/CHANGELOG.md +++ b/unpackerr/CHANGELOG.md @@ -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) diff --git a/unpackerr/config.json b/unpackerr/config.json index 16054c32c..e4c739dac 100644 --- a/unpackerr/config.json +++ b/unpackerr/config.json @@ -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" } diff --git a/unpackerr/updater.json b/unpackerr/updater.json index 961e830fb..3ecb93837 100644 --- a/unpackerr/updater.json +++ b/unpackerr/updater.json @@ -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" }