Skip to content

Releases: sport24ru/terraform-provider-runscope

0.10.0

23 Apr 22:35
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Added attributes auth_token, default and verify_ssl of runscope_bucket.
  • Added attributes stop_on_failure, parent_environment_id and client_certificate of runscope_environment.
  • Only changing of bucket_id and test_id forces new runscope_environment.
  • Added attributes skipped and form_parameter of runscope_step.
  • Require arguments method and url of runscope_step, and don't force new step when they are changed.
  • Added attributes created_at, created_by and trigger_url of runscope_test.
  • Changing of test arguments no more forces new test.
  • Added attribute exported_at of runscope_schedule.
  • Require argument interval of runscope_schedule is required and no more forces new schedule.
  • Changing of interval and note no more forces new schedule.

BUG FIXES:

  • Fixed issue with step updating (appeared in 0.9.1).

0.9.1

09 Apr 22:13
Compare
Choose a tag to compare

NOTES:

  • Resources are reimplemented using internal context-aware client library.
    go-runscope removed from dependencies.

0.9.0

01 Apr 08:52
Compare
Choose a tag to compare

BREAKING CHANGES:

  • Removed deprecated attributes remote_agents and emails of runscope_environment
    and variables, assertions and headers of runscope_step.
  • If runscope_environment.email omitted, email notification settings are resetting to defaults.
  • Recipient ID is required to configure runscope_environment.email.recipient.
    name and email of recipient are computed.
  • Terraform Plugin SDK is updated to 2.4.3, so you need terraform >= 0.12 to use provider.

v0.8.0

29 Mar 19:35
Compare
Choose a tag to compare

NOTES:

  • Deprecated attributes remote_agents and emails of runscope_environment.
    Use remote_agent and email instead.
  • Deprecated attribute variables, assertions and headers of runscope_step.
    Use variable instead.

ENHANCEMENTS:

  • Added attributes remote_agent and email of runscope_environment.
  • Added attribute variable, assertion and header of runscope_step.

v0.7.0

26 Mar 22:12
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Added import of runscope_test resource.
  • Added import of runscope_step resource.

BUG FIXES:

  • Fixed issue with fractional schedule interval.