Skip to content

Releases: digitalocean/terraform-provider-digitalocean

v2.15.0

01 Nov 21:03
961d06a
Compare
Choose a tag to compare

IMPROVEMENTS:

  • digitalocean_container_registry_docker_credentials: Revoke OAuth token when credentials are destroyed (#735). - @andrewsomething
  • digitalocean_loadbalancer: Support disabling automatic DNS records when using Let's Encrypt certificates (#723, #730). - @andrewsomething

BUG FIXES:

TESTING:

  • testing: Check for endpoint attr in digitalocean_kubernetes_cluster when HA is enabled (#725). - @danaelhe
  • testing: Add acceptance test workflow (#732). - @scotchneat
  • testing: Add scheduled acceptance test runs (#734). - @scotchneat
  • testing: Limit acceptance test job/workflow to single run at a time (#738). - @scotchneat
  • testing: Acceptance tests: Don't use deprecated size slugs (#737). - @andrewsomething
  • testing: Acceptance tests: Use 2048 bit private keys in test data (#736). - @andrewsomething
  • testing: Fixes an invalid droplet size in some acceptance tests (#724). - @scotchneat

v2.14.0

07 Oct 23:41
c159b01
Compare
Choose a tag to compare

2.14.0 (October 7, 2021)

IMPROVEMENTS:

  • digitalocean_kubernetes_cluster: Support setting the ha attribute (#718)

Note: This release contains beta functionality. If you are not a member of the beta group for this feature, you will not be able to use it until it has been more widely released. Please watch the official DigitalOcean changelog for updates.

v2.13.0

07 Oct 16:18
cd7d00a
Compare
Choose a tag to compare

BUG FIXES

  • Fix tag collection in digitalocean_tags data source (#716)

FEATURES

  • Add digitalocean_database_ca data source. (#717)

IMPROVEMENTS

  • Give a name to the kubernetes example load balancer (#703)
  • Gracefully shutdown droplet before deleting (#719)

Contributors

NOTE: These changes were previously tagged and released as v2.12.2 mistakenly.

v2.12.1

01 Oct 20:06
7b3bb17
Compare
Choose a tag to compare

BUGFIXES:

v2.12.0

24 Sep 14:09
cf4091d
Compare
Choose a tag to compare

FEATURES:

IMPROVEMENTS:

  • digitalocean_domain: Expose TTL (#702). Thanks to @atombrella!
  • digitalocean_app: Support setting CORS policies (#699).
  • digitalocean_app: Make create timeout configurable (#698).
  • digitalocean_droplet: Mark private_networking as deprecated. (#676)
  • docs: Provide more context for apps' instance_size_slug (#701)
  • misc: Replace d.HasChange sequences with d.HasChanges (#681) Thanks to @atombrella!

BUGFIXES:

  • digitalocean_database_user: Handle passwords for MongoDB (#696).
  • digitalocean_app: Error to prevent panic if no deployment found (#678).
  • digitalocean_droplet: Protect against panic when importing Droplet errors (#674).

v2.11.1

20 Aug 14:24
8addbe9
Compare
Choose a tag to compare

BUG FIXES:

  • digitalocean_record: Move port validation for SRV records out of CustomizeDiff (#670).
  • digitalocean_record: Fix unexpected diffs for when TXT records are for the apex domain (#664).

v2.11.0

09 Aug 20:07
4fdccb6
Compare
Choose a tag to compare

IMPROVEMENTS:

  • digitalocean_droplet: Support setting the droplet_agent attribute (#667).
  • digitalocean_database_firewall: Allow setting app as a type (#666).
  • docs: Update links to API documentation (#661).
  • Simplified some loops based on go-staticcheck S1011 (#656). Thanks to @atombrella!
  • Update to Context-aware API v2 functions (#657). Thanks to @atombrella!

v2.10.1

29 Jun 20:31
266cb44
Compare
Choose a tag to compare

BUG FIXES:

  • docs: Add code fence to docs for MongoDB.

v2.10.0

29 Jun 16:56
1712374
Compare
Choose a tag to compare

IMPROVEMENTS:

  • digitalocean_kubernetes_cluster: Add support for Kubernetes maintenance policy (#631). Thanks to @atombrella!
  • digitalocean_kubernetes_cluster, digitalocean_database_cluster: Make create timeouts configurable for DBaaS and K8s clusters (#650).
  • docs: Fix Firewall Resource exported attributes documentation (#648). Thanks to @jubairsaidi!
  • docs: Add MongoDB to database cluster docs (#651).

BUG FIXES:

  • digitalocean_database_cluster: Protect against setting empty tags (#652).

v2.9.0

28 May 19:20
edebd71
Compare
Choose a tag to compare

IMPROVEMENTS:

  • provider: Upgrade Terraform SDK to v2.6.1 (#642).
  • digitalocean_kubernetes_cluster: Expose URNs for Kubernetes clusters (#626).
  • docs: Cover required_providers in the index page (#643).
  • docs: Update nginx example to work (#625). Thanks to @atombrella!
  • Update issue templates (#633).

BUG FIXES:

  • digitalocean_loadbalancer: Add certificate_name to load balancer data source (#641).
  • digitalocean_droplet: Changing SSH key for a Droplet should be ForceNew (#640).
  • digitalocean_spaces_bucket: Provide better error on malformated import (#629).