All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- new property
passwordSecret
to PublicStatusPage resource, allows to reference password from Kubernetes secret #22 - new property
httpAuthSecret
to UptimeRobotMonitor resource, allows to reference username and password from Kubernetes secret #23
password
property of PublicStatusPage resource, usepasswordSecret
insteadhttpUsername
andhttpPassword
property of UptimeRobotMonitor resource, usehttpAuthSecret
instead
- introducing the PublicStatusPage resource to setup UptimeRobot status pages #15
- introducing the MaintenanceWindow resource to setup UptimeRobot maintenance windows #16
- introducing the AlertContact resource to setup UptimeRobot alert contacts #21
- allow to disable creating/updating/deleting monitors for Ingress resources #6
- the Helm chart now enables and makes use of the operator liveness endpoint #8
- add support for all monitor paramters to the UptimeRobot monitor resource #10
- allow to set all monitor parameters through Ingress annotations #13
- initial functionality
- create ping monitors for Ingress resources
- allow to create custom monitor with UptimeRobotMonitor resource
- first version of Helm chart