Skip to content

Release v0.1.1

Compare
Choose a tag to compare
@atc0005 atc0005 released this 06 Nov 13:35
· 528 commits to master since this release
1929c20

Added

  • fail-fast flag
    • allows toggling the v0.1.0 behavior of quickly failing with
      indeterminate WARNING or CRITICAL state as soon as a non-OK state is
      detected
    • see README for more information

Changed

  • Statically linked binary release

    • Built using Go 1.15.4
    • Windows
      • x86
      • x64
    • Linux
      • x86
      • x64
  • Dependencies

    • actions/checkout
      • v2.3.3 to v2.3.4

Fixed

  • WARNING thresholds (may) trigger before CRITICAL thresholds, even if
    CRITICAL threshold would have a match
    • see new fail-fast flag, README for details

References