]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blame - CHANGELOG.md
Merge branch 'fix_read_test' of github.com:alexandreFre/terraform-provider-statuscake
[github/fretlink/terraform-provider-statuscake.git] / CHANGELOG.md
CommitLineData
ebf8436f 1## 1.1.0 (Unreleased)
515ac3c5 2## 1.0.0 (July 02, 2019)
9676fb99
MS
3
4NOTES:
5
42ca36f3
JCA
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))
9676fb99 8
42ca36f3 9FEATURES:
9676fb99 10
42ca36f3
JCA
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))
9676fb99 14
42ca36f3 15IMPROVEMENTS:
9676fb99 16
42ca36f3 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)))
9676fb99 18
48cce929 19## 0.2.0 (July 27, 2018)
d6e52ea2
MS
20
21IMPROVEMENTS:
22
48cce929 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))
d6e52ea2
MS
24
25
26BUG FIXES:
27
48cce929 28* Fix handling of `contact_id` ([#11](https://github.com/terraform-providers/terraform-provider-statuscake/issues/11))
d6e52ea2
MS
29
30
ea1653a5 31## 0.1.0 (June 21, 2017)
8904b9d0 32
058491b5
PS
33NOTES:
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/)