Skip to content

Releases: DRuggeri/netgear_exporter

v2.1.0

07 Jan 02:08

Choose a tag to compare

New

  • Convert to go slog and add logging parameters. Thanks, @instantdreams for the idea in #17!
  • Add ability to format logs as JSON for structured parsing systems

Potential Breaking Changes

  • The changes to the logging in this release may break monitoring systems watching the output of the logs. Everything is now formatted with the go slog package which uses keys and values with the new option of JSON formatting

v2.0.3

12 Mar 16:52

Choose a tag to compare

Fixed

  • Version output was not properly being set in goreleaser

v2.0.2

06 Sep 15:23

Choose a tag to compare

New

  • Official container images are now available thanks to GitHub Actions - check out the README for links
  • Builds now use go modules rather than old school vendoring

Fixed

  • Properly display version string in startup output and --version argument result

v2.0.1

30 Jan 13:02
005ee70

Choose a tag to compare

Fixed

  • Correctly parse hour values - thanks, @ejsuncy!

v2.0.0

18 Nov 12:59

Choose a tag to compare

Breaking

  • Require web auth password as ENV entry similar to Netgear password

v1.0.0

18 Feb 18:46

Choose a tag to compare

New

  • Initial release! Head on over to README.md for more information