]>
Commit | Line | Data |
---|---|---|
9676fb99 MS |
1 | ## 1.0.0 (Unreleased) |
2 | ||
3 | NOTES: | |
4 | ||
42ca36f3 JCA |
5 | * resource/statuscake_test: `contact_id (int)` has been deprecated, use instead: `contact_group (type: list)` ([#18](https://github.com/terraform-providers/terraform-provider-statuscake/issues/18)) |
6 | * resource/statuscake_test: `test_tags` has been changed from a CSV string to list of strings ([#18](https://github.com/terraform-providers/terraform-provider-statuscake/issues/18)) | |
9676fb99 | 7 | |
42ca36f3 | 8 | FEATURES: |
9676fb99 | 9 | |
42ca36f3 JCA |
10 | * Add support for Terraform 0.12 ([#32](https://github.com/terraform-providers/terraform-provider-statuscake/issues/32)) |
11 | * resource/statuscake_test: add `enable_ssl_alert` feature for uptime tests ([#26](https://github.com/terraform-providers/terraform-provider-statuscake/issues/26)) | |
12 | * resource/statuscake_test: add support for Terraform ResourceImporter ([#36](https://github.com/terraform-providers/terraform-provider-statuscake/issues/36)) | |
9676fb99 | 13 | |
42ca36f3 | 14 | IMPROVEMENTS: |
9676fb99 | 15 | |
42ca36f3 | 16 | * resource/statuscake_test: add `contact_group` with multiple contact IDs ([#18](https://github.com/terraform-providers/terraform-provider-statuscake/issues/18), [#34](https://github.com/terraform-providers/terraform-provider-statuscake/issues/34))) |
9676fb99 | 17 | |
48cce929 | 18 | ## 0.2.0 (July 27, 2018) |
d6e52ea2 MS |
19 | |
20 | IMPROVEMENTS: | |
21 | ||
48cce929 | 22 | * resource/statuscake_test: Add support for all support library options including basic auth, status codes, custom headers and more. ([#11](https://github.com/terraform-providers/terraform-provider-statuscake/issues/11)) |
d6e52ea2 MS |
23 | |
24 | ||
25 | BUG FIXES: | |
26 | ||
48cce929 | 27 | * Fix handling of `contact_id` ([#11](https://github.com/terraform-providers/terraform-provider-statuscake/issues/11)) |
d6e52ea2 MS |
28 | |
29 | ||
ea1653a5 | 30 | ## 0.1.0 (June 21, 2017) |
8904b9d0 | 31 | |
058491b5 PS |
32 | NOTES: |
33 | ||
34 | * Same functionality as that of Terraform 0.9.8. Repacked as part of [Provider Splitout](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/) |