Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 1.56 KB

CHANGELOG.md

File metadata and controls

67 lines (43 loc) · 1.56 KB

0.4.1 (March 5, 2015)

BUG FIXES:

  • Fix syntax errors in spec and pin rpsec versioning
  • Fix incorrect filter on VLANs contrib tool causing it to not list all available VLANs
  • Pin softlayer_api version to >= 3.0.1 to fix bug in wait_until_ready

0.4.0 (October 1, 2014)

ENHANCEMENTS:

  • Begins transition to SoftLayer API 2.x/3.x
  • Add support for SoftLayer API timeout

0.3.4 (October 1, 2014)

ENHANCEMENTS:

  • Add transaction_wait provider option.

BUG FIXES:

  • Backport SoftLayer::VirtualServer#wait_until_ready to fix transaction wait problems.

0.3.3 (August 21, 2014)

ENHANCEMENTS:

  • Add parallel execution capability.
  • Add configuration variables for provision and rebuild timeout.
  • Use builtin synced folders if available.

BUG FIXES:

  • Raise a proper exception on timeout.

0.3.2 (August 1, 2014)

ENHANCEMENTS:

  • Add ability to specify vlans by name or qualified name.
  • Add vagrant-softlayer-vlans contrib tool.
  • Add ability to force private IP address usage.
  • Add quick start guide and Vagrant Cloud boxes.

BUG FIXES:

  • Fix crash on destroy/rebuild when the instance don't exist.

0.3.1 (June 3, 2014)

BUG FIXES:

  • Lock down softlayer_api gem to 1.0.x

0.3.0 (April 15, 2014)

NEW FEATURES:

  • Add selection of disk sizes for templates.
  • Add selection of block devices by id.
  • Add vagrant-softlayer-boxes contrib tool for creating boxes.
  • Add suspend/resume commands.

0.2.0 (December 5, 2013)

NEW FEATURES:

  • Automatic joining of local load balancers.

0.1.0 (November 18, 2013)

  • Initial release.