Skip to content

Commit 632c320

Browse files
Update CHANGELOG.md
1 parent 4ace704 commit 632c320

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 2.0.0 (October 20, 2020)
2+
3+
NOTES:
4+
5+
* This release uses v2.0.3 of the Terraform Plugin SDK and now only supports Terraform v0.12 and higher.
6+
* The `certificate_id` attribute of the `digitalocean_cdn` and `digitalocean_loadbalancer` resources has been deprecated in favor of `certificate_name`. It will become a read-only computed attrbute in a future release.
7+
8+
FEATURES:
9+
10+
* **New Data Source**: `digitalocean_records` ([#502](https://github.com/digitalocean/terraform-provider-digitalocean/pull/502)) Thanks to @tdyas!
11+
12+
IMPROVEMENTS:
13+
14+
* provider: Upgrade to v2.0.3 of the Terraform Plugin SDK ([#492](https://github.com/digitalocean/terraform-provider-digitalocean/pull/492), [#503](https://github.com/digitalocean/terraform-provider-digitalocean/pull/503)). Thanks to @tdyas!
15+
* docs: Migrate documentation to new registry format ([#501](https://github.com/digitalocean/terraform-provider-digitalocean/pull/501)).
16+
17+
BUG FIXES:
18+
19+
* `digitalocean_certificate`, `digitalocean_cdn`, `digitalocean_loadbalancer`: Use certificate name as primary identifier instead of ID as a Let's Encrypt certificate's ID will change when it's auto-renewed ([#500](https://github.com/digitalocean/terraform-provider-digitalocean/pull/500)).
20+
121
## 1.23.0 (October 13, 2020)
222

323
FEATURES:

0 commit comments

Comments
 (0)