Update ghcr.io/jokob-sk/netalertx Docker tag to v25.7.30
I upgraded NetAlertX successfully by means of Watchtower Docker container update with dependency update facilitated by Mend's Renovate Bot.
This MR contains the following updates:
Package | Update | Change |
---|---|---|
ghcr.io/jokob-sk/netalertx | patch | 25.7.4 -> 25.7.30 |
Release Notes
jokob-sk/NetAlertX (ghcr.io/jokob-sk/netalertx)
v25.7.30
: - Relationship types and NICs support 🎨
Hi everyone! 👋
This release adds new ways to control device status via NICs, along with support for colored relationship types, including virtual devices. Children nodes are now shown on the device details page, complete with hover-over tooltips for quick insights.
The Network topology page has been redesigned with filtering, sorting, search, and hover-over info boxes for easier navigation 🔍. A new setting also allows you to hide specific relationship types from the main view 🛠️.
Additional improvements include available IP listings per subnet 📶, support for Apprise tags and non-SSL NTFY instances 📢, performance optimizations, translation updates 🌍, and various UI refinements for a smoother experience 🎨. See the full list of new capabilities, fixes, and improvements below.
A big thank YOU to all contributors to translations and code 🙏 :
Thanks to @dougmaitelli @fuad00 @slammingprogramming for code contributions 👨💻, and on the translations side, @kkumakuma for finalizing the Chinese translation 🥳 and @cosmicDustOfLightLength for a big push on the Polish one 🙌 as well as to ongoing translation maintenance by @slammingprogramming @ond000 @mapi68 @YoSafeguard @GitSpoon @Atalanttore @bo3bdo @Maksim2005UA2 @BekirKayraCigdem @ptsa @GoldBull3t @PrinsGeryha @Noschvie @mriosriquelme 🙏
💔 Breaking changes
Sometimes I have to introduce breaking changes
- Reminder: Due to code refactoring in order to upgrade to this version from a version before
v25.5.24
, you have to upgrade tov25.5.24
before upgrading to this version). See the upgrades docs for details.
🆕New capabilities
- New relationship type option to be configured for devices
- Colored relationship types to represent different types of connections and devices, such as NICs, virtual devices and more #724
- Rework of the Network topology page with Offline/Archived filters, search, ordering, hover info boxes and more
- Network node indicator of a network node via an icon
- A new
UI_hide_rel_types
setting to select which relationships to hide from the main devices lists - Device presence status override based on NICs
- Children devices and NICs shown on Device details screens with hover-over details peeking
- Filtering and sorting support added on the Network screen of Unassigned and Connected devices
- Added support for non-ssl self-hosted
NTFY
instances via theNTFY_VERIFY_SSL
setting #1117 - Hover-over details peeking in some devices views
- Added support for Apprise tags by @dougmaitelli 🙏 #1122
- List of available IPs per subnet in System info #1124
✨Fixes and Improvements
- Better icon and device type guessing from @slammingprogramming 🙏
- Incorrect volume fix in docker-compose by @fuad00 🙏
- Performance gains by adding DB indexes mostly on the Device details pages
- Device details tabs are only loaded on focus speeding up initial load time
- Last Seen (
devLastConnection
) is now updated when the device was last connected, and not only when it switched from offline to online as this seems to be a more logical behavior - Network tree setup docs update
- Links opening in a new tab are marked with an arrow to prevent confusion when navigating the UI
- Small dark theme fixes
- Removal of now unnecessary VOIDED events detection that was causing missing-events in the presence views #1119
- Fix of double-bars for newly detected devices #1119
- Integrations / Device -> Plugins view only shows plugins with data to streamline the UI
- Better icon selector for custom device properties
Previous releases:
https://github.com/jokob-sk/NetAlertX/releases
Target release frequency:
- Monthly
What's Changed
- hotfix: invalid volume variable by @fuad00 in https://github.com/jokob-sk/NetAlertX/pull/1121
- Add support for Apprise Tags by @dougmaitelli in https://github.com/jokob-sk/NetAlertX/pull/1123
New Contributors
- @fuad00 made their first contribution in https://github.com/jokob-sk/NetAlertX/pull/1121
- @dougmaitelli made their first contribution in https://github.com/jokob-sk/NetAlertX/pull/1123
Full Changelog: https://github.com/jokob-sk/NetAlertX/compare/v25.7.4...v25.7.30