Releases: checkly/terraform-provider-checkly
Releases · checkly/terraform-provider-checkly
v1.8.2
v1.8.1
fix: use SSLCheckDomain instead of Type to set a browser check SSL do…
v1.8.0
What's Changed
- bump go version from 1.18 to 1.22
- feat: add data source for Static IPs #299
Full Changelog: v1.7.8...v1.8.0
v1.7.8
What's Changed
- added an example to the HB docs by @drakirnosslin in #295
- feat: allow people to choose IP family with api checks [sc-20606] by @umutuzgur in #296
- fix: replace --rm-dist with --clean [sc-0] by @umutuzgur in #297
- fix: update goreleaser yaml file [sc-0] by @umutuzgur in #298
New Contributors
- @drakirnosslin made their first contribution in #295
Full Changelog: v1.7.7...v1.7.8
v1.7.7
What's Changed
- tackle computed alert settings fields by @umutuzgur in #289
- update docs by @benben in #290
Full Changelog: v1.7.6...v1.7.7
v1.7.6
fix: improve multi-step runtime validation [sc-19433] (#288)
v1.7.5
feat: add parallel run threshold props [sc-19200] (#285) * feat: add parallel run threshold props [sc-19200] * feat: updates after go generate [sc-19200] * feat: add tests [sc-19200] * feat: add schema to heartbeat [sc-19200] * feat: heartbeat generate [sc-19200]
v1.7.4
chore: add description for alert channel subscriptions (#283) * chore: add description for alert channel subscriptions * chore: add docs * Update checkly/resource_check.go Co-authored-by: Manel Fourati <[email protected]> * Update docs/resources/check.md Co-authored-by: Manel Fourati <[email protected]> --------- Co-authored-by: Manel Fourati <[email protected]>
v1.7.3
feat(parallel): add `runParallel` to TF check and group constructs [s…
v1.7.2
Antoinecoutellier/sc 17816/add multistep checks to terraform (#278) * feature: add MULTI_STEP support and check if check runtime supports MULTI_STEPS [sc-17816] * chore: update our TF provider to support up-to-date methods to get, update and delete a check [sc-17816] * test: add test case for MULTI_STEP [sc-17816] * Update checkly/resource_check_test.go Co-authored-by: Maxi Gimenez <[email protected]> * chore: update go sdk to 1.7.0 * fix: go generate --------- Co-authored-by: Maxi Gimenez <[email protected]>