Vagrant v1.2.2 Release Notes

Release Date: 2013-04-23 // about 11 years ago
  • ๐Ÿ”‹ FEATURES:

    • New DestroyConfirm built-in middleware for providers so they can more easily conform to the destroy action.

    ๐Ÿ‘Œ IMPROVEMENTS:

    • No longer an error if the Chef run list is empty. It is now a warning. [GH-1620]
    • Better locking around handling the box_url parameter for parallel providers.
    • Solaris guest is now properly detected on SmartOS, OmniOS, etc. [GH-1639]
    • Guest addition version detection is more robust, attempting other routes to get the version, and also retrying a few times. [GH-1575]

    ๐Ÿ› BUG FIXES:

    • vagrant package --base works again. [GH-1615]
    • Box overrides specified in provider config overrides no longer fail to detect the box. [GH-1617]
    • In a multi-machine environment, a box not found won't be downloaded multiple times. [GH-1467]
    • vagrant box add with a file path now works correctly on Windows when a drive letter is specified.
    • DOS line endings are converted to Unix line endings for the shell provisioner automatically. [GH-1495]