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). - @DanielHLelisdigitalocean_kubernetes_cluster
: Support container registry integration (#963). - @mohsenSydigitalocean_database_replica
: Add support for resizing replicas (#977). - @andrewsomethingdigitalocean_database_cluster
: Add backup-restore functionality to db create (#970). - @danaelhe
BUG FIXES:
digitalocean_record
: Handle pagination in data source (#979). - @andrewsomethingdigitalocean_kubernetes_cluster
: Require importing additional node pools manually (#976). - @andrewsomethingdigitalocean_database_replica
: Add uuid to data source schema (#969). - @andrewsomething
MISC:
docs
: Fix inconsistencies indigitalocean_uptime_alert
documentation #972 - @nicworteldocs
: Use correct links in uptime docs. #973 - @andrewsomethingprovider
: Update Terraform SDK to v2.26.1. #975 - @andrewsomething