Vagrant v0.6.4 Release Notes

Release Date: 2010-10-04 // over 13 years ago
    • Default VM name is now properly the parent folder of the working directory of the environment.
    • Added method to TestHelpers to assist with testing new downloaders.
    • up --no-provision works again. This disables provisioning during the boot process.
    • Action warden doesn't do recovery process on SystemExit exceptions, allowing the double ctrl-C to work properly again. [related to GH-166]
    • Initial Vagrantfile is now heavily commented with various available options. [GH-171]
    • Box add checks if a box already exists before the download. [GH-170]
    • NFS no longer attempts to clean exports file if VM is not created, which was causing a stack trace during recovery. [related to GH-166]
    • Basic validation added for Chef configuration (both solo and server).
    • Top config class is now available in all Vagrant::Config::Base subclasses, which is useful for config validation.
    • Subcommand help shows proper full command in task listing. [GH-168]
    • SSH gives error message if ssh binary is not found. [GH-161]
    • SSH gives proper error message if VM is not running. [GH-167]
    • Fix some issues with undefined constants in command errors.