Skip to content

v0.1.13

Compare
Choose a tag to compare
@atc0005 atc0005 released this 18 May 12:35
· 244 commits to master since this release
d8b448e

Overview

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

Changed

  • Dependencies
    • Go
      • 1.19.4 to 1.19.9
    • rs/zerolog
      • v1.28.0 to v1.29.1
    • atc0005/go-nagios
      • v0.10.2 to v0.14.0
    • mattn/go-isatty
      • v0.0.16 to v0.0.18
    • golang.org/x/sys
      • v0.3.0 to v0.8.0
  • (GH-156) Update nagios library usage, add time perfdata
  • (GH-160) Add Go Module Validation, Dependency Updates jobs
  • (GH-166) Drop Push Validation workflow
  • (GH-167) Rework workflow scheduling
  • (GH-169) Remove Push Validation workflow status badge

Fixed

  • (GH-174) Fix Makefile Go module base path detection
  • (GH-187) Use UNKNOWN state for invalid command-line args
  • (GH-189) Fix unused-parameter revive linting errors

References