Skip to content

Releases: digitalocean/terraform-provider-digitalocean

v2.0.0

20 Oct 15:47
632c320
Compare
Choose a tag to compare

NOTES:

  • This release uses v2.0.3 of the Terraform Plugin SDK and now only supports Terraform v0.12 and higher.
  • 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.

FEATURES:

  • New Data Source: digitalocean_records (#502) Thanks to @tdyas!

IMPROVEMENTS:

  • provider: Upgrade to v2.0.3 of the Terraform Plugin SDK (#492, #503). Thanks to @tdyas!
  • docs: Migrate documentation to new registry format (#501).

BUG FIXES:

  • 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).

v1.23.0

13 Oct 14:38
8a2a406
Compare
Choose a tag to compare

FEATURES:

  • New Resource: digitalocean_app (#497)
  • New Data Source: digitalocean_app (#497)
  • New Data Source: digitalocean_domains (#484) Thanks to @tdyas!

IMPROVEMENTS:

  • All list-style data sources now support all and match_by attributes for filter blocks (#491) and other improvements (#481). Thanks to @tdyas!
  • Additional acceptance test sweepers (#458).
  • Upgrade to v1.15.0 of the terraform-plugin-sdk (#483). Thanks to @tdyas!

v1.22.2

18 Aug 17:27
993f7a5
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Add created to SortKeys [#478 ]

v1.22.1

07 Aug 20:07
c35d0a1
Compare
Choose a tag to compare

BUG FIXES:

  • resource/digitalocean_record: Allow for SRV records with port 0 (#475).

v1.22.0

22 Jul 18:14
7da9cdf
Compare
Choose a tag to compare

IMPROVEMENTS:

  • resource/digitalocean_kubernetes_cluster: Enable auto_upgrade on Kubernetes clusters (#237). Thanks to @lfarnell!
  • resource/digitalocean_kubernetes_cluster: Add support for surge upgrades (#465). Thanks to @varshavaradarajan!

BUG FIXES:

  • resource/digitalocean_container_registry_docker_credentials: Update default expiry and don't ignore error (#467).

v1.21.0

20 Jul 19:34
a5a7e8c
Compare
Choose a tag to compare

IMPROVEMENTS:

  • resource/digitalocean_loadbalancer: Adds 'https' to list of acceptable healthcheck protocols (#460). Thanks to @gcox!
  • provider: Update module and import paths for repository transfer (#463).

BUG FIXES:

  • resource/digitalocean_vpc: Increase timeout on VPC deletion retry (#455).