Skip to content

Releases: digitalocean/terraform-provider-digitalocean

v2.31.0

23 Oct 20:58
b592749
Compare
Choose a tag to compare

IMPROVEMENTS:

  • digitalocean_database_cluster: Add support for Scalable Storage (#1054). - @dweinshenker
  • digitalocean_app: Add support for ingress for component routing, rewrites, and redirects (#1053). - @andrewsomething
  • digitalocean_loadbalancer: Add support type param (#1023). - @asaha2

BUG FIXES:

MISC:

v2.30.0

11 Sep 17:02
54006ec
Compare
Choose a tag to compare

FEATURES:

  • New Resource: digitalocean_spaces_bucket_cors_configuration (#1021) - @danaelhe

IMPROVEMENTS:

  • provider: Enable retries for requests that fail with a 429 or 500-level error by default (#1016). - @danaelhe

BUG FIXES:

  • digitalocean_database_user: Prevent creating multiple users for the same cluster in parallel (#1027). - @andrewsomething
  • digitalocean_database_user: Remove unneeded GET request post-create (#1028). - @andrewsomething

MISC:

v2.29.0

17 Jul 15:32
18bf7f3
Compare
Choose a tag to compare

FEATURES:

IMPROVEMENTS:

  • digitalocean_kubernetes_cluster: Add destroy_all_associated_resources option (#1007). - @andrewsomething

BUG FIXES:

  • digitalocean_spaces_bucket: Update retryOnAwsCode to five minutes (#999). - @danaelhe

MISC:

v2.28.1

02 May 21:02
4b5c3fc
Compare
Choose a tag to compare

BUG FIXES:

v2.28.0

21 Apr 16:00
f527346
Compare
Choose a tag to compare

NOTES:

This release adds experimental support for automatically retrying requests that fail with 429 or 500-level response codes. It can be enabled by setting the DIGITALOCEAN_HTTP_RETRY_MAX environment variable or the http_retry_max argument in the provider configuration.

IMPROVEMENTS:

  • provider: Add godo's rate limiter configuration & retryable http client (#967). - @DanielHLelis
  • digitalocean_kubernetes_cluster: Support container registry integration (#963). - @mohsenSy
  • digitalocean_database_replica: Add support for resizing replicas (#977). - @andrewsomething
  • digitalocean_database_cluster: Add backup-restore functionality to db create (#970). - @danaelhe

BUG FIXES:

MISC:

v2.27.1

22 Mar 18:34
2a15e38
Compare
Choose a tag to compare

BUG FIXES:

  • digitalocean_database_replica: Set UUID on read to resolve import issue (#964). - @andrewsomething

MISC:

v2.27.0

22 Mar 16:51
e6317e8
Compare
Choose a tag to compare

IMPROVEMENTS:

BUG FIXES:

  • digitalocean_custom_image: use correct pending statuses for custom images (#931). - @rsmitty

DOCS:

MISC:

v2.26.0

31 Jan 17:12
96ba57d
Compare
Choose a tag to compare

IMPROVEMENTS:

MISC:

v2.25.2

24 Nov 18:44
2a9921d
Compare
Choose a tag to compare

IMPROVEMENTS:

  • database_replica: add retry on db replica create (#907) - @DMW2151

v2.25.1

23 Nov 21:14
9eced33
Compare
Choose a tag to compare

IMPROVEMENTS: