Skip to content

Releases: digitalocean/terraform-provider-digitalocean

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:

v2.24.0

16 Nov 20:13
2a413c8
Compare
Choose a tag to compare

IMPROVEMENTS:

MISC:

  • docs: Fix reference in documentation of project_resources (#890) - @Lavode

v2.23.0

10 Oct 16:42
55c5017
Compare
Choose a tag to compare

IMPROVEMENTS:

BUG FIXES:

  • digitalocean_record: Add SOA as possible record type (#882). - @Nosmoht

MISC:

v2.22.3

12 Sep 18:18
e61864e
Compare
Choose a tag to compare

BUG FIXES:

v2.22.2

31 Aug 22:31
c59c8c6
Compare
Choose a tag to compare

2.22.2 (August 31, 2022)

IMPROVEMENTS:

  • digitalocean_database_connection_pool: make user optional in db connection pool, update acc tests (#868) - @DMW2151

MISC:

  • digitalocean_database_cluster: Suppress diffs on forced Redis version upgrades (#873) - @scotchneat
  • docs: fix app spec link(#871) - @jkpe