From 85e7cf754b8297add48f4b0b42e06d2954598cd7 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 2 May 2026 01:29:58 +0200 Subject: [PATCH] Updater bot : sabnzbd updated to 5.0.1 --- sabnzbd/CHANGELOG.md | 3 +++ sabnzbd/config.yaml | 2 +- sabnzbd/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sabnzbd/CHANGELOG.md b/sabnzbd/CHANGELOG.md index f26cc8f47..61996bb37 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -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. ## "4.5.5" (2025-10-25) diff --git a/sabnzbd/config.yaml b/sabnzbd/config.yaml index e136a4a6b..ac7a138a1 100644 --- a/sabnzbd/config.yaml +++ b/sabnzbd/config.yaml @@ -106,5 +106,5 @@ schema: slug: sabnzbd udev: true url: https://github.com/alexbelgium/hassio-addons -version: "4.5.5" +version: "5.0.1" webui: http://[HOST]:[PORT:8080] diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index 687509b57..5f22f3b0e 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -1,8 +1,8 @@ { - "last_update": "25-10-2025", + "last_update": "2026-05-02", "repository": "alexbelgium/hassio-addons", "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "4.5.5" + "upstream_version": "5.0.1" }