Release v0.6.0
Changelog
- Extend perfdata character set to remove double quotes
- Add constants for check status strings ("OK", "WARNING", "CRITICAL", "UNKNOWN")
- Add utility function
LoadFromEnvto load configuration from environment variables
go-check-v0.6.0.tar.gzRelease tarball |
application/gzip | 2023-10-20 | Download from Github |
Release v0.5.0
What's Changed
- Disable debugging specific code to remove go-ps dependency by @martialblog in https://github.com/NETWAYS/go-check/pull/95
- Minor allocation improvements in convert/bytes by @martialblog in https://github.com/NETWAYS/go-check/pull/96
- Add spaces to perfdata for partialResults and test it by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/84
- Default states by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/80
- Fix the output of partial result due to changed state logic and fix t… by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/86
- Fix get summary for overall by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/87
- Rename getState for PartialResult -> GetStatus by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/83
- Formatting tests by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/82
- Various minor updates by @martialblog in https://github.com/NETWAYS/go-check/pull/93
- Remove logrus by @martialblog in https://github.com/NETWAYS/go-check/pull/92
Breaking Changes
- Exit Status is now in icingaweb2 format by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/81
- perfdata Labels now allow more characters by @martialblog in https://github.com/NETWAYS/go-check/pull/88
- Remove benchmark stuff, let implementers figure that out by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/85
- Remove deprecated functions by @martialblog in https://github.com/NETWAYS/go-check/pull/89
- Remove metric sub package by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/91
- Remove http sub package to focus the purpose of this library by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/90
Full Changelog: https://github.com/NETWAYS/go-check/compare/v0.4.2...v0.5.0-rc1
go-check-v0.5.0.tar.gzRelease tarball |
application/gzip | 2023-07-17 | Download from Github |
Release v0.5.0-rc1
What's Changed
- Disable debugging specific code to remove go-ps dependency by @martialblog in https://github.com/NETWAYS/go-check/pull/95
- Minor allocation improvements in convert/bytes by @martialblog in https://github.com/NETWAYS/go-check/pull/96
- Add spaces to perfdata for partialResults and test it by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/84
- Default states by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/80
- Fix the output of partial result due to changed state logic and fix t… by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/86
- Main status in icingaweb2 format by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/81
- Fix get summary for overall by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/87
- Rename getState for PartialResult -> GetStatus by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/83
- Refactor perfdata strings by @martialblog in https://github.com/NETWAYS/go-check/pull/88
- Formatting tests by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/82
- Various minor updates by @martialblog in https://github.com/NETWAYS/go-check/pull/93
- Remove logrus by @martialblog in https://github.com/NETWAYS/go-check/pull/92
Breaking Changes
- Remove benchmark stuff, let implementers figure that out by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/85
- Remove deprecated functions by @martialblog in https://github.com/NETWAYS/go-check/pull/89
- Remove metric sub package by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/91
- Remove http sub package to focus the purpose of this library by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/90
Full Changelog: https://github.com/NETWAYS/go-check/compare/v0.4.2...v0.5.0-rc1
go-check-v0.5.0-rc1.tar.gzRelease tarball |
application/gzip | 2023-07-10 | Download from Github |