Skip to content

Releases: digitalocean/terraform-provider-digitalocean

v2.2.0

12 Nov 22:29
2ad1eea
Compare
Choose a tag to compare

FEATURES:

  • New Data Source: digitalocean_ssh_keys (#519) Thanks to @stack72!
  • New Resource: digitalocean_custom_image (#517) Thanks to @frezbo!

BUG FIXES:

  • digitalocean_kubernetes_node_pool: Validate min_nodes is at least 1 and fix example (#525).
  • digitalocean_app: Document the database spec (#524).
  • digitalocean_container_registry: Update docs w/ subscription_tier_slug (#523).

v2.1.0

06 Nov 16:56
68e311b
Compare
Choose a tag to compare

NOTES:

  • DigitalOcean Container Registry is now in general availablity and requires a subscription plan. As a result, the digitalocean_container_registry resource now requires setting a subscription_tier_slug.

IMPROVEMENTS:

  • digitalocean_container_registry: Supports setting and updating a subscription_tier_slug (#516).

BUG FIXES:

  • digitalocean_app: Suppress diff when env type is GENERAL (#515).

v2.0.2

28 Oct 18:38
03f7077
Compare
Choose a tag to compare

BUG FIXES:

  • digitalocean_spaces_bucket: Add retry logic to ensure bucket is available before proceeding (#510).
  • Docs: Fix broken link to DigitalOcean app spec (#509). Thanks to @edbedbe!

v2.0.1

22 Oct 17:51
641a41c
Compare
Choose a tag to compare

BUG FIXES:

  • digitalocean_cdn, digitalocean_app: Fix panics introduced in move from ReadFunc to ReadContextFunc (#505).

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