Vagrant v1.1.3 Release Notes

Release Date: 2013-03-25 // about 11 years ago
  • ๐Ÿ‘Œ IMPROVEMENTS:

    • Puppet apply provisioner now retains the default module path even while specifying custom module paths. [GH-1207]
    • Re-added DHCP support for host-only networks. [GH-1466]
    • Ability to specify a plugin version, plugin sources, and pre-release versions using --plugin-version, --plugin-source, and --plugin-prerelease. [GH-1461]
    • Move VirtualBox guest addition checks to after the machine boots. [GH-1179]
    • Removed Vagrant::TestHelpers because it doesn't really work anymore.
    • Add PLX linux guest support. [GH-1490]

    ๐Ÿ› BUG FIXES:

    • Attempt to re-establish SSH connection on Net::SSH::Disconnect
    • Allow any value that can convert to a string for Vagrant.plugin
    • Chef solo recipe_url works properly again. [GH-1467]
    • Port collision detection works properly in VirtualBox with auto-corrected ports. [GH-1472]
    • Fix obscure error when temp directory is world writable when adding boxes.
    • Improved error handling around network interface detection for VirtualBox [GH-1480]