Releases: digitalocean/terraform-provider-digitalocean
Releases · digitalocean/terraform-provider-digitalocean
v2.19.0
IMPROVEMENTS:
digitalocean_container_registry
: Support providing custom region (#804). - @andrewsomething
v2.18.0
FEATURES:
- New Resource:
digitalocean_spaces_bucket_policy
(#800) - @pavelkovar
IMPROVEMENTS:
digitalocean_app
: Implement support for App Platformlog_destinations
(#798). - @jbruntondigitalocean_app
: Implement support for configuring alert policies (#797). - @andrewsomething
BUG FIXES:
digitalocean_project
: Environment is optional, don't set default (#788). - @andrewsomethingdigitalocean_droplet
: Handle optional booleandroplet_agent
(#785). - @Kidsan
MISC:
v2.17.1
IMPROVEMENTS:
digitalocean_app
: Allow usingMONGODB
as a database engine option (#783). - @cnunciato- doc: Update docs for
digitalocean_monitor_alert
to highlight it is currently Droplet-only (#780). - @andrewsomething
v2.17.0
IMPROVEMENTS:
digitalocean_loadbalancer
: Fetch loadbalancer resource in datasource by ID (#773). @opeco17digitalocean_vpc
: Allow updating name and description of default vpcs (#748). - @andrewsomethingdigitalocean_app
: Support preserve_path_prefix (#768). - @andrewsomething
BUG FIXES:
digitalocean_droplet
- Refactor post-create polling code (#776). - @andrewsomethingdigitalocean_floating_ip_assignment
: Properly support importing existing assignments (#771). - @andrewsomethingdigitalocean_database_cluster
: Retry on 404s in post create polling (#761). - @opeco17
MISC:
- docs: Update records examples to use domain id over name (#770). - @andrewsomething
- docs: Add k8s as available project resource to docs (#750) - @scotchneat
- docs: Fix database cluster documentation (#766) - @colinwilson
- provider: Update to v2.10.1 of the terraform-plugin-sdk (#760). - @andrewsomething
- testing: Makefile: Only run sweep against the digitalocean package (#759). - @andrewsomething
- testing: Update domains sweeper (#753) - @scotchneat
v2.16.0
IMPROVEMENTS:
digitalocean_loadbalancer
: Add support for size_unit (#742). - @bbassingthwaitedigitalocean_database_firewall
: Add attributes for Kubernetes cluster IDs to firewall rules (#741). - @tdyas
BUG FIXES:
digitalocean_database_user
,digitalocean_database_replica
,digitalocean_database_db
,digitalocean_database_connection_pool
: Provide better error messages importing database sub-resources. (#744). - @andrewsomething
v2.15.0
IMPROVEMENTS:
digitalocean_container_registry_docker_credentials
: Revoke OAuth token when credentials are destroyed (#735). - @andrewsomethingdigitalocean_loadbalancer
: Support disabling automatic DNS records when using Let's Encrypt certificates (#723, #730). - @andrewsomething
BUG FIXES:
- docs: Remove outdated info from README (#733). - @andrewsomething
TESTING:
- testing: Check for endpoint attr in
digitalocean_kubernetes_cluster
when HA is enabled (#725). - @danaelhe - testing: Add acceptance test workflow (#732). - @scotchneat
- testing: Add scheduled acceptance test runs (#734). - @scotchneat
- testing: Limit acceptance test job/workflow to single run at a time (#738). - @scotchneat
- testing: Acceptance tests: Don't use deprecated size slugs (#737). - @andrewsomething
- testing: Acceptance tests: Use 2048 bit private keys in test data (#736). - @andrewsomething
- testing: Fixes an invalid droplet size in some acceptance tests (#724). - @scotchneat
v2.14.0
2.14.0 (October 7, 2021)
IMPROVEMENTS:
digitalocean_kubernetes_cluster
: Support setting theha
attribute (#718)
Note: This release contains beta functionality. If you are not a member of the beta group for this feature, you will not be able to use it until it has been more widely released. Please watch the official DigitalOcean changelog for updates.
v2.13.0
BUG FIXES
- Fix tag collection in digitalocean_tags data source (#716)
FEATURES
- Add digitalocean_database_ca data source. (#717)
IMPROVEMENTS
- Give a name to the kubernetes example load balancer (#703)
- Gracefully shutdown droplet before deleting (#719)
Contributors
NOTE: These changes were previously tagged and released as v2.12.2 mistakenly.
v2.12.1
BUGFIXES:
- docs: Correct the example for
digitalocean_monitor_alert
(#710). Thanks to @jessedobbelaere!
v2.12.0
FEATURES:
- New Resource:
digitalocean_monitor_alert
(#679) Thanks to @atombrella!
IMPROVEMENTS:
digitalocean_domain
: Expose TTL (#702). Thanks to @atombrella!digitalocean_app
: Support setting CORS policies (#699).digitalocean_app
: Make create timeout configurable (#698).digitalocean_droplet
: Markprivate_networking
as deprecated. (#676)- docs: Provide more context for apps'
instance_size_slug
(#701) - misc: Replace d.HasChange sequences with d.HasChanges (#681) Thanks to @atombrella!
BUGFIXES: