Skip to content

Release 1.20.0

Compare
Choose a tag to compare
@mamercad mamercad released this 10 Jun 22:47
· 59 commits to main since this release
a03f09c

Minor Changes

  • digital_ocean_cdn_endpoints - update Spaces endpoint and add a few delays to the integration test (#267).
  • digital_ocean_load_balancer - allow creating a load balancer and associating droplets by tag as an alternative to droplet_ids (#270).

Bugfixes

  • digital_ocean_droplet - fix regression in droplet deletion where name and unique_name (set to true) are required and id alone is insufficient (though id is sufficient to uniquely identify a droplet for deletion). (#260)
  • digital_ocean_droplet - fix regression where droplet info (for example networking) doesn't update when waiting during creation unless unique_name is set to true (#220).