Skip to content

Releases: splunk/terraform-provider-synthetics

v2.0.15

07 Apr 15:22
b6a7cad
Compare
Choose a tag to compare

What's Changed

  • Omit empty optional fields for browser check by @Pajk in #72

Full Changelog: v2.0.14...v2.0.15

v2.0.15-pre

03 Apr 18:49
b77ea01
Compare
Choose a tag to compare

v2.0.14

19 Mar 15:01
1f27de3
Compare
Choose a tag to compare

What's Changed

  • SYN-4581: add support for recurring downtime configurations by @bchhay-splunk in #70
  • Allow whitespace in custom properties by @Pajk in #71

Full Changelog: v2.0.13...v2.0.14

v2.0.14-pre

06 Mar 13:23
5b01b5c
Compare
Choose a tag to compare

v2.0.13

28 Feb 14:31
c35efc5
Compare
Choose a tag to compare

What's Changed

  • SYN-5006: Http error handling fix by @Pajk in #69

Full Changelog: v2.0.12...v2.0.13

v2.0.13-pre2

31 Jan 11:48
afeb448
Compare
Choose a tag to compare

Retry failed API requests for http and port checks. Add debug logs.

v2.0.12

19 Nov 16:21
b19c73c
Compare
Choose a tag to compare

What's Changed

  • SYN-4606: Handle browser check defaults by @Pajk in #65

Versions v2.0.8 - v2.0.11 of this provider do not handle correctly the default values of browser check step fields wait_for_nav_timeout and max_wait_time in synthetics_create_browser_check_v2 resource.

To find out more about the issue, look at https://github.com/splunk/terraform-provider-synthetics/releases/tag/v2.0.7.

Upgrade Note

When upgrading to version v2.0.12 from versions v2.0.8 - v2.0.11, be aware that there is an enhancement in the handling of default values.

Expected changes in state: If you are upgrading from the affected versions and have not explicitly set values for the specified fields, expect the next Terraform plan/apply to assign them value of zero.

State Management: The Terraform state will now only include values that are explicitly set in your Terraform configuration.

Review Configuration: Ensure you review your Terraform configuration to set any necessary values explicitly to avoid unintended defaults.

Check the API documentation for all the available step types, options and the default values.

The current server-side default values:

wait_for_nav_timeout

Applicable only for the following steps in browser tests: clear_element, click_element, enter_value, run_javascript, select_option, store_variable_from_javascript.

Default is 50 when wait_for_nav=false.
Default is 2000 when wait_for_nav=true.

max_wait_time

Applicable only for the following steps in browser tests: assert_element_present, assert_element_not_present, assert_element_visible, assert_element_not_visible, assert_text_present, assert_text_not_present.

Default is 10000.

New Contributors

  • @Pajk made their first contribution in #65

Full Changelog: v2.0.11...v2.0.12

v2.0.11

13 Nov 21:49
c3b4941
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.10...v2.0.11

v2.0.10

10 Oct 19:44
ddbe58e
Compare
Choose a tag to compare

What's Changed

  • SYN-4410: Do not send 0 for max_wait_time if field is not provided by @sangn-splunk in #63

Full Changelog: v2.0.9...v2.0.10

v2.0.9

26 Sep 21:27
9cbc8fb
Compare
Choose a tag to compare

What's Changed

  • SYN-4427 : Update default wait_for_nav_timeout to 50 & add test cases by @nitun-splunk in #62

New Contributors

Full Changelog: v2.0.8...v2.0.9