Update ghcr.io/netalertx/netalertx Docker tag to v26.8.5 - #1053
Open
renovate[bot] wants to merge 1 commit into
Open
Update ghcr.io/netalertx/netalertx Docker tag to v26.8.5#1053renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/ghcr.io-netalertx-netalertx-26.x
branch
4 times, most recently
from
August 6, 2026 05:39
b76ba14 to
7094464
Compare
renovate
Bot
force-pushed
the
renovate/ghcr.io-netalertx-netalertx-26.x
branch
from
August 6, 2026 11:19
7094464 to
7f9e16d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
26.7.1→26.8.5Release Notes
netalertx/NetAlertX (ghcr.io/netalertx/netalertx)
v26.8.5: - 📑 A new Per-device Change log and various fixesCompare Source
Hi all 👋
I’ve focused this release on improving visibility into system activities and ironing out friction points in multi-node and notification workflows.
A major addition in this update is the new Change Log view, complete with dedicated filters, grouped change entries, and history retention settings to help track state changes over time. I’ve also expanded notification templates and placeholders to support VLAN, site, and SSID data, alongside updating the underlying settings to gracefully handle multiline text.
On the reliability side, I've addressed several edge cases in core integrations and syncing. This includes fixing a silent failure where device data wasn't being sent in SYNC push mode, resolving issues with NEWDEV IP/MAC ignore rules failing to exclude local entries, and implementing critical Telegram plugin execution hardening thanks to reports from @tyr4n7 and @tonghuaroot.
I’ve also resolved data handling papercuts - such as fixing DataTable timezone-trimmed timestamp sorting, ensuring webhook payloads are serialized consistently for accurate signatures, and correcting an issue where UNIFIMP repeatedly overwrote device IPs with an invalid 0.0.0.0 address.
Thanks for the ongoing support, bug reports, and contributions.
Please note the Breaking Changes section, especially as I plan moving plugins directory from
/front/pluginsto/server/pluginsif you have some custom built plugins or modifications mapped in your docker-compose.Now onto the changes.
💔 Breaking changes
🆕New capabilities
SMTPplugin✨Fixes and Improvements
SYNCplugin in push mode: device data was silently not sent #1698NEWDEV_ignored_IPsandNEWDEV_ignored_MACssettings couldn't be used to exclude thelocal_MACentries #1700TELEGRAMplugin execution hardening thanks to reports from @tyr4n7 and @tonghuaroot 🙏WEBHOOKplugin payloads are serialized once for consistent logging and signature generation. #1720OMDSDNOPENAPIplugin to v0.5; normalized missing client IP values to null, and extended “always override” imports to include VLAN. #1717UNIFIMPkept overwritingdevLastIPwith an invalid0.0.0.0value #1727What's Changed
Full Changelog: netalertx/NetAlertX@v26.7.1...v26.8.5
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.