Releases: TwiN/gatus
Releases · TwiN/gatus
v1.0.0
Breaking changes
- Fixed inconsistencies in alerting providers #12
alerting.slack
now takes an object rather than a string as input (alerting.slack.webhook-url
)alerting.pagerduty
now takes an object rather than a string as input (alerting.pagerduty.integration-key
)
Other changes
- Updated documentation
v0.2.0
Breaking changes
- Renamed
services[].alerts[].threshold
toservices[].alerts[].failure-threshold
- Renamed
services[].alerts[].success-before-resolved
toservices[].alerts[].success-threshold
Not a big fan of breaking changes, but as alerting was relatively recently implemented, I figured that sooner would be better than later.
v0.1.6
v0.1.5
v0.1.4
v0.1.3
- Serve assets from server instead of using CDNs.
- Removed
bootstrap.min.js
, because it wasn't necessary (oops) - Added Gzip compression for static assets
One of the reasons I originally wanted to use CDNs for Bootstrap and jQuery was that serving static assets, especially if you need to compress them prior to serving them, uses some CPU. That said, I've been told that people would prefer not using CDNs, and on second thought, perhaps I was overengineering.
v0.1.2
- Support sending alert when an unhealthy service with a triggered alert becomes healthy again (
services[].alerts[].send-on-resolved
) #10 - Added support for Twilio alerts - Thanks to @greboid #7
- Made Slack alerts cuter
- Updated the default interval from 30s to 60s
- Improved documentation
- Fixed an issue with custom alerts' not supporting the usage of more than one placeholder