From 391155d5a6270e976d6a2c76d24d07aa5568ba20 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Thu, 13 Aug 2026 09:40:17 +0200 Subject: [PATCH] Updater bot : sabnzbd updated to 5.1.0 (upstream 5.1.0) --- 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 0f3a845b4c..0f4ccce442 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -1,4 +1,7 @@ +## 5.1.0 (2026-08-13) +- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases) + ## 5.0.4 (2026-06-11) - 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 dfb7a4d278..c5a869d808 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.0.4" +version: "5.1.0" webui: http://[HOST]:[PORT:8080] diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index 96464dd659..9d66d493ff 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-06-11", + "last_update": "2026-08-13", "repository": "alexbelgium/hassio-addons", "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "5.0.4" + "upstream_version": "5.1.0" }