Skip to content

Releases: checkly/terraform-provider-checkly

v1.7.6

27 Feb 15:46
aec6a22
Compare
Choose a tag to compare
fix: improve multi-step runtime validation [sc-19433] (#288)

v1.7.5

08 Feb 10:48
f611325
Compare
Choose a tag to compare
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

30 Jan 10:54
6c91ede
Compare
Choose a tag to compare
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 <manel@checklyhq.com>

* Update docs/resources/check.md

Co-authored-by: Manel Fourati <manel@checklyhq.com>

---------

Co-authored-by: Manel Fourati <manel@checklyhq.com>

v1.7.3

15 Dec 14:17
229f1b4
Compare
Choose a tag to compare
feat(parallel): add `runParallel` to TF check and group constructs [s…

…c-18211] (#280)

* feat(parallel): add `runParallel` to TF check and group constructs [sc-18211]

* update docs

* reset go.mod

* refactor: upgrade go sdk version [sc-18211]

* refactor: upgrade go sdk version [sc-18211]

---------

Co-authored-by: Chris Lample <chris@checklyhq.com>

v1.7.2

03 Nov 08:53
0c19cdd
Compare
Choose a tag to compare
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 <gimenez.maxi@gmail.com>

* chore: update go sdk to 1.7.0

* fix: go generate

---------

Co-authored-by: Maxi Gimenez <gimenez.maxi@gmail.com>

v1.7.1

01 Sep 13:31
2538b81
Compare
Choose a tag to compare
docs: remove double_check and use correct provider version (#276)

v1.7.0

01 Sep 12:25
6538d08
Compare
Choose a tag to compare
feat: rename retry strategy max_attempts to max_retries (#275)

v1.6.9

10 Aug 12:58
134ae54
Compare
Choose a tag to compare

What's Changed

  • docs: update check resource example by @ragog in #270
  • chore: add ssl_check_domain property [sc-0] by @nahuelon in #268

New Contributors

Full Changelog: v1.6.8...v1.6.9

v1.6.8

03 Aug 11:53
4fbe351
Compare
Choose a tag to compare
Antoinecoutellier/sc 16785/add terraform support v2 (#265)

* feature: support heartbeats checks [sc-16785]

* chore: fix fmt [sc-16785]

* chore: upgrade checkly go sdk to 1.6.6 [sc-16785]

v1.6.7

03 Jul 10:17
1cfa08e
Compare
Choose a tag to compare
feat: add phone call alert channel support [sc-00] (#260)

* feat: add phone call alert channel support [sc-00]

* feat: update docs [sc-00]