From 7fa4b0835941515695207b41152371cacceb62e1 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 12 Sep 2026 01:31:02 +0200 Subject: [PATCH] Updater bot : sabnzbd updated to 5.1.3 (upstream 5.1.3) --- 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 dc3d75741c..6d6b533dd9 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 5.1.3 (2026-09-12) +- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases) - Migrate legacy add-on configuration map names to current app configuration terminology. ## 5.1.2 (2026-08-29) diff --git a/sabnzbd/config.yaml b/sabnzbd/config.yaml index 0a8210dbaf..960d03c234 100644 --- a/sabnzbd/config.yaml +++ b/sabnzbd/config.yaml @@ -106,4 +106,4 @@ schema: slug: sabnzbd udev: true url: https://github.com/alexbelgium/hassio-addons -version: "5.1.2" +version: "5.1.3" diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index 13d5d11185..1cdcc5f718 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-08-29", + "last_update": "2026-09-12", "repository": "alexbelgium/hassio-addons", "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "5.1.2" + "upstream_version": "5.1.3" }