From 58687e6c4485790670fead7b579e3a1a60927b77 Mon Sep 17 00:00:00 2001 From: Jeff Bonhag Date: Fri, 20 Dec 2019 13:14:46 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43dda02c0..1c4fd4705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ IMPROVEMENTS: - guest/alpine: Update apk cache when installing rsync [GH-11220] - provider/virtualbox: Improve error message when machine folder is inaccessible [GH-11239] - provisioner/ansible_local: Add pip install method for arch guests [GH-11265] +- communicators/winssh: Use Windows shell for `vagrant ssh -c` [GH-11258] BUG FIXES: @@ -544,7 +545,7 @@ BUG FIXES: - core: Rescue more exceptions when checking if port is open [GH-8517] - guests/solaris11: Inherit from Solaris guest and keep solaris11 specific methods [GH-9034] - guests/windows: Split out cygwin path helper for msys2/cygwin paths and ensure cygpath exists [GH-8972] - - guests/windows: Specify expected shell when executing on guest (fixes winssh communicator usage) [GH-9012] + - guests/windows: Specify expected shell when executing on guest (fixes einssh communicator usage) [GH-9012] - guests/windows: Include WinSSH Communicator when using insert_public_key [GH-9105] - hosts/windows: Check for vagrant.exe when validating versions within WSL [GH-9107, GH-8962] - providers/docker: Isolate windows check within executor to handle running through VM [GH-8921]