From feba256ee5f4a5c60abf52ac52efb57dd5fc93c6 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 27 Oct 2014 16:48:23 -0700 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a231254f7..fb8a82794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ BUG FIXES: * providers/aws: Ignore transient network errors. [GH-1579] * provisioner/ansible: Don't buffer output so output streams in. [GH-1585] * provisioner/shell: Quote environmental variables. [GH-1568] + * provisioner/salt: Bootstrap over SSL. [GH-1608] * post-processors/docker-push: Work with docker-tag artifacts. [GH-1526] * post-processors/vsphere: Append "/" to object address. [GH-1615]