Vagrant v1.1.1 Release Notes

Release Date: 2013-03-18 // about 11 years ago
  • 👌 IMPROVEMENTS:

    • Don't load plugins on any vagrant plugin command, so that errors are avoided. [GH-1418]
    • An error will be shown if you forward a port to the same host port multiple times.
    • Automatically convert network, provider, and provisioner names to symbols internally in case people define them as strings.
    • Using newer versions of net-ssh and net-scp. [GH-1436]

    🐛 BUG FIXES:

    • Quote keys to StringBlockEditor so keys with spaces, parens, and so on work properly.
    • When there is no route to host for SSH, re-establish a new connection.
    • vagrant package once again works, no more nil error. [GH-1423]
    • Human friendly error when "metadata.json" is missing in a box.
    • Don't use the full path to the manifest file with the Puppet provisioner because it exposes a bug with Puppet path lookup on VMware.
    • Fix bug in VirtualBox provider where port forwarding just didn't work if you attempted to forward to a port under 1024. [GH-1421]
    • Fix cross-device box adds for Windows. [GH-1424]
    • Fix minor issues with defaults of configuration of the shell provisioner.
    • Fix Puppet server using "host_name" instead of "hostname" [GH-1444]
    • Raise a proper error if no hostonly network is found for NFS with VirtualBox. [GH-1437]