Vagrant v1.3.2 Release Notes

Release Date: 2013-09-17 // over 10 years ago
  • ๐Ÿ‘Œ IMPROVEMENTS:

    • provisioners/ansible: Support more verbosity levels, better documentation. [GH-2153]
    • provisioners/ansible: Add host_key_checking configuration. [GH-2203]

    ๐Ÿ› BUG FIXES:

    • core: Report the proper invalid state when waiting for the guest machine to be ready
    • core: Guest#capability? now works with strings as well
    • core: Fix NoMethodError in the new Vagrant.has_plugin? method [GH-2189]
    • core: Convert forwarded port parameters to integers. [GH-2173]
    • core: Don't spike CPU to 100% while waiting for machine to boot. [GH-2163]
    • core: Increase timeout for individual SSH connection to 60 seconds. [GH-2163]
    • core: Call realpath after creating directory so NFS directory creation works. [GH-2196]
    • core: Don't try to be clever about deleting the machine state directory anymore. Manually done in destroy actions. [GH-2201]
    • core: Find the root Vagrantfile only if Vagrantfile is a file, not a directory. [GH-2216]
    • guests/linux: Try id -g in addition to getent for mounting VirtualBox shared folders [GH-2197]
    • hosts/arch: NFS exporting works properly, no exceptions. [GH-2161]
    • hosts/bsd: Use only sudo for writing NFS exports. This lets NFS exports work if you have sudo privs but not su. [GH-2191]
    • hosts/fedora: Fix host detection encoding issues. [GH-1977]
    • hosts/linux: Fix NFS export problems with no_subtree_check. [GH-2156]
    • installer/mac: Vagrant works properly when a library conflicts from homebrew. [GH-2188]
    • installer/mac: deb/rpm packages now have an epoch of 1 so that new installers don't appear older. [GH-2179]
    • provisioners/ansible: Default output level is now verbose again. [GH-2194]
    • providers/virtualbox: Fix an issue where destroy middlewares weren't being properly called. [GH-2200]