Updater bot : sabnzbd updated to 5.1.2 (upstream 5.1.2)

This commit is contained in:
alexbelgium
2026-08-29 01:30:55 +02:00
parent 9af9c40220
commit c3e18c17ce
3 changed files with 6 additions and 3 deletions

View File

@@ -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.

View File

@@ -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"

View File

@@ -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"
}