Updater bot : sabnzbd updated to 5.0.1

This commit is contained in:
alexbelgium
2026-05-02 01:29:58 +02:00
parent 30328d41bf
commit 85e7cf754b
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 5.0.1 (2026-05-02)
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/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. - 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.
## "4.5.5" (2025-10-25) ## "4.5.5" (2025-10-25)

View File

@@ -106,5 +106,5 @@ schema:
slug: sabnzbd slug: sabnzbd
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons url: https://github.com/alexbelgium/hassio-addons
version: "4.5.5" version: "5.0.1"
webui: http://[HOST]:[PORT:8080] webui: http://[HOST]:[PORT:8080]

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "25-10-2025", "last_update": "2026-05-02",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "sabnzbd", "slug": "sabnzbd",
"source": "github", "source": "github",
"upstream_repo": "linuxserver/docker-sabnzbd", "upstream_repo": "linuxserver/docker-sabnzbd",
"upstream_version": "4.5.5" "upstream_version": "5.0.1"
} }