Releases: atc0005/check-illiad
Releases · atc0005/check-illiad
v0.1.7
Overview
- Dependency updates
- built using Go 1.16.12
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Changed
- Dependencies
Go
1.16.10
to1.16.12
rs/zerolog
v1.26.0
tov1.26.1
actions/setup-node
v2.4.1
tov2.5.1
References
- See the
v0.1.7
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.1.6
Overview
- Dependency updates
- built using Go 1.16.10
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Changed
- Dependencies
Go
1.16.8
to1.16.10
atc0005/go-nagios
v0.7.0
tov0.8.1
rs/zerolog
v1.25.0
tov1.26.0
actions/checkout
v2.3.4
tov2.4.0
actions/setup-node
v2.4.0
tov2.4.1
References
- See the
v0.1.6
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.1.5
Overview
- Dependency updates
- built using Go 1.16.8
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Changed
- Dependencies
Go
1.16.7
to1.16.8
denisenkom/go-mssqldb
v0.10.0
tov0.11.0
atc0005/go-nagios
v0.6.1
tov0.7.0
rs/zerolog
v1.23.0
tov1.25.0
References
- See the
v0.1.5
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.1.4
Overview
- Dependency updates
- built using Go 1.16.7
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Changed
- Dependencies
Go
1.16.6
to1.16.7
actions/setup-node
- updated from
v2.2.0
tov2.4.0
- updated from
Fixed
- README
- Tweak wording of queue count note
References
- See the
v0.1.4
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.1.3
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
to1.16.6
- canary file updated from
1.16.5
to1.16.6
atc0005/go-nagios
v0.6.0
tov0.6.1
alexflint/go-arg
v1.3.0
tov1.4.2
pelletier/go-toml
v1.9.2
tov1.9.3
rs/zerolog
v1.22.0
tov1.23.0
actions/setup-node
- updated from
v2.1.5
tov2.2.0
- update
node-version
value to always use latest LTS version instead of
hard-coded version
- updated from
References
- See the
v0.1.3
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.1.2
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
tov0.10.0
rs/zerolog
v1.20.0
tov1.21.0
actions/setup-node
v2.1.4
tov2.1.5
- built using
Fixed
- Fix description of possible values for host flag
- Fix invalid db and username debug output
- Add missing newline between bullet points
References
- See the
v0.1.2
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.1.1
Overview
- Bug fixes
- Dependency updates
- built using Go 1.15.8
Changed
- dependencies
atc0005/go-nagios
v0.5.1
tov0.6.0
actions/setup-node
v2.1.2
tov2.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
- See the
v0.1.1
milestone for the issues associated with this release. - See our CHANGELOG for more information.
Release v0.1.0
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
- See the
v0.1.0
milestone for the issues associated with this release. - See our CHANGELOG for more information.