From 9f5d230db340b63a49182924d5907867fc17a148 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Thu, 11 Jun 2026 18:27:46 +0200 Subject: [PATCH] Updater bot : sabnzbd updated to 5.0.4 --- 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 08e241d93b..0f3a845b4c 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 5.0.4 (2026-06-11) +- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases) ## 5.0.3 (2026-05-16) - 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 822d45db0a..dfb7a4d278 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.3" +version: "5.0.4" webui: http://[HOST]:[PORT:8080] diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index 02a2496cb4..96464dd659 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-05-16", + "last_update": "2026-06-11", "repository": "alexbelgium/hassio-addons", "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "5.0.3" + "upstream_version": "5.0.4" }