Updater bot : sabnzbd updated to 5.1.3 (upstream 5.1.3)

This commit is contained in:
alexbelgium
2026-09-12 01:31:02 +02:00
parent 8338f5767c
commit 7fa4b08359
3 changed files with 6 additions and 3 deletions

View File

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

View File

@@ -106,4 +106,4 @@ schema:
slug: sabnzbd
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "5.1.2"
version: "5.1.3"

View File

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