Commit 63f957cf authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Update cHANGELOG

parent 613d5f5b
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
BACKWARDS INCOMPATIBILITIES: 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 * provisioner/puppet-masterless: The `execute_command` no longer has
the `Has*` variables, since the templating language now supports the `Has*` variables, since the templating language now supports
comparison operations. See the Go documentation for more info: comparison operations. See the Go documentation for more info:
...@@ -20,6 +23,11 @@ IMPROVEMENTS: ...@@ -20,6 +23,11 @@ IMPROVEMENTS:
* provisioner/puppet-masterless: Can now specify a `manifest_dir` to * provisioner/puppet-masterless: Can now specify a `manifest_dir` to
upload manifests to the remote machine for imports. [GH-655] 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) ## 0.4.1 (December 7, 2013)
IMPROVEMENTS: IMPROVEMENTS:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment