Skip to content

v0.9.3

Compare
Choose a tag to compare
@atc0005 atc0005 released this 31 Jan 10:08
· 635 commits to master since this release
d91109b

Overview

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

Changed

  • Dependencies
    • Go
      • 1.19.4 to 1.19.5
    • 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.17
    • golang.org/x/sys
      • v0.3.0 to v0.4.0
  • (GH-450) Add Go Module Validation, Dependency Updates jobs

Fixed

  • (GH-440) Fix mispelling of Inspector app type
  • (GH-443) Drop plugin runtime tracking, update library usage

References