Releases: test-kitchen/kitchen-digitalocean
Releases · test-kitchen/kitchen-digitalocean
0.9.1 / 2015-06-19
- @olivielpeau [PR #40] Destroy properly droplets that are still "new"
0.9.0 / 2015-04-17
- @juliandunn [PR #37] Added the ability to pass user_data into droplet creation.
0.8.3 / 2014-12-29
- @RoboticCheese [PR #34] make key IDs always a String
0.8.2 / 2014-11-09
- Handle API errors more gracefully, closes issue #33.
0.8.1 / 2014-10-13
0.8.0 / 2014-8-21
0.8.0 / 2014-8-21
- @RoboticCheese [PR #25] Sanitize default names, limit to 63 chars
0.8.0.pre1 / 2014-08-21
_Breaking Changes_
From this version on the driver uses API V2, the use of image_id, flavor_id, and region_id has been replaced
with image, size, region. You can now rely on slugs instead of uses IDs. Please refer to the readme for additional information.
- Upgrade to API V2
- Drop Fog, for droplet_kit
0.7.3 / 2014-08-19
0.7.2 / 2014-07-24
0.7.1 / 2014-06-23
- @RoboticCheese [PR #16] Use the 64-bit CentOS 6.5 image