Vagrant v0.7.1 Release Notes

Release Date: 2011-01-28 // about 13 years ago
    • Change error output with references to VirtualBox 3.2 to 4.0.
    • Internal SSH through net-ssh now uses IdentitiesOnly thanks to upstream net-ssh fix.
    • Fix issue causing warnings to show with forwardx11 enabled for SSH. [GH-279]
    • FreeBSD support for host only networks, NFS, halting, etc. [GH-275]
    • Make SSH commands which use sudo compatible with sudo < 1.7.0. [GH-278]
    • Fix broken puppet server provisioner which called a nonexistent method.
    • Default SSH host changed from localhost to 127.0.0.1 since localhost is not always loopback.
    • New shell provisioner which simply uploads and executes a script as root on the VM.
    • Gentoo host only networking no longer fails if already setup. [GH-286]
    • Set the host name of your guest OS with config.vm.host_name [GH-273]
    • vagrant ssh-config now outputs the configured config.ssh.host