From e894a93ccac0a71508acdfd3301ee8fa4bdf554c Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 4 Jul 2026 01:29:11 +0200 Subject: [PATCH] Updater bot : netalertx updated to 26.7.1 --- netalertx/CHANGELOG.md | 3 +++ netalertx/config.yaml | 2 +- netalertx/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/netalertx/CHANGELOG.md b/netalertx/CHANGELOG.md index b2298fa7c8..a681c28d56 100644 --- a/netalertx/CHANGELOG.md +++ b/netalertx/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 26.7.1 (2026-07-04) +- Update to latest version from jokob-sk/NetAlertX (changelog : https://github.com/jokob-sk/NetAlertX/releases) ## 26.6.3-1 (2026-06-19) - Suppress the misleading upstream "capabilities audit" ALERT (NET_RAW/NET_ADMIN reported as missing). Under the Home Assistant Supervisor these capabilities are granted but the upstream audit cannot read them, which alarmed users (#2454). diff --git a/netalertx/config.yaml b/netalertx/config.yaml index e87eff4f7a..accf6176c1 100644 --- a/netalertx/config.yaml +++ b/netalertx/config.yaml @@ -42,4 +42,4 @@ slug: netalertx tmpfs: true udev: true url: https://github.com/alexbelgium/hassio-addons -version: "26.6.3-1" +version: "26.7.1" diff --git a/netalertx/updater.json b/netalertx/updater.json index f67a7c0a60..44f790af34 100644 --- a/netalertx/updater.json +++ b/netalertx/updater.json @@ -1,9 +1,9 @@ { - "last_update": "2026-06-05", + "last_update": "2026-07-04", "paused": "false", "repository": "alexbelgium/hassio-addons", "slug": "netalertx", "source": "github", "upstream_repo": "jokob-sk/NetAlertX", - "upstream_version": "26.6.3" + "upstream_version": "26.7.1" }