Vagrant v1.2.1 Release Notes

Release Date: 2013-04-17 // about 11 years ago
  • 🔋 FEATURES:

    • Add a --[no-]parallel flag to vagrant up to enable/disable parallelism. Vagrant will parallelize by default.

    👌 IMPROVEMENTS:

    • Get rid of arbitrary 4 second sleep when connecting via SSH. The issue it was attempting to work around may be gone now.

    🐛 BUG FIXES:

    • Chef solo run list properly set. [GH-1608]
    • Follow 30x redirects when downloading boxes. [GH-1607]
    • Chef client config defaults are done properly. [GH-1609]
    • VirtualBox mounts shared folders with the proper owner/group. [GH-1611]
    • Use the Mozilla CA cert bundle for cURL so SSL validation works properly.