- add support for uptime kuma 1.23.0 and 1.23.1
- support sendUrl in status_page monitorList (Thanks @obfusk)
- fix proxy retrieval (Thanks @TheLastProject)
- fix maintenances with multiple monitors or status pages
- fix failing status_page test (Thanks @Javex)
- add support for uptime kuma 1.22.0 and 1.22.1
- drop support for Uptime Kuma versions < 1.21.3
- add
api_ssl_verify
,api_wait_events
,api_timeout
parameters - add support for uptime kuma 1.21.3
- publish collection to ansible-galaxy
- adjust notification arguments to uptime-kuma-api changes
- Python 3.7+ required
- maintenance parameter
timezone
renamed totimezoneOption
- Removed the
api_wait_timeout
parameter. Use the newapi_timeout
parameter instead. Theapi_timeout
parameter specifies how many seconds the client should wait for the connection, an expected event or a server response. - Uptime Kuma versions < 1.21.3 are not supported in ansible-uptime-kuma 1.0.0+
- add support for uptime kuma 1.21.2
- add support for args
wait_timeout
andheaders
- add support for uptime kuma 1.21.1
- add missing mtls authMethod
- add support for uptime kuma 1.21.0
- add support for uptime kuma 1.20.0
- fix creation of mysql monitor
- add support for uptime kuma 1.19.5
- support login with 2fa enabled
- fix ImportError in maintenance module
- monitor tag value is not required
- support for uptime kuma 1.19.3
- support for uptime kuma 1.19.2
- comparison of two lists with different length
- add settings and settings_info module
- use notification provider options types
- support for uptime kuma 1.18.3
- support for uptime kuma 1.18.1 / 1.18.2
- support autoLogin for enabled disableAuth
- idempotence for status page with publicGroupList
- adjust to monitor notificationIDList return value
- support for uptime kuma 1.18.0
- rename notification key default to isDefault
- add notification key applyExisting
- allow to add monitors to status pages
- initial release