Skip to content

v0.14.0

Compare
Choose a tag to compare
@atc0005 atc0005 released this 07 Jun 12:47
· 441 commits to master since this release
43b96fb

Overview

  • Add advice for handling error
  • Bug fixes
  • Dependency updates
  • built using Go 1.19.10
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Added

  • (GH-585) Add advice for read: connection reset by peer error

Changed

  • Dependencies
    • Go
      • 1.19.9 to 1.19.10
    • atc0005/go-nagios
      • v0.14.0 to v0.15.0
    • atc0005/go-ci
      • go-ci-oldstable-build-v0.10.5 to go-ci-oldstable-build-v0.10.6
    • mattn/go-isatty
      • v0.0.18 to v0.0.19

Fixed

  • (GH-579) Formatted expiration has stray leading space when only hours remain
  • (GH-583) Disable depguard linter
  • (GH-584) Fix TCP port flag validation

References