Skip to content

Release v0.1.6

Compare
Choose a tag to compare
@atc0005 atc0005 released this 27 Sep 10:46
· 989 commits to master since this release
2e1b163

Added

  • First (limited) binary release (dynamically linked)
    • Built using Go 1.15.2
    • Windows
      • x86
      • x64
    • Linux
      • x86
      • x64

Changed

  • Dependencies
    • built using Go 1.15.2
    • upgrade atc0005/go-nagios
      • v0.4.0 to v0.5.1
    • upgrade actions/checkout
      • v2.3.2 to v2.3.3
    • upgrade rs/zerolog
      • v1.19.0 to v1.20.0

Fixed

  • ReturnNagiosResults deferred first, allowed to run last (as intended) to
    handle setting final exit code
  • Formatting for certs.GenerateCertsReport to place additional whitespace at
    the end of each cert chain entry instead of at the beginning
  • Linting issue with unused/commented out code formatting

References