Skip to content

v0.2.3

Compare
Choose a tag to compare
@atc0005 atc0005 released this 13 Jul 12:53
· 270 commits to master since this release
e9794c9

Overview

  • NOTE: Change exit state for connection failure
  • RPM package improvements
  • Bug fixes
  • Dependency updates
  • built using Go 1.19.11
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.19.10 to 1.19.11
    • atc0005/go-nagios
      • v0.15.0 to v0.16.0
    • atc0005/go-ci
      • go-ci-oldstable-build-v0.10.6 to go-ci-oldstable-build-v0.11.3
    • golang.org/x/crypto
      • v0.10.0 to v0.11.0
    • golang.org/x/sys
      • v0.9.0 to v0.10.0
  • (GH-202) Update RPM postinstall scripts to use restorecon

Fixed

  • (GH-199) Use CRITICAL state for connection failures

References