Skip to content

Releases: atc0005/check-illiad

v0.1.7

29 Dec 10:27
2ecc38d
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.16.12
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.16.10 to 1.16.12
    • rs/zerolog
      • v1.26.0 to v1.26.1
    • actions/setup-node
      • v2.4.1 to v2.5.1

References

v0.1.6

09 Nov 11:11
4a4d780
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.16.10
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.16.8 to 1.16.10
    • atc0005/go-nagios
      • v0.7.0 to v0.8.1
    • rs/zerolog
      • v1.25.0 to v1.26.0
    • actions/checkout
      • v2.3.4 to v2.4.0
    • actions/setup-node
      • v2.4.0 to v2.4.1

References

v0.1.5

25 Sep 12:59
727e46e
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.16.8
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.16.7 to 1.16.8
    • denisenkom/go-mssqldb
      • v0.10.0 to v0.11.0
    • atc0005/go-nagios
      • v0.6.1 to v0.7.0
    • rs/zerolog
      • v1.23.0 to v1.25.0

References

v0.1.4

08 Aug 11:35
e2163fd
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.16.7
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.16.6 to 1.16.7
    • actions/setup-node
      • updated from v2.2.0 to v2.4.0

Fixed

  • README
    • Tweak wording of queue count note

References

v0.1.3

16 Jul 11:14
580ad3f
Compare
Choose a tag to compare

Overview

  • Add test
  • Dependency updates
  • built using Go 1.16.6
    • Statically linked
    • Linux (x86, x64)

Added

  • Add test

    • basic custom flags parsing using example from README
  • Add "canary" Dockerfile to track stable Go releases, serve as a reminder to
    generate fresh binaries

Changed

  • dependencies
    • Go
      • 1.16.3 to 1.16.6
      • canary file updated from 1.16.5 to 1.16.6
    • atc0005/go-nagios
      • v0.6.0 to v0.6.1
    • alexflint/go-arg
      • v1.3.0 to v1.4.2
    • pelletier/go-toml
      • v1.9.2 to v1.9.3
    • rs/zerolog
      • v1.22.0 to v1.23.0
    • actions/setup-node
      • updated from v2.1.5 to v2.2.0
      • update node-version value to always use latest LTS version instead of
        hard-coded version

References

v0.1.2

15 Apr 14:30
803fd31
Compare
Choose a tag to compare

Overview

  • Bug fixes
  • Dependency updates
  • built using Go 1.16.3

Changed

  • dependencies
    • built using Go 1.16.3
      • Windows (x86, x64)
      • Linux (x86, x64)
    • denisenkom/go-mssqldb
      • v0.0.0-20201104001602-427686ac8ec1 to v0.10.0
    • rs/zerolog
      • v1.20.0 to v1.21.0
    • actions/setup-node
      • v2.1.4 to v2.1.5

Fixed

  • Fix description of possible values for host flag
  • Fix invalid db and username debug output
  • Add missing newline between bullet points

References

v0.1.1

07 Feb 10:50
1b36ba7
Compare
Choose a tag to compare

Overview

  • Bug fixes
  • Dependency updates
  • built using Go 1.15.8

Changed

  • dependencies
    • atc0005/go-nagios
      • v0.5.1 to v0.6.0
    • actions/setup-node
      • v2.1.2 to v2.1.4
    • Built using Go 1.15.8
      • Windows (x86, x64)
      • Linux (x86, x64)
  • Remove temporary workaround for swallowed panics
  • Replace godoc.org badge with pkg.go.dev badge

Fixed

  • sql: Scan error on column index 3, name "Note": converting NULL to string is unsupported

References

Release v0.1.0

05 Nov 12:45
e20c114
Compare
Choose a tag to compare

Added

Initial release!

This release provides an early version of a Nagios plugin used to check the
status of email notifications for an ILLiad instance. In particular, this
plugin looks for notifications in a Pending status that have remained that
way at a specific number and length of time. Default values may be usable
as-is, otherwise are easily overridden with command-line flags. See the README
file for additional details.

  • Statically linked binary release
    • Built using Go 1.15.3
    • Windows
      • x86
      • x64
    • Linux
      • x86
      • x64

References