Skip to content

v0.30.7

Compare
Choose a tag to compare
@atc0005 atc0005 released this 07 Dec 12:04
· 429 commits to master since this release
8e98a1d

Overview

  • Bug fixes
  • Dependency updates
  • GitHub Actions Workflows updates
  • built using Go 1.19.4
    • Statically linked
    • Linux x64

Changed

  • Dependencies
    • Go
      • 1.19.1 to 1.19.4
    • atc0005/go-nagios
      • v0.9.2 to v0.10.2
    • github.com/mattn/go-colorable
      • v0.1.12 to v0.1.13
    • github.com/mattn/go-isatty
      • v0.0.14 to v0.0.16
    • golang.org/x/sys
      • v0.0.0-20210927094055-39ccf1dd6fa6 to v0.3.0
  • (GH-734) Refactor GitHub Actions workflows to import logic

Fixed

  • (GH-739) Move perfdata debug message to correct location
  • (GH-740) Fix Makefile Go module base path detection

References