From 8a40c7f84fd39336092a97e309efde89f9c260e0 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 21 Sep 2024 02:02:16 +0200 Subject: [PATCH] Updater bot : requestrr updated to 2.1.7 --- requestrr/CHANGELOG.md | 3 +++ requestrr/config.json | 2 +- requestrr/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/requestrr/CHANGELOG.md b/requestrr/CHANGELOG.md index 2f10dd65c..d1f3eaf4a 100644 --- a/requestrr/CHANGELOG.md +++ b/requestrr/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.1.7 (21-09-2024) +- Update to latest version from thomst08/requestrr (changelog : https://github.com/thomst08/requestrr/releases) ## 2.1.6 (27-03-2024) - ⚠ MAJOR CHANGE : switch to the new config logic from homeassistant. Your configuration files will have migrated from /config/hassio_addons/requestrr in a folder only accessible from my Filebrowser addon called /addon_configs/db21ed7f_requestrr. 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/ - WARNING : update to supervisor 2022.11 before installing diff --git a/requestrr/config.json b/requestrr/config.json index deed9c95a..7295cadb4 100644 --- a/requestrr/config.json +++ b/requestrr/config.json @@ -97,6 +97,6 @@ "slug": "requestrr", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.1.6", + "version": "2.1.7", "webui": "[PROTO:ssl]://[HOST]:[PORT:4545]" } diff --git a/requestrr/updater.json b/requestrr/updater.json index c4ebfa0f7..de73401e1 100644 --- a/requestrr/updater.json +++ b/requestrr/updater.json @@ -1,9 +1,9 @@ { - "last_update": "11-04-2022", + "last_update": "21-09-2024", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "requestrr", "source": "github", "upstream_repo": "thomst08/requestrr", - "upstream_version": "2.1.6" + "upstream_version": "2.1.7" }