Skip to content

Releases: lucasheld/ansible-uptime-kuma

1.2.0

29 Aug 20:10
Compare
Choose a tag to compare

Features

  • add support for uptime kuma 1.23.0 and 1.23.1
  • support sendUrl in status_page monitorList (Thanks @obfusk)

Bugfixes

  • fix proxy retrieval (Thanks @TheLastProject)
  • fix maintenances with multiple monitors or status pages
  • fix failing status_page test (Thanks @Javex)

1.1.0

09 Jul 15:04
Compare
Choose a tag to compare

Feature

  • add support for uptime kuma 1.22.0 and 1.22.1

1.0.0

25 May 19:57
Compare
Choose a tag to compare

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 to timezoneOption
  • Removed the api_wait_timeout parameter. Use the new api_timeout parameter instead. The api_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

07 Apr 19:48
Compare
Choose a tag to compare

Feature

  • add support for uptime kuma 1.21.2
  • add support for args wait_timeout and headers

0.13.0

30 Mar 09:52
Compare
Choose a tag to compare

Feature

  • add support for uptime kuma 1.21.1

Bugfix

  • add missing mtls authMethod

0.12.0

20 Mar 20:41
Compare
Choose a tag to compare

Feature

  • add support for uptime kuma 1.21.0

0.11.0

13 Feb 22:22
Compare
Choose a tag to compare

Feature

  • add support for uptime kuma 1.20.0

Bugfix

  • fix creation of mysql monitor (Thanks @beechesII)

0.10.0

17 Jan 20:33
Compare
Choose a tag to compare

Feature

  • add support for uptime kuma 1.19.5

0.9.0

16 Jan 11:20
Compare
Choose a tag to compare

Feature

  • support login with 2fa enabled (Thanks @larsl-net)

0.8.2

10 Jan 13:06
Compare
Choose a tag to compare

Bugfix

  • fix ImportError in maintenance module