Skip to content

v0.1.4

Compare
Choose a tag to compare
@atc0005 atc0005 released this 19 Jul 11:39
· 454 commits to master since this release
491fd19

Overview

  • Dependency updates
  • Minor fixes
  • Built using Go 1.16.6
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Added

  • Add "canary" Dockerfile to track stable Go releases, serve as a reminder to
    generate fresh binaries

Changed

  • Dependencies
    • Go
      • 1.15.8 to 1.16.6
    • atc0005/go-nagios
      • v0.6.0 to v0.6.1
    • rs/zerolog
      • v1.21.0 to v1.23.0
    • alexflint/go-arg
      • v1.3.0 to v1.4.2
    • actions/setup-node
      • v2.1.5 to v2.2.0
      • update node-version value to always use latest LTS version instead of
        hard-coded version

Fixed

  • Documentation
    • Incorrect flag name

References