Skip to content

Latest commit

 

History

History
125 lines (76 loc) · 4.02 KB

CHANGELOG.md

File metadata and controls

125 lines (76 loc) · 4.02 KB

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

0.8.2 / 2014-11-09

  • Handle API errors more gracefully, closes issue #33.

0.8.1 / 2014-10-13

  • @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

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.

0.7.3 / 2014-08-19

  • Add id for New York 3
  • Update various other data id's
  • @sample [PR #23] Fix Debian 7.0 id
  • @skottler [PR #22] Update the ID for precise
  • @RoboticCheese [PR #21] Update README to reflect latest platform list

0.7.2 / 2014-07-24

  • @RoboticCheese [PR #20] Update to latest image IDs
  • @ijin[PR #19] Update image id list & readme
  • @ishakir[PR #18] Gemfile syntax incorrect
  • @alaa[PR #17] Update ssh_key API in the README file

0.7.1 / 2014-06-23

0.7.0 / 2014-05-20

  • @zhann [PR #15] Makes hostnames RFC compatible
  • @coderanger [PR #14] New image ID for centos-6.5
  • @coderanger [PR #13] Allow using a correctly name-scoped environment variable for ssh_key_ids

0.6.4 / 2014-05-02

  • Update image list.

0.6.3 / 2014-04-28

  • I messed up the release process for 0.6.2 and yanked it, this is the same as 0.6.2 was meant to be, sorry.

0.6.2 / 2014-04-28

  • @juliandunn [PR #11] Updated new image IDs from DigitalOcean.

0.6.1 / 2014-04-12

  • @juliandunn [PR #9] DigitalOcean updated some images so the IDs required fixing.

0.6.0 / 2014-03-17

  • Private Networking is now enabled by default. This only works in select regions.
  • The default region was changed to New York 2, so private networking would work by default.

0.5.2 / 2014-02-20

0.5.1 / 2014-02-11

  • Add new Singapore 1 region
  • Fixed up the readme

0.5.0 / 2013-12-31

  • You can alternatively use region and flavor options instead of their _id counter parts. See the readme for more information.

0.4.0 / 2013-12-31

  • Updated the driver for test kitchen 1.1, fixed some bugs.
  • Improved documentation
  • It will now read your api key, client id, and ssh key ids, from environment variables if set.
  • You can specify the image name rather than the image id

0.3.1 / 2013-12-29

  • @someara [PR #2] Relax test-kitchen version dep

0.3.0 / 2013-12-12

  • Fix deprecation warnings from rspec 3
  • Bump test-kitchen dependency to ~> 1.1.0

0.2.1 / 2013-10-31

  • Update example tables in the readme
  • Fix warning for public_ip_address
  • @dpetzel [PR #1] flip flavor and image

0.2.0 / 2013-06-19

  • Provide debug output for test-kitchen
  • Visual feedback during server creation
  • Use ruby 1.9 hash syntax
  • Bump fog dependency to 1.12

0.1.0 / 2013-05-12

  • Initial release