Releases: digitalocean/terraform-provider-digitalocean
Releases · digitalocean/terraform-provider-digitalocean
v2.31.0
- New Resource:
digitalocean_database_kafka_topic
(#1052) - @dweinshenker - New Resource:
digitalocean_database_mysql_config
(#1051) - @kallydev - New Resource:
digitalocean_database_redis_config
(#1037) - @andrewsomething
IMPROVEMENTS:
digitalocean_database_cluster
: Add support for Scalable Storage (#1054). - @dweinshenkerdigitalocean_app
: Add support for ingress for component routing, rewrites, and redirects (#1053). - @andrewsomethingdigitalocean_loadbalancer
: Add support type param (#1023). - @asaha2
BUG FIXES:
digitalocean_loadbalancer
: no region field needed for global lb type (#1046). - @apinonformosodigitalocean_loadbalancer
: Parse nil region for global lb (#1043). - @asaha2digitalocean_app
: Rework deployment logic (#1048). - @davidsbonddigitalocean_spaces_bucket
: set force_destroy false on import (#1041). - @andrewsomething
MISC:
build(deps)
: bump golang.org/x/net from 0.14.0 to 0.17.0 (#1050). - @dependabot[bot]docs
: Clarify Database Docs for Referencing DB Replicas (#1045). - @danaelhetesting
: Use terrafmt on docs directory (#1036). - @andrewsomethingdocs
: Update Droplet example (#1035). - @danaelhe
v2.30.0
FEATURES:
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). - @andrewsomethingdigitalocean_database_user
: Remove unneeded GET request post-create (#1028). - @andrewsomething
MISC:
docs
: Make it clear that volume name has to start with a letter (#1024). - @ahasnadocs
: Update Postgres version in example (#1014). - @danaelheprovider
: Bump Go version to v1.21.0 (#1025). - @andrewsomethingprovider
: Update godo to v1.102.1 (#1020). - @danaelheprovider
: Update godo dependency to v1.102.0 (#1018). - @danaelheprovider
: Update godo dependency to v1.101.0 (#1017.) - @danaelhe
v2.29.0
FEATURES:
- New Data Source:
digitalocean_database_user
(#989). - @lezgomatt
IMPROVEMENTS:
digitalocean_kubernetes_cluster
: Add destroy_all_associated_resources option (#1007). - @andrewsomething
BUG FIXES:
MISC:
docs
: Note how to getid
for record import (#1004) - @nimboyaprovider
: Bump Go version to 1.20.x (#975). - @andrewsomethingtesting
: Update Postgres versions in acceptance tests (#1002). - @andrewsomethingprovider
: build(deps): bump google.golang.org/grpc from 1.51.0 to 1.53.0 (#1003). - @dependabot[bot]
v2.28.1
BUG FIXES:
digitalocean_database_cluster
: Fix custom create timeouts (#987). - @andrewsomethingdigitalocean_droplet
: Prevent inconsistent plan when enabling IPv6 (#982). - @andrewsomethingdigitalocean_custom_image
: Use custom create timeout (#985). - @andrewsomething
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