1.0.0
Breaking changes
- Removed support for runtime plugins. Plugins are now selected at compile
time using build tags. The plugins option no longer exists. This should
be a transparent change for users of the Docker image.
- Go package named changed from
github.com/csmith/goplumto
chameth.com/goplum.
Features
- Add support for groups. These can provide default settings to checks,
and rate limiting for alerts. Checks can be members of any number of groups,
and alerts will be suppressed if any goes over the rate limit.
- Add support for reminders. If set, a failing check will repeatedly emit
alerts with the given period.
Other changes
- Various dependency updates
- Converted documentation to markdown