You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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).