Skip to content

Tags: checkly/terraform-provider-checkly

Tags

v1.11.0

Toggle v1.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add support for status pages [sc-23757] (#309)

* feat: add support for status pages

* feat: add tests for required arguments

* feat: add tests for status pages and services

Fixes default_theme's default value so that plans are clean.

* feat: update sdk to v1.11.0 which includes status page support

* fix: custom domains don't allow example domains

* feat: add descriptions for status pages and services

v1.10.1

Toggle v1.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: always keep original client certificate key, backend no longer r…

…eturns it (#308)

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support checkly_client_certificate resources [sc-23397] (#307)

* feat: support checkly_client_certificate resources

* chore: bump SDK to latest version with client certificate support

v1.9.2

Toggle v1.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: use updated defaults for TCP check degraded/max response time (#306

)

The maximum values were reduced at the backend level and the defaults were
changed as well. This change syncs both values to current values used by the
backend.

This change is technically backwards incompatible, but even the current
version is broken right now if the user relies on default values.

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: allow `locations` and `private_locations` to be set to empty lis…

…ts (#305)

Previously, applying these values with non-empty lists and then attempting to
apply them again with empty lists would keep the previously applied non-empty
list due to a JSON serialization oversight.

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add support for TCP checks [sc-23027] (#304)

* feat: add support for TCP checks

* feat: bump checkly-go-sdk to 1.9.0 which includes TCP check support

* feat: add docs for TCP checks

v1.8.2

Toggle v1.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add secret variables support [sc-21027] (#300)

* feat: add secret variables support [sc-21027]

* feat: use go sdk v1.8.1

* chore: trigger build & test

* chore: revert last change

* feat: add simple tests

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: use SSLCheckDomain instead of Type to set a browser check SSL do…

…main (#301)

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
benben Benjamin Knofe
bump go to 1.22 for goreleaser pipeline

v1.7.8

Toggle v1.7.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update goreleaser yaml file [sc-0] (#298)