Vagrant v1.6.2 Release Notes

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

    • core: Automatically forward WinRM port if communicator is WinRM. [GH-3685]
    • command/rdp: Args after "--" are passed directly through to the RDP client. [GH-3686]
    • providers/docker: build_args config to specify extra args for docker build. [GH-3684]
    • providers/docker: Can specify options for the build dir synced folder when a host VM is in use. [GH-3727]
    • synced_folders/nfs: Can tell Vagrant not to handle exporting by setting nfs_export: false [GH-3636]

    ๐Ÿ› BUG FIXES:

    • core: Hostnames can be one character. [GH-3713]
    • core: Don't lock machines on SSH actions. [GH-3664]
    • core: Fixed crash when adding a box from Vagrant Cloud that was the same name as a real directory. [GH-3732]
    • core: Parallelization is more stable, doesn't crash due to to bad locks. [GH-3735]
    • commands/package: Don't double included files in package. [GH-3637]
    • guests/linux: Rsync chown ignores symlinks. [GH-3744]
    • provisioners/shell: Fix shell provisioner config validation when the binary option is set to false [GH-3712]
    • providers/docker: default proxy VM won't use HGFS [GH-3687]
    • providers/docker: fix container linking [GH-3719]
    • providers/docker: Port settings expose to host properly. [GH-3723]
    • provisioners/puppet: Separate module paths with ';' on Windows. [GH-3731]
    • synced_folders\rsync: Copy symlinks as real files. [GH-3734]
    • synced_folders/rsync: Remove non-portable '-v' flag from chown. [GH-3743]