Releases: lucasheld/ansible-uptime-kuma
Releases · lucasheld/ansible-uptime-kuma
1.2.0
1.1.0
1.0.0
Feature
- 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
Bugfixes
- adjust notification arguments to uptime-kuma-api changes
BREAKING 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+
0.14.0
0.13.0
0.12.0
0.11.0
0.10.0
0.9.0
Feature
- support login with 2fa enabled (Thanks @larsl-net)