Breaking changes
- Kubernetes auto discovery has been removed #135
service[].insecure
has been replaced in favor ofservice[].client.insecure
alerting.mattermost.insecure
has been replaced byalerting.mattermost.client.insecure
alerting.custom.insecure
has been replaced byalerting.custom.client.insecure
The following deprecated endpoints have been removed:
/api/v1/statuses
- Replaced by
/api/v1/services/statuses
- Replaced by
/api/v1/statuses/{key}
- Replaced by
/api/v1/services/{key}/statuses
- Replaced by
/api/v1/badges/uptime/{duration}/{identifier}
- Replaced by
/api/v1/services/{key}/uptimes/{duration}/badge.svg
- Replaced by
Features
- Added the ability to hide the hostname of a service #159