Skip to content

Releases: digitalocean/terraform-provider-digitalocean

v2.19.0

29 Mar 21:30
83a079d
Compare
Choose a tag to compare

IMPROVEMENTS:

v2.18.0

08 Mar 18:37
75c1281
Compare
Choose a tag to compare

FEATURES:

IMPROVEMENTS:

  • digitalocean_app: Implement support for App Platform log_destinations (#798). - @jbrunton
  • digitalocean_app: Implement support for configuring alert policies (#797). - @andrewsomething

BUG FIXES:

  • digitalocean_project: Environment is optional, don't set default (#788). - @andrewsomething
  • digitalocean_droplet: Handle optional boolean droplet_agent (#785). - @Kidsan

MISC:

  • docs: Add default ttl to digitalocean_record (#791). - @unixlab

v2.17.1

28 Jan 16:58
885dabc
Compare
Choose a tag to compare

IMPROVEMENTS:

  • digitalocean_app: Allow using MONGODB as a database engine option (#783). - @cnunciato
  • doc: Update docs for digitalocean_monitor_alert to highlight it is currently Droplet-only (#780). - @andrewsomething

v2.17.0

14 Jan 21:58
14bbd2e
Compare
Choose a tag to compare

IMPROVEMENTS:

  • digitalocean_loadbalancer: Fetch loadbalancer resource in datasource by ID (#773). @opeco17
  • digitalocean_vpc: Allow updating name and description of default vpcs (#748). - @andrewsomething
  • digitalocean_app: Support preserve_path_prefix (#768). - @andrewsomething

BUG FIXES:

  • digitalocean_droplet - Refactor post-create polling code (#776). - @andrewsomething
  • digitalocean_floating_ip_assignment: Properly support importing existing assignments (#771). - @andrewsomething
  • digitalocean_database_cluster: Retry on 404s in post create polling (#761). - @opeco17

MISC:

v2.16.0

08 Nov 22:20
cca427e
Compare
Choose a tag to compare

IMPROVEMENTS:

  • digitalocean_loadbalancer: Add support for size_unit (#742). - @bbassingthwaite
  • digitalocean_database_firewall: Add attributes for Kubernetes cluster IDs to firewall rules (#741). - @tdyas

BUG FIXES:

  • digitalocean_database_user, digitalocean_database_replica, digitalocean_database_db, digitalocean_database_connection_pool: Provide better error messages importing database sub-resources. (#744). - @andrewsomething

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