diff --git a/netalertx_fa/CHANGELOG.md b/netalertx_fa/CHANGELOG.md index 91241980a9..0aa821449e 100644 --- a/netalertx_fa/CHANGELOG.md +++ b/netalertx_fa/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_fa/config.yaml b/netalertx_fa/config.yaml index 18378c294f..e4dde7b6b9 100644 --- a/netalertx_fa/config.yaml +++ b/netalertx_fa/config.yaml @@ -43,4 +43,4 @@ slug: netalertx_fa tmpfs: true udev: true url: https://github.com/alexbelgium/hassio-addons -version: "26.6.3-1" +version: "26.7.1" diff --git a/netalertx_fa/updater.json b/netalertx_fa/updater.json index 0966a24972..467de5b08a 100644 --- a/netalertx_fa/updater.json +++ b/netalertx_fa/updater.json @@ -1,9 +1,9 @@ { - "last_update": "2026-06-05", + "last_update": "2026-07-04", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "netalertx_fa", "source": "github", "upstream_repo": "jokob-sk/NetAlertX", - "upstream_version": "26.6.3" + "upstream_version": "26.7.1" }