From d632f3b574b851fe1d81338ab60b5043aaf2b0bf Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Mon, 12 Dec 2016 12:36:31 -0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8ae05245..bf7dd6708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,14 @@ IMPROVEMENTS: * provisioner/salt: Bootstrap fallback on wget if curl failed. [GH-4244] * builder/openstack: Automatically reauth as needed. [GH-4262] * provisioner/ansible: Allow `winrm` communicator. [GH-4209] + * communicator/ssh: adds ability to download download directories and + wildcards, fix destination file mode (not hardcoded anymore). [GH-4210] + * post-processor/checksum: cleanup, and fix output to specified file with + more than one artifacts. [GH-4210] + * provisioner/file: fix for directory download. [GH-4210] + * provisioner/file: fix issue uploading multiple files to a directory, + mentioned in [GH-4049]. [GH-4210] + * post-processor/checksum: reset hash after each artifact file. [GH-4210] BUG FIXES: