Skip to content

Releases: digitalocean/terraform-provider-digitalocean

v2.4.0

19 Jan 23:12
6438e23
Compare
Choose a tag to compare

IMPROVEMENTS:

  • digitalocean_app: Add support for global env vars (#549).
  • digitalocean_app: Add GitLab support (#556).
  • digitalocean_app: Support catchall_document for static sites (#539).
  • digitalocean_custom_image: Support updating description and distribution (#538). Thanks to @frezbo!

BUG FIXES:

  • digitalocean_vpc: Protect against race conditions in IP range assignment (#552).
  • digitalocean_app: Mark env var values as sensitive (#554).

v2.3.0

03 Dec 16:39
Compare
Choose a tag to compare

IMPROVEMENTS:

  • provider: Build and release OpenBSD binaries (#533).
  • digitalocean_loadbalancer: Add support for new size attribute (#532). Thanks to @anitgandhi!

BUG FIXES:

  • digitalocean_database_cluster: Handle Redis version change with DiffSuppressFunc (#534).

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