Releases: digitalocean/terraform-provider-digitalocean
Releases · digitalocean/terraform-provider-digitalocean
v2.11.0
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
BUG FIXES:
- docs: Add code fence to docs for MongoDB.
v2.10.0
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
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:
v2.8.0
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
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
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:
v2.5.1
v2.5.0
NOTES:
digitalocean_app
: In order to support additional features, thedomains
attribute has been deprecated and will be removed in a future release. It has been replaced by a repeatabledomain
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 forinternal_ports
(#570). Thanks to @rienafairefr!
BUG FIXES:
digitalocean_app
: Allow multiple routes for services and static sites (#571).