Update ghcr.io/jokob-sk/netalertx Docker tag to v25.7.3
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 | minor | 25.6.7 -> 25.7.3 |
Release Notes
jokob-sk/NetAlertX (ghcr.io/jokob-sk/netalertx)
v25.7.3
: - 🌍 Arabic translation and various fixes
Hey everyone 👋,
This is a lighter release of some fixes I wanted to get out before implementing some bigger changes. I want to thank the community to help me translate NetAlertX into almost 15 languages! 🌐 The latest big addition is @bo3bdo for a full Arabic translation and @ond000 who started on the Czech translation. As always, thanks everyone keeping the translations up-to-date: @mapi68 @Atalanttoreweblate @Maksim2005UA @GitSpoon @YoSafeguard @slammingprogramming @oldmav
Any small contribution to translations or code helps to keep this project going - consistency is key! 🙂
Read on what additional fixes are included in this release. 🔽
💔 Breaking changes
Sometimes I have to introduce breaking changes
- Reminder: Due to code refactoring in order to upgrade to this version you have to run a previous version of the application (run
v25.5.24
before upgrading to this version). See the upgrades docs for details.
🏘️ Community
- Huge thanks to @slammingprogramming for various fixes and @bo3bdo for a full Arabic translation 🆕
📚Docs updates
- A new docs article with workflow examples 🆕
⚙Settings
- Fixed incorrect
REFRESH_FQDN
check in the device name discovery scanners #1081 ✨
🔌Plugins
- Fix for devices with number only names that were not sent via
MQTT
#1102 ✨ - Fix for the
FREEBOX
plugin by @mathoudebine #1084 ✨ - Fix for
VNDRPDT
not updating the vendor database #1080 ✨
🖼 UI
- Archived devices are now being hidden in the Network topology view ✨
Other Info
🆕 - New features | ✨ - Fixes & Improvements | ⚠ - Possibly breaking changes | 🧪 - Experimental/work in progress |
---|
What's Changed
- Added buymeacoffee to FUNDING.yml and move it to the correct directory by @YouFoundAlpha in https://github.com/jokob-sk/NetAlertX/pull/1075
- Updating base image to Alpine 3.22 by @vladaurosh in https://github.com/jokob-sk/NetAlertX/pull/1076
- Update freebox.py: add missing entries in device_type_map by @mathoudebine in https://github.com/jokob-sk/NetAlertX/pull/1085
- Sanitize device fields and prevent crash with numeric hostnames by @slammingprogramming in https://github.com/jokob-sk/NetAlertX/pull/1089
- Revert "Sanitize device fields and prevent crash with numeric hostnames" by @slammingprogramming in https://github.com/jokob-sk/NetAlertX/pull/1091
- add documentation feedback issue template by @slammingprogramming in https://github.com/jokob-sk/NetAlertX/pull/1097
- Sanitize hostnames, macs, and vendor names before running .lower/.upper on them to prevent AttributeError by @slammingprogramming in https://github.com/jokob-sk/NetAlertX/pull/1098
- Docs overhaul by @slammingprogramming in https://github.com/jokob-sk/NetAlertX/pull/1099
- Improvements by @slammingprogramming in https://github.com/jokob-sk/NetAlertX/pull/1101
New Contributors
- @YouFoundAlpha made their first contribution in https://github.com/jokob-sk/NetAlertX/pull/1075
- @mathoudebine made their first contribution in https://github.com/jokob-sk/NetAlertX/pull/1085
- @slammingprogramming made their first contribution in https://github.com/jokob-sk/NetAlertX/pull/1089
Full Changelog: https://github.com/jokob-sk/NetAlertX/compare/v25.6.7...v25.7.3