Vagrant v1.1.5 Release Notes

Release Date: 2013-04-02 // about 11 years ago
  • 👌 IMPROVEMENTS:

    • More robust SSH connection close detection.
    • Don't load vagrant plugin installed plugins when in a Bundler environment. This happens during plugin development. This will make Vagrant errors much quieter when developing plugins.
    • Vagrant will detect Bundler environments, make assumptions that you're developing plugins, and will quiet its error output a bit.
    • More comprehensive synced folder configuration validation.
    • VBoxManage errors now show the output from the command so that users can potentially know what is wrong.

    🐛 BUG FIXES:

    • Proper error message if invalid provisioner is used. [GH-1515]
    • Don't error on graceful halt if machine just shut down very quickly. [GH-1505]
    • Error message if private key for SSH isn't owned by the proper user. [GH-1503]
    • Don't error too early when config.vm.box is not properly set.
    • Show a human-friendly error if VBoxManage is not found (exit status 126). [GH-934]
    • Action hook prepend/append will only prepend or append once.
    • Retry SSH on Errno::EACCES.
    • Show an error if an invalid network type is used.
    • Don't share Chef solo folder if it doesn't exist on host.