Terraform Provider Digitalocean Versions Save

Terraform DigitalOcean provider

v2.33.0

6 months ago

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

7 months ago

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:

  • digitalocean_loadbalancer: ignore 404 on delete (#1067). - @andrewsomething
  • digitalocean_database_mysql_config: Use GetOkExists for bools (#1063). - @andrewsomething
  • digitalocean_kubernetes_cluster: Handle error from GetCredentials and protect against panic (#1064). - @andrewsomething

MISC:

  • provider: Bump godo to v1.105.1 (#1071). - @andrewsomething
  • provider: bump google.golang.org/grpc from 1.53.0 to 1.56.3 (#1057). - @dependabot[bot]

v2.31.0

7 months ago
  • 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). - @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:

  • digitalocean_loadbalancer: no region field needed for global lb type (#1046). - @apinonformoso
  • digitalocean_loadbalancer: Parse nil region for global lb (#1043). - @asaha2
  • digitalocean_app: Rework deployment logic (#1048). - @davidsbond
  • digitalocean_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). - @danaelhe
  • testing: Use terrafmt on docs directory (#1036). - @andrewsomething
  • docs: Update Droplet example (#1035). - @danaelhe

v2.30.0

9 months ago

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:

  • docs: Make it clear that volume name has to start with a letter (#1024). - @ahasna
  • docs: Update Postgres version in example (#1014). - @danaelhe
  • provider: Bump Go version to v1.21.0 (#1025). - @andrewsomething
  • provider: Update godo to v1.102.1 (#1020). - @danaelhe
  • provider: Update godo dependency to v1.102.0 (#1018). - @danaelhe
  • provider: Update godo dependency to v1.101.0 (#1017.) - @danaelhe

v2.29.0

10 months ago

FEATURES:

  • New Data Source: digitalocean_database_user (#989). - @lezgomatt

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:

  • docs: Note how to get id for record import (#1004) - @nimboya
  • provider: Bump Go version to 1.20.x (#975). - @andrewsomething
  • testing: Update Postgres versions in acceptance tests (#1002). - @andrewsomething
  • provider: build(deps): bump google.golang.org/grpc from 1.51.0 to 1.53.0 (#1003). - @dependabot[bot]

v2.28.1

1 year ago

BUG FIXES:

  • digitalocean_database_cluster: Fix custom create timeouts (#987). - @andrewsomething
  • digitalocean_droplet: Prevent inconsistent plan when enabling IPv6 (#982). - @andrewsomething
  • digitalocean_custom_image: Use custom create timeout (#985). - @andrewsomething

v2.28.0

1 year ago

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:

  • digitalocean_record: Handle pagination in data source (#979). - @andrewsomething
  • digitalocean_kubernetes_cluster: Require importing additional node pools manually (#976). - @andrewsomething
  • digitalocean_database_replica: Add uuid to data source schema (#969). - @andrewsomething

MISC:

  • docs: Fix inconsistencies in digitalocean_uptime_alert documentation #972 - @nicwortel
  • docs: Use correct links in uptime docs. #973 - @andrewsomething
  • provider: Update Terraform SDK to v2.26.1. #975 - @andrewsomething

v2.27.1

1 year ago

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

1 year ago

IMPROVEMENTS:

  • digitalocean_database_cluster: Support project assignment (#955). - @andrewsomething

BUG FIXES:

  • digitalocean_custom_image: use correct pending statuses for custom images (#931). - @rsmitty

DOCS:

  • digitalocean_app: Fix typo in resource digitalocean_app (#961). - @tobiasehlert

MISC:

  • provider: Package reorganization (#927). - @andrewsomething
  • testing: Use comment trigger to run acceptance tests for PRs. (#929). - @andrewsomething
  • testing: Fix formatting of Terraform configs in tests and enforce in PRs using terrafmt (#932). - @andrewsomething
  • testing: droplet: Fix acceptance testing (#949). - @andrewsomething
  • testing: certificates: Add retry on delete (#951). - @andrewsomething
  • testing: cdn: Add test sweeper and retry with backoff (#947). - @andrewsomething
  • testing: Add sweeper and use consistent naming for all Spaces buckets in tests (#945). - @andrewsomething
  • testing: Add sweeper for uptime and monitoring alerts (#944). - @andrewsomething
  • testing: Add sweeper for projects and add retry for project deletion (#943). - @andrewsomething
  • testing: Add sweeper for VPCs (#942). - @andrewsomething
  • testing: Add sweeper for custom images and fix acceptance tests (#941). - @andrewsomething
  • testing: Use consistent naming for all volumes created in tests (#939). - @andrewsomething
  • testing: Use consistent naming for all snapshots created in tests (#938). - @andrewsomething
  • testing: Use consistent naming for all load balancers created in tests (#937). - @andrewsomething
  • testing: Use consistent naming for all firewalls created in tests (#935). - @andrewsomething
  • testing: Add sweeper for SSH keys (#940). - @andrewsomething
  • testing: Use consistent naming for all certs created in tests (#934). - @andrewsomething
  • testing: Use consistent naming for all Droplets created in tests (#933). - @andrewsomething
  • testing: Remove unused const to fix linting (#930). - @andrewsomething
  • testing: Fix flaky database acceptance tests (#953). - @andrewsomething
  • Remove .go-version and add to .gitignore (#958). - @ChiefMateStarbuck

v2.26.0

1 year ago

IMPROVEMENTS:

  • database replica: Expose Database Replica ID (#921) - @danaelhe
  • uptime: Add Uptime Checks and Alerts Support (#919) - @danaelhe
  • databases: Support upgrading the database version (#918) - @scotchneat
  • loadbalancers: Add firewall support for Loadbalancers (#911) - @jrolheiser
  • loadbalancers: Loadbalancers support http alerts metrics (#903) - @StephenVarela

MISC:

  • docs: routes documentation in app.md matches app_spec.go (#915) - @olaven
  • testing: Find previous K8s release dynamically. (#916) - @andrewsomething
  • docs: Fix typo in README (#920) - @mbardelmeijer
  • docs: Add releasing notes & missing changelog entries (#922) - @scotchneat