From 5f6fea35987e6eb4fe4a211cab5b410051cd47a0 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 11 Jan 2025 01:57:16 +0100 Subject: [PATCH] Updater bot : netalertx updated to 25.1.8 --- netalertx/CHANGELOG.md | 3 +++ netalertx/config.json | 2 +- netalertx/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/netalertx/CHANGELOG.md b/netalertx/CHANGELOG.md index c9a64bc19..d5bc1186d 100644 --- a/netalertx/CHANGELOG.md +++ b/netalertx/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 25.1.8 (11-01-2025) +- Update to latest version from jokob-sk/NetAlertX (changelog : https://github.com/jokob-sk/NetAlertX/releases) ## 0.0.8 (10-01-2025) - Minor bugs fixed ## 0.0.7 diff --git a/netalertx/config.json b/netalertx/config.json index db759478d..7b0f635f2 100644 --- a/netalertx/config.json +++ b/netalertx/config.json @@ -101,6 +101,6 @@ "slug": "netalertx", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.0.8", + "version": "25.1.8", "webui": "[PROTO:ssl]://[HOST]:[PORT:20211]" } diff --git a/netalertx/updater.json b/netalertx/updater.json index d6d923541..3432e7433 100644 --- a/netalertx/updater.json +++ b/netalertx/updater.json @@ -1,8 +1,8 @@ { - "last_update": "23-12-2024", + "last_update": "11-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "netalertx", "source": "github", "upstream_repo": "jokob-sk/NetAlertX", - "upstream_version": "24.12.23" + "upstream_version": "25.1.8" }