From 6bb96a7a7236a4e01df2750559a9a5e5ac39aefe Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 22 Aug 2026 01:30:52 +0200 Subject: [PATCH] Updater bot : sabnzbd updated to 5.1.1 (upstream 5.1.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 0f4ccce442..1a81d761b3 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -1,4 +1,7 @@ +## 5.1.1 (2026-08-22) +- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases) + ## 5.1.0 (2026-08-13) - Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases) diff --git a/sabnzbd/config.yaml b/sabnzbd/config.yaml index c5a869d808..0f946b457b 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: "5.1.0" +version: "5.1.1" webui: http://[HOST]:[PORT:8080] diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index 9d66d493ff..ccd35db2eb 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-08-13", + "last_update": "2026-08-22", "repository": "alexbelgium/hassio-addons", "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "5.1.0" + "upstream_version": "5.1.1" }