Releases: checkly/terraform-provider-checkly
Releases · checkly/terraform-provider-checkly
v1.2.0-rc1
chore: add changelog
v1.1.1
feat: support high frequency API Checks (frequency_offset) (#70) * chore: double qoute bash variables * feat: add support for high frequency checks * chore: update frequency validation errors * chore: comment checkly sdk replace * docs: update check arguments reference * chore: revert frequency api example * chore: update checkly sdk (v1.1.0)
v1.1.0
Add support high-frequency API Checks using frequency_offset
v1.0.1
fixing tests (#62)
v1.0.0
- BREAKING CHANGE: The default behavior of assigning all alert channels to checks and check groups is now removed. You can add alerts to your checks and check groups using the
alert_channel_subscription
- FEAT: Apple Silicon support is now added. The Terraform provider now also has darwin_arm64 binaries
v1.0.0-rc23
refactoring (#61)
v1.0.0-rc2
upgrade to go1.16 (#60)
v1.0.0-rc1
- go1.16 support
- auto assign alert channels flag
v0.8.3
Add autoAssignAlerts query param to check and groups POST/PUT (#56) * upgrading to newer go sdk with autoAssignAlerts