Skip to content

v0.4.0

Compare
Choose a tag to compare
@tjhop tjhop released this 02 Jun 03:27
· 200 commits to main since this release

Changelog

  • bcc5199 chore: fix spacing on Makefile target help message
  • 9cad9af chore: go mod tidy
  • cccd7d5 chore: go mod tidy
  • 715532e feat(template): add go-sockaddr.Parse() func for IP/network stuff
  • 4a4f0f4 feat(template): add isIPv4()/isIPv6() functions for IP validation
  • a478c0f feat: add --inventory.reload-interval/timer support for auto reloads
  • 6b19a7d feat: namespace imported template funcs, starting with sockaddr
  • 35c3b7b fix(template): recover from template panics, don't crash whole daemon
  • b882d30 ref: use sockaddr/template funcs directly, no need to parse manually