Updater bot : prowlarr updated to nightly-2.3.1.5238-ls218

This commit is contained in:
alexbelgium
2025-11-22 01:59:13 +01:00
parent 0abc296fd9
commit 06d9cf0eaa
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## nightly-2.3.1.5238-ls218 (22-11-2025)
- Update to latest version from linuxserver/docker-prowlarr (changelog : https://github.com/linuxserver/docker-prowlarr/releases)
## nightly-2.3.1.5238-ls217 (15-11-2025)
- Update to latest version from linuxserver/docker-prowlarr (changelog : https://github.com/linuxserver/docker-prowlarr/releases)
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.

View File

@@ -104,5 +104,5 @@ schema:
slug: prowlarr
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "nightly-2.3.1.5238-ls217"
version: "nightly-2.3.1.5238-ls218"
webui: "[PROTO:ssl]://[HOST]:[PORT:9696]"

View File

@@ -1,10 +1,10 @@
{
"github_beta": "true",
"github_fulltag": "true",
"last_update": "15-11-2025",
"last_update": "22-11-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "prowlarr",
"source": "github",
"upstream_repo": "linuxserver/docker-prowlarr",
"upstream_version": "nightly-2.3.1.5238-ls217"
"upstream_version": "nightly-2.3.1.5238-ls218"
}