Vagrant v1.6.1 Release Notes

Release Date: 2014-05-07 // about 10 years ago
  • ๐Ÿ‘Œ IMPROVEMENTS:

    • New guest: Linux Mint is now properly detected. [GH-3648]

    ๐Ÿ› BUG FIXES:

    • core: Global control works from directories that don't have a Vagrantfile.
    • core: Plugins that define config methods that collide with Ruby Kernel/Object
    • methods are merged properly. [GH-3670]
    • commands/docker-run: --help works. [GH-3698]
    • commands/package: --base works without crashing for VirtualBox.
    • commands/reload: If --provision is specified, force provisioning. [GH-3657]
    • guests/redhat: Fix networking issues with CentOS. [GH-3649]
    • guests/windows: Human error if WinRM not in use to configure networks. [GH-3651]
    • guests/windows: Puppet exit code 2 doesn't cause Windows to raise an error. [GH-3677]
    • providers/docker: Show proper error message when on Linux. [GH-3654]
    • providers/docker: Proxy VM works properly even if default provider environmental variable set to "docker" [GH-3662]
    • providers/docker: Put sync folders in /var/lib/docker because it usually has disk space. [GH-3680]
    • synced_folders/rsync: Create the directory before syncing.