Update CHANGELOG

This commit is contained in:
Seth Vargo 2016-02-03 10:09:38 -05:00
parent 6b713bbb41
commit a82b1a6a71
1 changed files with 13 additions and 2 deletions

View File

@ -2,14 +2,25 @@
BREAKING CHANGES:
- The `winrm` communicator now shares the same upload behavior as the `ssh` cummunicator. This change should have no impact to most vagrant operations but may break behavior when uploading directories to an existing destination target. The `file` provisioner should be the only builtin provisioner affected by this change. When uploading a directory and the destination directory exists on the endpoint, the source base directory will be created below the destination directory on the endpoint and the source directory contents will be unzipped to that location. Prior to this release, the contents of the source directory would be unzipped to an existing destination directory without creating the source base directory. This new behavior is more consistent with SCP and other well known shell copy commands.
- The `winrm` communicator now shares the same upload behavior as the `ssh`
communicator. This change should have no impact to most vagrant operations but
may break behavior when uploading directories to an existing destination
target. The `file` provisioner should be the only builtin provisioner affected
by this change. When uploading a directory and the destination directory
exists on the endpoint, the source base directory will be created below the
destination directory on the endpoint and the source directory contents will
be unzipped to that location. Prior to this release, the contents of the
source directory would be unzipped to an existing destination directory
without creating the source base directory. This new behavior is more
consistent with SCP and other well known shell copy commands.
IMPROVEMENTS:
- communicators/winrm: Upgrade to latest WinRM gems [GH-6922]
- provisioners/chef: Add the ability to install on SUSE [GH-6806]
- guests/freebsd: Add quotes around hostname [GH-6867]
- hosts/darwin: Add `extra_args` support for RDP [GH-5523, GH-6602]
- hosts/windows: Use SafeExec to capture history in Powershell [GH-6749]
- guests/freebsd: Add quotes around hostname [GH-6867]
BUG FIXES: