From c3e18c17ce8fb9853922a96dd52b3532f43d7492 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 29 Aug 2026 01:30:55 +0200 Subject: [PATCH] Updater bot : sabnzbd updated to 5.1.2 (upstream 5.1.2) --- 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 0ca0eabce4..2fb75b05c6 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -1,4 +1,7 @@ +## 5.1.2 (2026-08-29) +- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases) + ## 5.1.1.3 (2026-08-25) - Fixed ingress returning `403 External internet access denied` when Home Assistant is reached from outside the local network. SABnzbd's `verify_xff_header` option, which is on by default, refuses any request whose `X-Forwarded-For` chain contains a non-local address, so the proxy no longer forwards that header. diff --git a/sabnzbd/config.yaml b/sabnzbd/config.yaml index b4ac0a95de..b732877c81 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.1.3" +version: "5.1.2" diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index ccd35db2eb..13d5d11185 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-08-22", + "last_update": "2026-08-29", "repository": "alexbelgium/hassio-addons", "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "5.1.1" + "upstream_version": "5.1.2" }