packer-cn/CHANGELOG.md

102 lines
3.2 KiB
Markdown
Raw Normal View History

2013-07-03 14:06:30 -04:00
## 0.1.5 (unreleased)
2013-07-04 15:50:49 -04:00
FEATURES:
2013-07-03 14:06:30 -04:00
2013-07-04 15:50:49 -04:00
* "file" uploader will upload files and directories from the machine
running Packer to the remote machine.
2013-07-03 14:06:30 -04:00
2013-07-04 18:47:06 -04:00
IMPROVEMENTS:
* virtualbox: Delete the packer-made SSH port forwarding prior to
exporting the VM.
BUG FIXES:
* vagrant: Properly configure the provider-specific post-processors so
things like `vagrantfile_template` work. [GH-129]
2013-07-03 01:16:13 -04:00
## 0.1.4 (July 2, 2013)
2013-07-01 17:37:43 -04:00
2013-07-02 12:38:39 -04:00
FEATURES:
2013-07-02 15:18:31 -04:00
* virtualbox: Can now be built headless with the "Headless" option. [GH-99]
* virtualbox: <wait5> and <wait10> codes for waiting 5 and 10 seconds
during the boot sequence, respectively. [GH-97]
* vmware: Can now be built headless with the "Headless" option. [GH-99]
* vmware: <wait5> and <wait10> codes for waiting 5 and 10 seconds
during the boot sequence, respectively. [GH-97]
2013-07-02 12:38:39 -04:00
* vmware: Disks are defragmented and compacted at the end of the build.
2013-07-03 00:29:28 -04:00
This can be disabled using "skip_compaction"
2013-07-02 12:38:39 -04:00
IMPROVEMENTS:
2013-07-01 17:37:43 -04:00
* core: Template syntax errors now show line and character number. [GH-56]
2013-07-01 18:22:35 -04:00
* amazon-ebs: Access key and secret access key default to
environmental variables. [GH-40]
* virtualbox: Send password for keyboard-interactive auth [GH-121]
* vmware: Send password for keyboard-interactive auth [GH-121]
2013-07-01 17:37:43 -04:00
BUG FIXES:
* vmware: Wait until shut down cleans up properly to avoid corrupt
disk files [GH-111]
2013-07-01 14:40:49 -04:00
## 0.1.3 (July 1, 2013)
2013-07-01 13:42:02 -04:00
FEATURES:
* The VMware builder can now upload the VMware tools for you into
the VM. This is opt-in, you must specify the `tools_upload_flavor`
option. See the website for more documentation.
2013-07-01 12:41:10 -04:00
IMPROVEMENTS:
* digitalocean: Errors contain human-friendly error messages. [GH-85]
BUG FIXES:
* core: More plugin server fixes that avoid hangs on OS X 10.7 [GH-87]
* vagrant: AWS boxes will keep the AMI artifact around [GH-55]
* virtualbox: More robust version parsing for uploading guest additions. [GH-69]
* virtualbox: Output dir and VM name defaults depend on build name,
avoiding collisions. [GH-91]
* vmware: Output dir and VM name defaults depend on build name,
avoiding collisions. [GH-91]
2013-06-29 17:03:15 -04:00
## 0.1.2 (June 29, 2013)
2013-06-29 15:26:15 -04:00
IMPROVEMENTS:
2013-06-29 17:02:20 -04:00
* core: Template doesn't validate if there are no builders.
* vmware: Delete any VMware files in the VM that aren't necessary for
it to function.
2013-06-29 15:30:10 -04:00
BUG FIXES:
2013-06-29 15:26:15 -04:00
* core: Plugin servers consider a port in use if there is any
error listening to it. This fixes I18n issues and Windows. [GH-58]
2013-06-29 15:30:10 -04:00
* amazon-ebs: Sleep between checking instance state to avoid
RequestLimitExceeded [GH-50]
* vagrant: Rename VirtualBox ovf to "box.ovf" [GH-64]
* vagrant: VMware boxes have the correct provider type.
* vmware: Properly populate files in artifact so that the Vagrant
post-processor works. [GH-63]
2013-06-29 15:26:15 -04:00
2013-06-28 22:41:30 -04:00
## 0.1.1 (June 28, 2013)
2013-06-28 16:01:29 -04:00
BUG FIXES:
2013-06-28 21:46:07 -04:00
* core: plugins listen explicitly on 127.0.0.1, fixing odd hangs. [GH-37]
2013-06-28 22:35:53 -04:00
* core: fix race condition on verifying checksum of large ISOs which
could cause panics [GH-52]
2013-06-28 16:01:29 -04:00
* virtualbox: `boot_wait` defaults to "10s" rather than 0. [GH-44]
* virtualbox: if `http_port_min` and max are the same, it will no longer
panic [GH-53]
2013-06-28 22:40:55 -04:00
* vmware: `boot_wait` defaults to "10s" rather than 0. [GH-44]
* vmware: if `http_port_min` and max are the same, it will no longer
panic [GH-53]
2013-06-28 16:01:29 -04:00
2013-06-28 10:21:45 -04:00
## 0.1.0 (June 28, 2013)
* Initial release