Skip to content

Latest commit

 

History

History
244 lines (165 loc) · 8.78 KB

CHANGELOG.md

File metadata and controls

244 lines (165 loc) · 8.78 KB
  • Update dependency on rbvmomi to 1.8.2 in order to resolve errors with parallelization (#139, edmcman:master).
  • Add ability to configure CPU and memory reservations (edmcman:resource_limit)
  • Bypass "graceful" shut down attempts with vagrant destroy --force

1.0.1 (2015-01-06)

  • Fix "undefined local variable or method datastore" error due to typo in a variable name (#116 mkuzmin:datastore)
  • Remove "missing required parameter uuid" error from vagrant destroy output when no machine exists (#117 mkuzmin:destroy)

1.0.0 (2015-01-05)

  • Increase Vagrant requirement to 1.6.4+
  • Update copyright date in LICENSE.txt

0.19.1 (2014-12-31)

  • Move version history and contributing notes out of README.md into separate files
  • Add RuboCop, fail the Travis-CI build if RuboCop or unit tests fail

0.19.0 (2014-12-31)

0.18.0 (2014-12-30)

0.17.0 (2014-12-29)

0.16.0 (2014-10-01)

0.15.0 (2014-09-23)

  • Make vagrant destroy work in all vm states (#93 rylarson:make-destroy-work-in-all-vm-states, fixes #77)
    • If the VM is powered on, then it is powered off, and destroyed
    • If the VM is powered off, it is just destroyed
    • If the VM is suspended, it is powered on, then powered off, then destroyed

0.14.0 (2014-09-19)

  • Add vlan configuration (#91 rylarson:add-vlan-configuration)
    • Added a new configuration option vlan that lets you specify the vlan string
    • If vlan is set, the clone spec is modified with an edit action to connect the first NIC on the VM to the configured VLAN

0.13.1 (2014-09-18)

0.13.0 (2014-09-03)

0.12.0 (2014-08-16)

0.11.0 (2014-07-17)

0.10.0 (2014-07-07)

  • New optional parameter to clone into custom folder in vSphere (#73 mikola-spb:vm-base-path)
  • Follows semver better, this adds functionality in a backwards compatible way, so bumps the minor. 0.9.0, should have been a major version

0.9.2 (2014-07-07)

0.9.1 (2014-07-07)

0.9.0 (2014-07-07)

0.8.5 (2014-07-07)

0.8.4 (2014-07-07)

0.8.3 (2014-07-03)

0.8.2 (2014-04-23)

0.8.1 (2014-04-10)

0.8.0 (2014-04-08)

0.7.2 (2014-04-08)

  • Includes template in get_location (#38 tim95030:issue-27)
  • Updates Gemfile to fall back to old version of Vagrant if ruby < 2.0.0 is available

0.7.1 (2014-03-17)

  • Fixes rsync error reporting
  • Updates locales/en.yaml
  • Restricts RbVmomi dependency

0.7.0 (2013-12-31)

  • Handle multiple private key paths
  • Add auto name generation based on machine name
  • Add support for linked clones

0.6.0 (2013-11-21)

  • Add support for the vagrant ssh -c command

0.5.1 (2013-10-21)

0.5.0 (2013-10-17)

  • Allow setting static ip addresses using Vagrant private networks
  • Allow cloning from VM or template

0.4.0

  • Add support for specifying datastore location for new VMs

0.3.0

  • Lock Nokogiri version at 1.5.10 to prevent library conflicts
  • Add support for customization specs

0.2.0

0.1.0

  • Add folder syncing with guest OS
  • Add provisioning

0.0.1

  • Initial release