From 67c6ca8d4debc9742e77cd5002f4f774f2cd11e5 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 14 Dec 2024 01:58:14 +0100 Subject: [PATCH] Updater bot : sabnzbd updated to 4.4.0 --- 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 f9e86fe7a44..c401a6c3cc6 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.4.0 (14-12-2024) +- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases) + ## 4.3.3 (24-08-2024) - Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases) diff --git a/sabnzbd/config.json b/sabnzbd/config.json index a45af0acec5..103af97fbdc 100644 --- a/sabnzbd/config.json +++ b/sabnzbd/config.json @@ -106,6 +106,6 @@ "slug": "sabnzbd", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.3.3", + "version": "4.4.0", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index 12e707ce4e7..5a9c3df275d 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -1,8 +1,8 @@ { - "last_update": "24-08-2024", + "last_update": "14-12-2024", "repository": "alexbelgium/hassio-addons", "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "4.3.3" + "upstream_version": "4.4.0" }