Vagrant v0.5.2 Release Notes

Release Date: 2010-08-03 // over 13 years ago
    • vagrant up can be used as a way to resume the VM as well (same as vagrant resume). [GH-134]
    • Sudo uses "-E" flag to preserve environment for chef provisioners. This fixes issues with CentOS. [GH-133]
    • Added "IdentitiesOnly yes" to options when vagrant ssh is run to avoid "Too Many Authentication Failures" error. [GH-131]
    • Fix regression with package not working. [GH-132]
    • Added ability to specify box url in init, which populates the Vagrantfile with the proper config.vm.box_url.