Skip to content

v0.17.0

Latest
Compare
Choose a tag to compare
@rogerwelin rogerwelin released this 24 Apr 19:32
· 2 commits to master since this release

Changelog

Minor release. Noteworthy additions include:

  • bumped Go to 1.22.

  • added a --insecure flag for skipping tls verification.

  • added a --silent flag for skipping printing the results to the terminal, this is useful for shell scripting combined with another exporter like file, Prometheus or Cloudwatch. Thanks @bebehei for contribution

  • 8ed08d4 Bump golang.org/x/text from 0.3.7 to 0.3.8

  • adcf007 Expose DisableTerminalOutput setting to CLI

  • 6a61784 Merge pull request #45 from rogerwelin/dependabot/go_modules/golang.org/x/text-0.3.8

  • 76a44cd Merge pull request #46 from bebehei/disable-terminal-output

  • b5d6d7a add insecure flag for skipping tls certificate check

  • 8ea02e4 bump go to 1.22

  • 128bc9a readme