Releases: digitalocean/terraform-provider-digitalocean
Releases · digitalocean/terraform-provider-digitalocean
v2.28.0
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
v2.27.1
BUG FIXES:
digitalocean_database_replica
: Set UUID on read to resolve import issue (#964). - @andrewsomething
MISC:
- dependencies: bump golang.org/x/net (#957). - @dependabot
- dependencies: bump golang.org/x/crypto (#960). - @dependabot
v2.27.0
IMPROVEMENTS:
digitalocean_database_cluster
: Support project assignment (#955). - @andrewsomething
BUG FIXES:
DOCS:
digitalocean_app
: Fix typo in resource digitalocean_app (#961). - @tobiasehlert
MISC:
provider
: Package reorganization (#927). - @andrewsomethingtesting
: Use comment trigger to run acceptance tests for PRs. (#929). - @andrewsomethingtesting
: Fix formatting of Terraform configs in tests and enforce in PRs using terrafmt (#932). - @andrewsomethingtesting
: droplet: Fix acceptance testing (#949). - @andrewsomethingtesting
: certificates: Add retry on delete (#951). - @andrewsomethingtesting
: cdn: Add test sweeper and retry with backoff (#947). - @andrewsomethingtesting
: Add sweeper and use consistent naming for all Spaces buckets in tests (#945). - @andrewsomethingtesting
: Add sweeper for uptime and monitoring alerts (#944). - @andrewsomethingtesting
: Add sweeper for projects and add retry for project deletion (#943). - @andrewsomethingtesting
: Add sweeper for VPCs (#942). - @andrewsomethingtesting
: Add sweeper for custom images and fix acceptance tests (#941). - @andrewsomethingtesting
: Use consistent naming for all volumes created in tests (#939). - @andrewsomethingtesting
: Use consistent naming for all snapshots created in tests (#938). - @andrewsomethingtesting
: Use consistent naming for all load balancers created in tests (#937). - @andrewsomethingtesting
: Use consistent naming for all firewalls created in tests (#935). - @andrewsomethingtesting
: Add sweeper for SSH keys (#940). - @andrewsomethingtesting
: Use consistent naming for all certs created in tests (#934). - @andrewsomethingtesting
: Use consistent naming for all Droplets created in tests (#933). - @andrewsomethingtesting
: Remove unused const to fix linting (#930). - @andrewsomethingtesting
: Fix flaky database acceptance tests (#953). - @andrewsomething- Remove .go-version and add to .gitignore (#958). - @ChiefMateStarbuck
v2.26.0
IMPROVEMENTS:
database replica
: Expose Database Replica ID (#921) - @danaelheuptime
: Add Uptime Checks and Alerts Support (#919) - @danaelhedatabases
: Support upgrading the database version (#918) - @scotchneatloadbalancers
: Add firewall support for Loadbalancers (#911) - @jrolheiserloadbalancers
: Loadbalancers support http alerts metrics (#903) - @StephenVarela
MISC:
docs
:routes
documentation inapp.md
matchesapp_spec.go
(#915) - @olaventesting
: Find previous K8s release dynamically. (#916) - @andrewsomethingdocs
: Fix typo in README (#920) - @mbardelmeijerdocs
: Add releasing notes & missing changelog entries (#922) - @scotchneat
v2.25.2
v2.25.1
IMPROVEMENTS:
monitoring
: Support HTTP idle timeout & Project ID (#897) - @StephenVarela
v2.24.0
IMPROVEMENTS:
spaces
: add endpoint attribute to bucket (#886)- @selborsolracmonitor_alert_resource
: Update Monitor Alert resource with new DBAAS public alert types (#893) - @dweinshenkerspaces
: Add new DC to spaces (#899) - @mandalaeload_balancers
: load balancers: add HTTP/3 as an entry protocol (#895) - @anitgandhi
MISC:
v2.23.0
IMPROVEMENTS:
digitalocean_app
: Support deploy on push to DOCR (#883). - @andrewsomethingdigitalocean_droplet
: Region is no longer a required value (#879). - @andrewsomething
BUG FIXES:
MISC:
- Upgrade to Go 1.19 (#884). - @andrewsomething
v2.22.3
BUG FIXES:
digitalocean_droplet
: Fix configurable timeouts for Droplet creates (#867). - @andrewsomething