From f63b0017e0d116557a7ef7123f0f6f868293c1a6 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 12 Apr 2025 01:58:29 +0200 Subject: [PATCH] Updater bot : sabnzbd updated to 4.5.1 --- sabnzbd/CHANGELOG.md | 3 +++ sabnzbd/config.json | 2 +- sabnzbd/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sabnzbd/CHANGELOG.md b/sabnzbd/CHANGELOG.md index e8f1304ec..d8f8d8b6b 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.5.1 (12-04-2025) +- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases) + ## 4.5.0 (05-04-2025) - Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases) ## 4.4.1-2 (10-02-2025) diff --git a/sabnzbd/config.json b/sabnzbd/config.json index edaedf86d..628f86e14 100644 --- a/sabnzbd/config.json +++ b/sabnzbd/config.json @@ -111,6 +111,6 @@ "slug": "sabnzbd", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.5.0", + "version": "4.5.1", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index 9949a47f4..51dfc90aa 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -1,8 +1,8 @@ { - "last_update": "05-04-2025", + "last_update": "12-04-2025", "repository": "alexbelgium/hassio-addons", "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "4.5.0" + "upstream_version": "4.5.1" }