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" }