From d40bc55556830c776f5a5943de1e0837ac0a09e6 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 4 May 2024 02:01:57 +0200 Subject: [PATCH] Updater bot : sabnzbd updated to 4.3.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 14dd8da6b..0ca3d6edb 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.3.0 (04-05-2024) +- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases) + ## 4.2.3 (16-03-2024) - Update to latest version from linuxserver/docker-sabnzbd diff --git a/sabnzbd/config.json b/sabnzbd/config.json index eb7021def..ccb1d85c5 100644 --- a/sabnzbd/config.json +++ b/sabnzbd/config.json @@ -105,6 +105,6 @@ "slug": "sabnzbd", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.2.3", + "version": "4.3.0", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index ddadc0b66..9bc44bc90 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -1,8 +1,8 @@ { - "last_update": "16-03-2024", + "last_update": "04-05-2024", "repository": "alexbelgium/hassio-addons", "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "4.2.3" + "upstream_version": "4.3.0" }