From d434952d0ddc13a1e30f447c1fb39b88044ac983 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Mon, 12 Jan 2026 11:47:50 +0100 Subject: [PATCH] Updater bot : prowlarr updated to nightly-2.3.2.5251-ls220 --- prowlarr/CHANGELOG.md | 3 +++ prowlarr/config.yaml | 2 +- prowlarr/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/prowlarr/CHANGELOG.md b/prowlarr/CHANGELOG.md index 425653859..016898244 100644 --- a/prowlarr/CHANGELOG.md +++ b/prowlarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## nightly-2.3.2.5251-ls220 (2026-01-12) +- Update to latest version from linuxserver/docker-prowlarr (changelog : https://github.com/linuxserver/docker-prowlarr/releases) + ## develop-2.3.2.5245-ls249-1 (2026-01-08) - ⚠ MAJOR CHANGE : switch to the new config logic from homeassistant. Your configuration files will have migrated from /config/addons_config/prowlarr to a folder only accessible from my Filebrowser addon called /addon_configs/xxx-prowlarr. This avoids the addon to mess with your homeassistant configuration folder, and allows to backup the options. Migration of data 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/prowlarr/config.yaml b/prowlarr/config.yaml index 0ba6f127b..9883a2315 100644 --- a/prowlarr/config.yaml +++ b/prowlarr/config.yaml @@ -105,5 +105,5 @@ schema: slug: prowlarr udev: true url: https://github.com/alexbelgium/hassio-addons -version: "develop-2.3.2.5245-ls249-1" +version: "nightly-2.3.2.5251-ls220" webui: "[PROTO:ssl]://[HOST]:[PORT:9696]" diff --git a/prowlarr/updater.json b/prowlarr/updater.json index 4288b6139..4c2ea81e9 100644 --- a/prowlarr/updater.json +++ b/prowlarr/updater.json @@ -1,10 +1,10 @@ { "github_beta": "true", "github_fulltag": "true", - "last_update": "08-01-2026", + "last_update": "2026-01-12", "repository": "alexbelgium/hassio-addons", "slug": "prowlarr", "source": "github", "upstream_repo": "linuxserver/docker-prowlarr", - "upstream_version": "develop-2.3.2.5245-ls249" + "upstream_version": "nightly-2.3.2.5251-ls220" }