CHANGELOG ========= 2.1.3 ----- This is a backwards compatible maintenance release. * (GH-27) Add support for Vagrant 1.5 Thanks to Reid Vandewiele for his work on this release. 2.1.2 ----- This is a backwards compatible maintenance release. * (GH-22) Add support for Vagrant 1.4 2.1.1 ----- 2013-11-13 This is a backwards compatible bugfix release. * (GH-20) Correct errors stemming from the extraction of VagrantHosts::Addresses Thanks to Reid Vandewiele for his work on this release. 2.1.0 ----- 2013-11-13 This is a backwards compatible feature and bugfix release. * (GH-19) Explicitly require 'tempfile' to define Tempfile constant * (GH-18) Add `hosts` command to list machine addresses and generate Puppet manifests to create host entries on the host machine. Thanks to Michael Moll and Chad Metacalf for their work on this release. 2.0.0 ----- 2013-09-16 This is a backwards incompatible feature release. * (GH-15) Extract guest operating system configuration to capabilities * (GH-15) Add support for Windows guests Thanks to Reid Vandewiele for doing the heavy lifting of extracting the capabilities and adding the Windows guest capability. 1.1.5 ----- 2013-09-06 This is a backwards compatible bugfix release. * (GH-11) Assign `config.vm.hostname` to 127.0.1.1 if available * (GH-10, GH-13) Normalize hostnames and aliases. * Add `change_host_name` shim support for Vagrant 1.3 Thanks to Charlie Sharpsteen for pretty much authoring this entire release. 1.1.4 ----- 2013-08-18 This is a backwards compatible bugfix release. * Register config_builder provisioner extension with 'hosts' identifier 1.1.3 ----- 2013-08-08 * Update config_builder provisioner model registration syntax * GH-9 Use correct machine host for each /etc/hosts entry Thanks to Hunter Haugen for his help on this release. 1.1.2 ----- 2013-08-07 This is a backwards compatible bugfix release. * GH-6 provisioner `autoconfigure` option works with explicit hosts * GH-7 all host aliases are respected * Autoconfigured entries should ensure private_networks have an IP address * Remove hardcoded dependency on virtualbox vm provider Thanks to Tom Linkin for his help on this release. 1.1.1 ----- This is a backwards compatible feature and bugfix release. * gemspec dependency on vagrant 1.1.0 ----- This is a backwards compatible feature and bugfix release. * Support Vagrant 1.2 change_host_name capability * Support Vagrant 1.1 and 1.2 change_host_name invocation * Add config.vm.hostname into hosts file if set Thanks to the following contributors: - Patrick Otto - Luke Amdor