Skip to content

Releases: splunk/terraform-provider-synthetics

v2.0.3

16 Nov 18:02
cd66308
Compare
Choose a tag to compare

Minor Changes

  • Adds custom_properties which attaches a custom key and value pair to synthetic checks for grouping and filtering synthetic tests. Thanks to @bgustafson for contributing #33
  • Updates to docs and examples for above change

v2.0.2

09 Nov 15:28
c52056e
Compare
Choose a tag to compare

Minor Changes

  • Changes validations, setup, request from TypeSet to TypeList to maintain order. No associated changes to configs. (Thanks to @leij-splunk for the report!)
  • Updates to docs for above change

v2.0.1

12 Sep 17:06
e05590b
Compare
Choose a tag to compare

Minor Changes

  • Adds validations as a field for http checks (thanks to @mcmluk-monster
  • Update datasources to use all fields available to resources
  • remove country as a field from location resources (these are no longer used by the API for private locations)

v2.0.0

25 Aug 13:35
3307621
Compare
Choose a tag to compare

Major Changes

  • Changes in syntheticsclient version 2.0.2/2.0.3
  • Correctly utilize pointers to pass nulls for some fields (notably authentication and user_agent)
  • Add new settings for HTTP Checks (authentication, user agent, verify certificates)
  • Updates to resource read (and import)
  • Add new settings for validations and setup
  • Add option for wait type and duration on Browser steps
  • Add option for collect_interactive_metrics on Browser checks
  • Updates to docs and examples

v1.0.4

27 Apr 18:35
abd913c
Compare
Choose a tag to compare

Adds additional fields to transaction steps.
Improves handling of transaction steps.
Improves validation of provider settings.
Updates docs.

v1.0.3

22 Mar 17:11
4a7770e
Compare
Choose a tag to compare

Fixes an issue where updates could return empty bodies and fail due to changes in underlying api.

v1.0.2

21 Mar 15:39
6ad98f7
Compare
Choose a tag to compare

Provides new Data Sources and Resources for Splunk Observability Synthetics V2 endpoints. Documentation for those endpoints available here.

Note: All previous Rigor/V1 Resources and Data Sources remain unchanged and available.

New Resources

  • API Check V2
  • Real Browser Check V2
  • HTTP Check V2
  • Port Check V2
  • Variable V2
  • Location V2

New Data Sources

  • API Check V2
  • Real Browser Check V2
  • HTTP Check V2
  • Port Check V2
  • Variable V2 / Variables V2
  • Location V2 / Locations V2
  • Devices V2

v1.0.1

21 Mar 15:29
6ad98f7
Compare
Choose a tag to compare

Provides new Data Sources and Resources for Splunk Observability Synthetics V2 endpoints. Documentation for those endpoints available here.

Note: All previous Rigor/V1 Resources and Data Sources remain unchanged and available.

New Resources

  • API Check V2
  • Real Browser Check V2
  • HTTP Check V2
  • Port Check V2
  • Variable V2
  • Location V2

New Data Sources

  • API Check V2
  • Real Browser Check V2
  • HTTP Check V2
  • Port Check V2
  • Variable V2 / Variables V2
  • Location V2 / Locations V2
  • Devices V2

v0.1.3

16 Sep 15:11
b376905
Compare
Choose a tag to compare

v0.1.3
Updates examples, namespace to fit official namespace, etc

v0.1.2

15 Sep 20:01
151c9ac
Compare
Choose a tag to compare

v0.1.2 repackages and tries to release to the terraform provider registry.