Skip to content

Releases: test-kitchen/kitchen-digitalocean

0.9.7 / 2017-09-09

Choose a tag to compare

released this 09 Sep 20:19
  • Update slug abbrevations
  • Bump a few testing tools in the gemspec file
  • Fix some rubocop warnings
  • Fix tests

0.9.3 / 2015-08-21

Choose a tag to compare

released this 21 Aug 17:44
  • Show user_data option in debug output.
  • Default to 'nologin' when Etc.getlogin doesn't work (windows).

0.9.2 / 2015-07-20

Choose a tag to compare

released this 20 Jul 15:04
  • @joonas [PR #41] Add the ability to map well-known platforms to slugs

0.9.1 / 2015-06-19

Choose a tag to compare

released this 19 Jun 18:04

0.9.0 / 2015-04-17

Choose a tag to compare

released this 17 Apr 20:07
  • @juliandunn [PR #37] Added the ability to pass user_data into droplet creation.

0.8.3 / 2014-12-29

Choose a tag to compare

released this 29 Dec 14:39

0.8.2 / 2014-11-09

Choose a tag to compare

released this 09 Nov 22:49
  • Handle API errors more gracefully, closes issue #33.

0.8.1 / 2014-10-13

Choose a tag to compare

released this 14 Oct 00:31
  • @sarkis [PR #32] fix driver config example
  • @sarkis [PR #31] make sure there are no underscores in hostname
  • @sarkis [PR #30] properly split ssh key ids

0.8.0 / 2014-8-21

Choose a tag to compare

released this 29 Aug 16:30

0.8.0 / 2014-8-21

0.8.0.pre1 / 2014-08-21

Pre-release

Choose a tag to compare

released this 22 Aug 01:49

_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.