Skip to content

v0.27.1

Compare
Choose a tag to compare
@atc0005 atc0005 released this 28 Dec 10:07
· 688 commits to master since this release
5828c2a

Overview

  • Bugfixes
  • Dependency updates
  • Deprecated check_vmware_datastore plugin name
    • will be renamed in the v0.28.0 release
  • built using Go 1.16.12
    • Statically linked
    • Linux x64

Changed

  • Dependencies

    • Go
      • 1.16.10 to 1.16.12
    • github/codeql-action
      • v1.0.24 to v1.0.26
    • rs/zerolog
      • v1.26.0 to v1.26.1
  • (GH-555) Help output generated by -h, --help flag is sent to stderr,
    probably should go to stdout instead

Deprecated

  • (GH-510, GH-530) check_vmware_datastore plugin
    • this plugin will be renamed in the v0.28.0 release to
      check_vmware_datastore_space
    • documentation, Makefile and other changes will be applied in the
      v0.28.0 release to accommodate the rename of this plugin

Fixed

  • CHANGELOG
    • github/codeql-action version in v0.27.0 release
  • (GH-548) Add missing shorthand indicators to short flags
  • (GH-551) config.MultiValueDSPerfLatencyMetricFlag type incorrectly named

References