Releases: digitalocean/terraform-provider-digitalocean
Releases · digitalocean/terraform-provider-digitalocean
Release list
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, thedomainsattribute has been deprecated and will be removed in a future release. It has been replaced by a repeatabledomainblock 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).
v2.4.0
v2.3.0
IMPROVEMENTS:
- provider: Build and release OpenBSD binaries (#533).
digitalocean_loadbalancer: Add support for newsizeattribute (#532). Thanks to @anitgandhi!
BUG FIXES:
digitalocean_database_cluster: Handle Redis version change with DiffSuppressFunc (#534).
v2.2.0
v2.1.0
NOTES:
- DigitalOcean Container Registry is now in general availablity and requires a subscription plan. As a result, the
digitalocean_container_registryresource now requires setting asubscription_tier_slug.
IMPROVEMENTS:
digitalocean_container_registry: Supports setting and updating asubscription_tier_slug(#516).
BUG FIXES:
digitalocean_app: Suppress diff when env type isGENERAL(#515).
v2.0.2
v2.0.1
BUG FIXES:
digitalocean_cdn,digitalocean_app: Fix panics introduced in move from ReadFunc to ReadContextFunc (#505).
v2.0.0
NOTES:
- This release uses v2.0.3 of the Terraform Plugin SDK and now only supports Terraform v0.12 and higher.
- The
certificate_idattribute of thedigitalocean_cdnanddigitalocean_loadbalancerresources has been deprecated in favor ofcertificate_name. It will become a read-only computed attrbute in a future release.
FEATURES:
IMPROVEMENTS:
- provider: Upgrade to v2.0.3 of the Terraform Plugin SDK (#492, #503). Thanks to @tdyas!
- docs: Migrate documentation to new registry format (#501).
BUG FIXES:
digitalocean_certificate,digitalocean_cdn,digitalocean_loadbalancer: Use certificate name as primary identifier instead of ID as a Let's Encrypt certificate's ID will change when it's auto-renewed (#500).