Skip to content

v1.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Jun 04:09

Summary

This version fixes tracking duplicate host IPs across multiple interfaces. Whereas previously, ntopng-exporter would only track a host IP across a single interface and ignore the rest, now it tracks host IPs across all host interfaces. This could potentially end up double-counting host traffic, but is a more inclusive way of tracking hosts.

Additionally, updates dependencies and libraries.

Changelog

  • 4df8016 - chore: upgrade go 1.26.2 -> 1.26.4 and mods <Aaron U'Ren>
  • ec95fd0 - chore: add codegraph to gitignore <Aaron U'Ren>
  • b87db90 - chore: upgrade codecov actions v6 -> v7 <Aaron U'Ren>
  • 2b29122 - chore: upgrade checkout actions v6 -> v7 <Aaron U'Ren>
  • 8d97c7b - chore: upgrade golangci-lint 2.11 -> 2.12 <Aaron U'Ren>
  • 748cc41 - test: prevent against data regressions for dup IPs <Aaron U'Ren>
  • e171719 - fix: allow host IPs to be duplicated across interfaces <Aaron U'Ren>