From a785042cee57e202a0b7ce29ed8459731d9754c6 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 5 Jul 2025 01:57:39 +0200 Subject: [PATCH] Updater bot : netalertx updated to 25.7.4 --- netalertx/CHANGELOG.md | 3 +++ netalertx/config.json | 26 +++++++++++++++++++++----- netalertx/updater.json | 4 ++-- 3 files changed, 26 insertions(+), 7 deletions(-) diff --git a/netalertx/CHANGELOG.md b/netalertx/CHANGELOG.md index aad5c778d..ae88d20b1 100644 --- a/netalertx/CHANGELOG.md +++ b/netalertx/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 25.7.4 (05-07-2025) +- Update to latest version from jokob-sk/NetAlertX (changelog : https://github.com/jokob-sk/NetAlertX/releases) ## 25.6.7-2 (16-06-2025) - IPv6 Fix diff --git a/netalertx/config.json b/netalertx/config.json index 7cd45a6bc..2e23e7de0 100644 --- a/netalertx/config.json +++ b/netalertx/config.json @@ -1,5 +1,9 @@ { - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "codenotary": "alexandrep.github@gmail.com", "description": "🖧🔍 WIFI / LAN scanner, intruder, and presence detector", "environment": { @@ -15,7 +19,12 @@ "ingress_port": 0, "ingress_stream": true, "init": false, - "map": ["addon_config:rw", "media:rw", "share:rw", "ssl"], + "map": [ + "addon_config:rw", + "media:rw", + "share:rw", + "ssl" + ], "name": "NetAlertX", "panel_icon": "mdi:wifi-check", "ports": { @@ -26,14 +35,21 @@ "20211/tcp": "WebUI port", "20212/tcp": "GraphQL port" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN", "NET_RAW"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH", + "NET_ADMIN", + "NET_RAW" + ], "schema": { "APP_CONF_OVERRIDE": "str?", "TZ": "str?" }, - "services": ["mqtt:want"], + "services": [ + "mqtt:want" + ], "slug": "netalertx", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "25.6.7-2" + "version": "25.7.4" } diff --git a/netalertx/updater.json b/netalertx/updater.json index beba70b54..9bd3fe9ce 100644 --- a/netalertx/updater.json +++ b/netalertx/updater.json @@ -1,8 +1,8 @@ { - "last_update": "07-06-2025", + "last_update": "05-07-2025", "repository": "alexbelgium/hassio-addons", "slug": "netalertx", "source": "github", "upstream_repo": "jokob-sk/NetAlertX", - "upstream_version": "25.6.7" + "upstream_version": "25.7.4" }