Releases: AcalephStorage/consul-alerts
Releases · AcalephStorage/consul-alerts
Release of version 0.6.0
v0.5.0
MAIN IMPROVEMENTS
- Specific change-threshold for node/service/check (#186)
- Better format for multi-line messages (#185)
- Notifications are not triggered if the new healthcheck is passing (#169)
- Number of calls to KV is reduced when checking against blacklist (#167)
- Number of unnecessary writes (PUT requests) to KV is reduced when there is no change in health check status (#166)
- Support for mattermost notifications (#165)
- Variable overrides and profile selection based on regular expressions (#164)
- ACL token is not shown in the logs (#160)
- Backtips are not prined for empty slack messages (#151)
and numerous bug fixes.
v0.4.0
v0.3.3
Minor Cleanup
Just minor code cleanup and better logging on the handlers and leader election
Bug Fixes
Leader Election and Blacklist
Long overdue release. There are still some edge bugs in Leader Election to be fixed.
New Features:
- Blacklist
- Leader Election
Build Updates:
- latest builds now available at bintray (up to date on what's in master)
- Dockerfile now builds latest in master
Fixes:
- Slack config
- build outline
- log outputs
- stable handling of cmd.Run()
Sane Notification Blacklisting
Changes
- Changed the Blacklisting strategy to a simpler model. Thanks to @lyrixx for the feedback.
Added PagerDuty and Blacklist Feature
Feature
- Added PagerDuty Notifier
Build
- Updated Dockerfile to use v0.1.2
Fixes
- better error message for Slack Notifier