Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Latest commit

 

History

History
64 lines (37 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

64 lines (37 loc) · 1.72 KB

0.0.14 (October 9, 2014)

  • Fix a bug affecting vagrant-cucumber.

0.0.13 (September 28, 2014)

  • Support for Snapshot deletion
  • Fix bug causing VMWare Fusion VMs to always open GUI on rollback
  • Support for Hyper-V provider

0.0.12 (August 10, 2014)

  • Support named snapshots and arbitrary rollback
  • Ensure GUI-enabled VMWare VMs roll back with the GUI active

0.0.11 (April 28, 2014)

  • Wait for SSH readiness on rolled-back VMWare VMs

0.0.10 (April 6, 2014)

  • Force autoloading of VMWare module before overriding its methods
  • Ensure our override class has same superclass as the one we're adding methods to
  • Ensure Virtualbox boxes are ready after snapshot rollback

0.0.9 (March 11, 2014)

  • Made plugin compatable with Vagrant 1.5 bundler approach

0.0.8 (January 21, 2014)

  • Fixed bug in handling of multiple snapshots on both providers.

0.0.7 (October 23, 2013)

  • Fixed bug preventing rollback on aborted VirtualBox VMs.

0.0.6 (September 24, 2013)

  • Fixed bug preventing rollback on halted Virtualbox VMs.

0.0.5 (August 30, 2013)

  • Fixed error when listing snapshots from un-created VMs

0.0.4 (July 26, 2013)

  • Handle ordering of plugin dependencies better - deprecate the 'zz' name component.
  • Tested working with latest vagrant (1.2.5) and vmware fusion plugin (0.8.3)

0.0.3 (July 1, 2013)

  • Adds snapshot methods to VirtualBox::Driver::Meta for use outside of the plugin

0.0.2 (June 27, 2013)

  • Adds has_snapshot? method to drivers
  • Uses proper error messages when attempting to rollback on VMs with no snapshots
  • Makes sure VirtualBox driver only deals with its own snapshots.

0.0.1 (June 12, 2013)

Initial release - supports Virtualbox and VMWare Fusion