Update cHANGELOG
This commit is contained in:
parent
74fabe8516
commit
36965ef7d0
|
@ -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:
|
||||||
* 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:
|
||||||
|
|
Loading…
Reference in New Issue