From 63f957cfd7083061553e0e5d39c3e29b681f995e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 11 Dec 2013 14:03:33 -0800 Subject: [PATCH] Update cHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd617e5d4..7e233b44f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ BACKWARDS INCOMPATIBILITIES: +* post-processor/vsphere: Some available configuration options were + changed. Running your template through `packer fix` should resolve + this. * provisioner/puppet-masterless: The `execute_command` no longer has the `Has*` variables, since the templating language now supports comparison operations. See the Go documentation for more info: @@ -20,6 +23,11 @@ IMPROVEMENTS: * provisioner/puppet-masterless: Can now specify a `manifest_dir` to upload manifests to the remote machine for imports. [GH-655] +BUG FIXES: + +* post-processor/vsphere: Uploads VM properly. [GH-694] +* post-processor/vsphere: Process user variables. + ## 0.4.1 (December 7, 2013) IMPROVEMENTS: