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.
Minor Changes
common, droplet_action_power, droplet_action_resize, droplet_action_snapshot - standardized error messages to include droplet IDs when multiple droplets with the same name are found, improving debugging experience. Added comprehensive unit tests for droplet_action modules (#250).
Bugfixes
droplet - fix C(unique_name) parameter not working correctly due to API name parameter not being supported. The module now fetches all droplets and filters client-side to properly detect existing droplets and prevent duplicate creation (#250).