Skip to content

Latest commit

 

History

History
202 lines (119 loc) · 6.37 KB

CHANGELOG.md

File metadata and controls

202 lines (119 loc) · 6.37 KB

0.15.0 / 2014-04-28

New features

  • Support vagrant-softlayer plugin

Improvements

  • Improved/updated README documentation + typos
  • Remove default memory setting
  • Fix relative paths in synced folders

0.14.0 / 2013-12-09

New features

  • Add config[:vm_hostname] to set config.vm.hostname in Vagrantfile. (@fnichol)

Improvments

  • Add config[:guest] documentation in README. (@fnichol)

0.13.0 / 2013-12-04

New features

  • Use Opscode's new buckets for Virtual machines, allowing for downloads of VirtualBox and VMware Fusion/Workstation Bento boxes (Vagrant minimal base boxes). (@sethvargo)

0.12.0 / 2013-11-29

Breaking changes

  • Remove use_vagrant_provision configuration option.

New features

  • Major refactor of Vagrantfile generation, to use an ERB template. For more details please consult the vagrantfile_erb section of the README. (@fnichol)
  • Add pre_create_command option to run optional setup such as Bindler. (@fnichol)

Improvments

0.11.3 / 2013-11-09

Bug fixes

  • Revert quiet option used for Vagrant version checking. (@fnichol)

0.11.2 / 2013-11-05

Bug fixes

  • Remove misleading quiet option (@sethvargo)
  • Relax dependency on Test Kitchen (@sethvargo)
  • Remove deprecated references to vagrant-berkshelf (@sethvargo)

Improvements

  • Allow users to specify custom SSH private key (@manul)
  • Use platform to determine which vagrant box to download (assume Opscode) (@sethvargo)

0.11.1 / 2013-08-29

Bug fixes

  • Pull request #36: README fix for synched_folders. (@mattray)

Improvements

  • Pull request #34: Disable synced folders by default. (@dje)

0.11.0 / 2013-07-23

New features

  • Pull request #30: Support computed defaults for a select list of pre-determined platforms (see pull request and readme for quick example). (@fnichol)
  • Pull request #25: Add rackspace support. (@josephholsten)

Improvements

  • Pull request #20: Respect VAGRANT_DEFAULT_PROVIDER environment variable. (@tmatilai)
  • Pull request #24: Allow to override Vagrant default SSH username. (@gildegoma)
  • Pull request #21: Configure tailor to actually check the code style. (@tmatilai)

Bug fixes

  • Pull request #29, issue #28: Allow the vagrant guest setting to be set in the generated Vagrantfile via the kitchen.yml. (@keiths-osc)
  • Pull request #31: Add some quotes around Vagrantfile value. (@albertsj1)

0.10.0 / 2013-05-08

New features

  • Pull request #12: Use SSHBase functionality (using ChefDataUploader) to manage Chef provisioning in the converge action and make Vagrant's built in provisioning an optional mode by setting use_vagrant_provision: true in the driver_config section of the .kitchen.yml. As a consequence, the vagrant-berkshelf middleware is now also optional and off by default (can be re-enabled by setting use_vagrant_berkshelf_plugin: true). (@fujin)
  • Pull request #18: Add VMware Fusion/Workstation support. (@TheDude05)

Improvements

  • Issue #19: Recommend the vagrant-wrapper gem in README. (@fnichol)

0.9.0 / 2013-04-19

Upstream changes

  • Pull request #16: Update Vagrant Berkshelf plugin detection for the vagrant-berkshelf and drop detection for berkshelf-vagrant. (@martinisoft)

0.8.0 / 2013-04-16

Improvements

  • Pull request #15: Support berkshelf-vagrant 1.1.0+ in Vagrantfiles. (@petejkim, @fnichol)
  • Add an explanation of how this driver works in the README. (@fnichol)

0.7.4 / 2013-03-28

Improvements

  • Drop vagrant ssh -c & communicate directly via SSH. (@fnichol)

0.7.3 / 2013-03-28

Bug fixes

0.7.2 / 2013-03-23

Bug fixes

  • Wrap strings for data_bags_path and roles_path in Vagrantfiles. (@fnichol)

0.7.1 / 2013-03-23

Bug fixes

  • Depend on test-kitchen ~> 1.0.0.alpha.1 to get API updates. (@fnichol)

0.7.0 / 2013-03-22

New features

  • Pull request #7: [Breaking] Support Vagrant 1.1+ and remove vagrant gem dependency. (@fnichol)
  • Pull request #8: Add dependency checks for Vagrant and berkshelf-vagrant plugin (if necessary). (@fnichol)

0.6.0 / 2013-03-02

The initial release.