Releases: DRuggeri/netgear_exporter
Releases · DRuggeri/netgear_exporter
v2.1.0
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
Fixed
- Version output was not properly being set in goreleaser
v2.0.2
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