Vagrant v1.3.1 Release Notes

Release Date: 2013-09-06 // over 10 years ago
  • 🐛 BUG FIXES:

    • core: Fix various issues where using the same options hash in a Vagrantfile can cause errors.
    • core: VAGRANT_VAGRANTFILE env var only applies to the project Vagrantfile name. [GH-2130]
    • core: Fix an issue where the data directory would be deleted too quickly in a multi-VM environment.
    • core: Handle the case where we get an EACCES cleaning up the .vagrant directory.
    • core: Fix exception on upgrade warnings from V1 to V2. [GH-2142]
    • guests/coreos: Proper IP detection. [GH-2146]
    • hosts/linux: NFS exporting works properly again. [GH-2137]
    • provisioners/chef: Work even with restrictive umask on user. [GH-2121]
    • provisioners/chef: Fix environment validation to be less restrictive.
    • provisioners/puppet: No more "shared folders cannot be found" error. [GH-2134]
    • provisioners/puppet: Work with restrictive umask on user by testing for folders with sudo. [GH-2121]