Skip to content

Releases: ansible-collections/community.healthchecksio

Release 1.3.1

03 Aug 11:06
a963765
Compare
Choose a tag to compare

Bugfixes

  • checks - channel comparison result was order dependent. Fix now compares channels lists as sets (#35).

Release 1.3.0

10 Mar 23:36
6d8dad1
Compare
Choose a tag to compare

Release Summary

Implement idempotency when unique param is used in checks.

Minor Changes

  • checks - implement idempotency when unique param is used (#28)

Release 1.2.0

19 May 13:36
eb4726c
Compare
Choose a tag to compare

Release Summary

Restoring the grace parameter to Cron checks and adding Ansible 2.13 to sanity and unit testing.

Minor Changes

  • ci - adding stable-2.13 to sanity and unit testing (#22).

Bugfixes

  • checks - restore C(grace) parameter to Cron checks (#24).

Release 1.1.1

07 Apr 10:25
fff650e
Compare
Choose a tag to compare

Release Summary

Adding support for Simple checks.

Breaking Changes / Porting Guide

  • checks - support creating Simple checks. Previously, schedule and tz were defaulted which made it impossible to differentiate between Simple and Cron checks when creating them. Now, either schedule and tz must be provided to create a Cron check, or, timeout must be provided to create a Simple check (#16).

Bugfixes

  • Update the tests so that they only run once (#11).
  • ping - remove default="" on required uuid parameter (#19).

Release 0.1.1

27 Oct 14:32
0.1.1
7b080c8
Compare
Choose a tag to compare

Release Summary

Updating the README.md and switching the integration tests to GHAs (#9).

Release 0.1.0

25 Oct 02:46
ba06918
Compare
Choose a tag to compare

New Modules

  • badges_info - Get the project badges
  • channels_info - Get a list of integrations
  • checks - Create, delete, update, and pause checks
  • checks_flips_info - Get a list of check flips
  • checks_info - Get a list of checks
  • checks_pings_info - Get a list of check pings
  • ping - Signal success, fail, and start event