Updater bot : netalertx_fa updated to 26.7.1

This commit is contained in:
alexbelgium
2026-07-04 01:29:14 +02:00
parent e894a93cca
commit 4f3ed0b990
3 changed files with 6 additions and 3 deletions

View File

@@ -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) ## 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). - 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).

View File

@@ -43,4 +43,4 @@ slug: netalertx_fa
tmpfs: true tmpfs: true
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons url: https://github.com/alexbelgium/hassio-addons
version: "26.6.3-1" version: "26.7.1"

View File

@@ -1,9 +1,9 @@
{ {
"last_update": "2026-06-05", "last_update": "2026-07-04",
"paused": false, "paused": false,
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "netalertx_fa", "slug": "netalertx_fa",
"source": "github", "source": "github",
"upstream_repo": "jokob-sk/NetAlertX", "upstream_repo": "jokob-sk/NetAlertX",
"upstream_version": "26.6.3" "upstream_version": "26.7.1"
} }