community.healthchecksio 2.0.0 is now available on Ansible Galaxy.
Breaking changes
- The default management API base URL now targets Healthchecks.io API v3 instead of v1.
checks_pings_infonow requiresuuid.checks_flips_infonow requiresuuidorunique_key.- In
checks,scheduletakes precedence overtimeout, andtzrequiresschedule.
Highlights
- Adds documented Healthchecks.io Management API v3 parity.
- Adds slug and unique-key lookups, filtered flips, explicit UUID updates, and check resume support.
- Expands ping support with run logs, diagnostic bodies, exit statuses, HTTP method selection, and automatic slug check creation.
- Adds
checks_ping_body_infoandstatus_info. - Raises project coverage above 94% with unit and integration coverage for the new API surface.
- Adds a checked-in release skill for repeatable merge, publication, Galaxy verification, and post-release bump workflows.
See the full 2.0.0 changelog.
Install with:
ansible-galaxy collection install "community.healthchecksio:==2.0.0"