Skip to content

Releases: digitalocean/terraform-provider-digitalocean

v2.34.0

12 Dec 16:23
506ad73
Compare
Choose a tag to compare

IMPROVEMENTS:

BUG FIXES:

  • digitalocean_cdn: Add Support for "needs-cloudflare-cert" (#1089). - @danaelhe
  • digitalocean_spaces_bucket: blr1 is a supported region (#1085). - @andrewsomething
  • digitalocean_database_kafka_topic: Kafka topic + user ACL management doc fixes (#1082). - @dweinshenker

v2.33.0

12 Dec 15:09
a6c3d48
Compare
Choose a tag to compare

IMPROVEMENTS:

  • #1073 - @T-jegou - Add digitalocean_database_connection_pool datasource

BUG FIXES:

  • #1078 - @nemcikjan - fix: added missing option to set port on health_check
  • #1076 - @dweinshenker - Remove unclean_leader_election_enable for kafka topic configuration
  • #1080 - @danaelhe - Apps: Reference Port in expandAppHealthCheck and flattenAppHealthCheck
  • #1074 - @T-jegou - Fixing Case Handling for Volume Resource

v2.32.0

08 Nov 16:21
db3d093
Compare
Choose a tag to compare

IMPROVEMENTS:

  • digitalocean_app: Support features in App spec (#1066). - @T-jegou
  • digitalocean_database_user: Add support for Kafka Topic User ACL management (#1056). - @dweinshenker
  • digitalocean_kubernetes_cluster: Support enabling HA post-create (#1058). - @andrewsomething

BUG FIXES:

MISC:

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: