]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blob - CHANGELOG.md
Merge branch 'fix_read_test' of github.com:alexandreFre/terraform-provider-statuscake
[github/fretlink/terraform-provider-statuscake.git] / CHANGELOG.md
1 ## 1.1.0 (Unreleased)
2 ## 1.0.0 (July 02, 2019)
3
4 NOTES:
5
6 * 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))
7 * 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))
8
9 FEATURES:
10
11 * Add support for Terraform 0.12 ([#32](https://github.com/terraform-providers/terraform-provider-statuscake/issues/32))
12 * resource/statuscake_test: add `enable_ssl_alert` feature for uptime tests ([#26](https://github.com/terraform-providers/terraform-provider-statuscake/issues/26))
13 * resource/statuscake_test: add support for Terraform ResourceImporter ([#36](https://github.com/terraform-providers/terraform-provider-statuscake/issues/36))
14
15 IMPROVEMENTS:
16
17 * 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)))
18
19 ## 0.2.0 (July 27, 2018)
20
21 IMPROVEMENTS:
22
23 * 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))
24
25
26 BUG FIXES:
27
28 * Fix handling of `contact_id` ([#11](https://github.com/terraform-providers/terraform-provider-statuscake/issues/11))
29
30
31 ## 0.1.0 (June 21, 2017)
32
33 NOTES:
34
35 * 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/)