github jokob-sk/NetAlertX v25.6.7
v25.6.7 - Legacy upgrade removal and Fully Qualified Domain Names πŸ†Ž

latest releases: v25.8.6, v25.7.30, v25.7.4...
3 months ago

Hi everyone! πŸ‘‹

To simplify code maintenance (the database.py file has been reduced from 1000 to 500 lines), I’ve removed legacy migration support from PiAlert and dropped support for older database upgrade paths.

There’s no impact if you're upgrading from version v25.5.24 to this release.
However, if you're on an older version, please upgrade to v25.5.24 first by pulling the previous image:

ghcr.io/jokob-sk/netalertx:25.5.24

Then restart the application.

Upgrading from PiAlert is still supported β€” just ensure you first run the v25.5.24 version before upgrading to the latest release.


New in this version:

  • βœ… Auto-updated FQDN (Fully Qualified Domain Name) collection
  • πŸ” New DIGSCAN plugin to collect FQDN via active scans
  • πŸ› οΈ Added init check under the Maintenance section to help debug startup issues

Big thanks to @johnwang16 for the reverse proxy fixes, and to everyone who submitted translations so quickly β€” @GitSpoon, @mapi68, @Maksim2005UA, @yunyi35 πŸ™

Hope you find the new features useful! As always, happy to hear your feedback here or on Discord.


Let me know if you'd like a shorter or more technical version too!

img

πŸ’” Breaking changes

Sometimes I have to introduce breaking changes

  • Due to code refactoring in order to upgrade to this version you have to run a previous version of the application (e.g. run ghcr.io/jokob-sk/netalertx:25.5.24 before upgrading to this version). To simplify maintenance migration from PiAlert has been removed and previous PiAlert installations will have to run the ghcr.io/jokob-sk/netalertx:25.5.24 image for an automated migration. See the migration docs for details.

πŸ“šDocs updates

βš™Settings

  • A new REFRESH_FQDN setting to auto-update the Device Fully Qualified Domain Name (FQDN) #1065 πŸ†•

πŸ”ŒPlugins

  • DIGSCAN new Dig plugin from code refactoring πŸ†•

πŸ–Ό UI

  • New Initialization check under Maintenance πŸ†•
  • devMac added to workflow fields for more automation options πŸ†•

Other Info

πŸ†• - New features ✨ - Fixes & Improvements ⚠ - Possibly breaking changes πŸ§ͺ - Experimental/work in progress

What's Changed

Full Changelog: v25.5.24...v25.6.7

Don't miss a new NetAlertX release

NewReleases is sending notifications on new releases.