Skip to content

v0.1.16

Compare
Choose a tag to compare
@atc0005 atc0005 released this 06 Apr 11:10
· 330 commits to master since this release
208f5f0

Overview

  • Bug fixes
  • Dependency updates
  • GitHub Actions workflow updates
  • built using Go 1.19.8
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Added

  • (GH-148) Add Go Module Validation, Dependency Updates jobs

Changed

  • Dependencies
    • Go
      • 1.19.4 to 1.19.8
    • atc0005/go-nagios
      • v0.10.2 to v0.14.0
    • rs/zerolog
      • v1.28.0 to v1.29.0
    • github.com/mattn/go-isatty
      • v0.0.16 to v0.0.18
    • golang.org/x/crypto
      • v0.3.0 to v0.7.0
    • golang.org/x/sys
      • v0.3.0 to v0.7.0
  • CI
    • (GH-155) Drop Push Validation workflow
    • (GH-156) Rework workflow scheduling
    • (GH-158) Remove Push Validation workflow status badge
  • Misc
    • (GH-143) Update nagios library usage, add time perfdata

Fixed

  • (GH-169) Update vuln analysis GHAW to use on.push hook
  • (GH-173) Use UNKNOWN state for invalid command-line args
  • (GH-174) Use UNKNOWN state for email evaluation failures

References