Skip to content

Releases: digitalocean/terraform-provider-digitalocean

v2.11.0

09 Aug 20:07
4fdccb6
Compare
Choose a tag to compare

IMPROVEMENTS:

  • digitalocean_droplet: Support setting the droplet_agent attribute (#667).
  • digitalocean_database_firewall: Allow setting app as a type (#666).
  • docs: Update links to API documentation (#661).
  • Simplified some loops based on go-staticcheck S1011 (#656). Thanks to @atombrella!
  • Update to Context-aware API v2 functions (#657). Thanks to @atombrella!

v2.10.1

29 Jun 20:31
266cb44
Compare
Choose a tag to compare

BUG FIXES:

  • docs: Add code fence to docs for MongoDB.

v2.10.0

29 Jun 16:56
1712374
Compare
Choose a tag to compare

IMPROVEMENTS:

  • digitalocean_kubernetes_cluster: Add support for Kubernetes maintenance policy (#631). Thanks to @atombrella!
  • digitalocean_kubernetes_cluster, digitalocean_database_cluster: Make create timeouts configurable for DBaaS and K8s clusters (#650).
  • docs: Fix Firewall Resource exported attributes documentation (#648). Thanks to @jubairsaidi!
  • docs: Add MongoDB to database cluster docs (#651).

BUG FIXES:

  • digitalocean_database_cluster: Protect against setting empty tags (#652).

v2.9.0

28 May 19:20
edebd71
Compare
Choose a tag to compare

IMPROVEMENTS:

  • provider: Upgrade Terraform SDK to v2.6.1 (#642).
  • digitalocean_kubernetes_cluster: Expose URNs for Kubernetes clusters (#626).
  • docs: Cover required_providers in the index page (#643).
  • docs: Update nginx example to work (#625). Thanks to @atombrella!
  • Update issue templates (#633).

BUG FIXES:

  • digitalocean_loadbalancer: Add certificate_name to load balancer data source (#641).
  • digitalocean_droplet: Changing SSH key for a Droplet should be ForceNew (#640).
  • digitalocean_spaces_bucket: Provide better error on malformated import (#629).

v2.8.0

20 Apr 16:20
0c2ad69
Compare
Choose a tag to compare

FEATURES:

  • New Data Source: digitalocean_database_replica (#489)

IMPROVEMENTS:

  • digitalocean_spaces_bucket, digitalocean_spaces_bucket_object: Validate input for region (#618).
  • digitalocean_custom_image: Support distributing custom images to multiple regions (#616).
  • digitalocean_custom_image: Surface a better error to users if image import fails (#613).
  • digitalocean_database_cluster: Support MongoDB beta by handling password differences (#614).

v2.7.0

29 Mar 14:55
5d5a37d
Compare
Choose a tag to compare

IMPROVEMENTS:

  • digitalocean_kubernetes_cluster, digitalocean_kubernetes_node_pool: Support for Kubernetes node pool taints (#374).
  • digitalocean_loadbalancer: Support resizing load balancers (#606).

BUG FIXES:

  • docs: Fix Kubernetes autoscaling docs for min_nodes (#602). Thanks to @3dinfluence!

v2.6.0

10 Mar 23:01
16484e6
Compare
Choose a tag to compare

NOTES:

  • With the update to go 1.16 (#597), the provider now supports darwin_arm64.

FEATURES:

  • datasource_digitalocean_firewall: Adds Firewall datasource (#594)

IMPROVEMENTS:

  • Run tests on pull_request not pull_request_target. (#589)
  • kubernetes - enable surge upgrades by default during cluster creation (#584)
  • Assign and remove project resources without unnecessary churn (Fixes: #585). (#586)
  • dbaas replica: Add missing attrbutes to docs. (#588)
  • Bump Kubernetes version used in documentation (#583)

BUG FIXES:

  • Fix broken documentation links (#592)
  • Fix docs and validation for expiry_seconds on registry docker credentials resource. (#582)

v2.5.1

05 Feb 21:35
c005a2a
Compare
Choose a tag to compare

BUG FIXES:

  • digitalocean_database_cluster: Protect against panic if connection details not available. (#577).
  • digitalocean_cdn: Handle certificate name updates. (#579).

v2.5.0

03 Feb 19:28
0561243
Compare
Choose a tag to compare

NOTES:

  • digitalocean_app: In order to support additional features, the domains attribute has been deprecated and will be removed in a future release. It has been replaced by a repeatable domain block which supports wildcard domains and specifying DigitalOcean managed zones.

IMPROVEMENTS:

  • digitalocean_app: Deprecate domains list in favor of domain block. (#572).
  • digitalocean_app: Add support for images as a component source (#565). Thanks to @rienafairefr and @acraven!
  • digitalocean_app: Add support for job components (#566). Thanks to @rienafairefr and @acraven!
  • digitalocean_app: Add support for internal_ports (#570). Thanks to @rienafairefr!

BUG FIXES:

  • digitalocean_app: Allow multiple routes for services and static sites (#571).

v2.4.0

19 Jan 23:12
6438e23
Compare
Choose a tag to compare

IMPROVEMENTS:

  • digitalocean_app: Add support for global env vars (#549).
  • digitalocean_app: Add GitLab support (#556).
  • digitalocean_app: Support catchall_document for static sites (#539).
  • digitalocean_custom_image: Support updating description and distribution (#538). Thanks to @frezbo!

BUG FIXES:

  • digitalocean_vpc: Protect against race conditions in IP range assignment (#552).
  • digitalocean_app: Mark env var values as sensitive (#554).