Skip to content

Release v0.2.5

Compare
Choose a tag to compare
@atc0005 atc0005 released this 03 Oct 15:21
· 879 commits to master since this release
a32f14c

NOTE

Binaries for this release have been removed. See GH-101 for more information.

Added

  • First (limited) binary release
    • built using Go 1.15.2
    • windows
      • x86
      • x64
    • linux
      • x86
      • x64

Changed

  • Dependencies

    • built using Go 1.15.2
    • atc0005/go-nagios
      • v0.4.0 to v0.5.1
    • rs/zerolog
      • v1.19.0 to v1.20.0
    • actions/checkout
      • v2.3.2 to v2.3.3
    • actions/setup-node
      • v2.1.1 to v2.1.2
  • Move config, mailboxes code into subpackages

  • ReturnNagiosResults deferred first, allowed to run last (as intended) to
    handle setting final exit code

    • this was changed to match new functionality added in atc0005/go-nagios
      dependency

Fixed

  • Makefile build options do not generate static binaries
  • Typo in CHANGELOG release date format
  • Makefile generates checksums with qualified path
  • Failure to initialize application configuration at startup; "Error
    validating configuration: one or more folders not provided" message printed

References