248 Commits

Author SHA1 Message Date
Mitchell Hashimoto
4513a2509e Update CHANGELOG 2013-08-23 14:34:31 -07:00
Mitchell Hashimoto
0306759840 builder/amazon: support tags in chroot and instance 2013-08-22 15:11:54 -07:00
Mitchell Hashimoto
cd4fb50cb7 Update CHANGELOG 2013-08-22 14:44:48 -07:00
Mitchell Hashimoto
16df9a2c69 Update CHANGELOG 2013-08-22 14:29:33 -07:00
Mitchell Hashimoto
3375c9e4fd communicator/ssh: respect interrupts by not looping on retyr [GH-327] 2013-08-22 11:53:31 -07:00
Mitchell Hashimoto
58a48ed171 common/command: error if only/except points to bad build 2013-08-22 11:40:30 -07:00
Mitchell Hashimoto
cfb53005ff Update CHANGELOG 2013-08-21 11:56:02 -07:00
Mitchell Hashimoto
148394a264 v0.3.4 2013-08-21 11:44:20 -07:00
Mitchell Hashimoto
21b1d1f00e Update CHANGELOG 2013-08-19 23:40:14 -07:00
Mitchell Hashimoto
6e99c468d4 provisioner/shell: retry uploads if reboot [GH-282] 2013-08-19 23:02:06 -07:00
Mitchell Hashimoto
db60498f4f post-processor/vagrant: show file being compressed [GH-314] 2013-08-19 22:38:32 -07:00
Mitchell Hashimoto
cd7e0403fd update version for dev 2013-08-19 16:39:00 -07:00
Mitchell Hashimoto
fd21277907 v0.3.3 2013-08-19 16:25:58 -07:00
Mitchell Hashimoto
28a8293a22 packer/plugin: set TCP keep-alive on connection 2013-08-19 16:25:00 -07:00
Mitchell Hashimoto
489a568741 Update CHANGELOG 2013-08-19 16:09:51 -07:00
Mitchell Hashimoto
5d9a2b63ff packer: remove keep_input_artifact prior to sending to build [GH-310] 2013-08-19 16:00:25 -07:00
Mitchell Hashimoto
c84d2aeffc post-processor/vagrant: process output path properly 2013-08-18 20:37:04 -06:00
Mitchell Hashimoto
1d0ceec7af Update CHANGELOG 2013-08-18 20:30:49 -06:00
Mitchell Hashimoto
9bf7d7b81b common: use HTTP proxy if available from env [GH-252] 2013-08-18 12:34:36 -06:00
Mitchell Hashimoto
58960a8790 up version for dev 2013-08-18 12:27:25 -06:00
Mitchell Hashimoto
258e247cf6 v0.3.2 2013-08-18 10:38:00 -06:00
Mitchell Hashimoto
775555944e Update CHANGELOG 2013-08-16 11:02:25 -07:00
Mitchell Hashimoto
de80940027 builder/vmware: interrupts work during VNC type on VMware 2013-08-16 09:07:27 -07:00
Mitchell Hashimoto
fd0e642195 builder/amazon: modifying more than one AMI attribute type works 2013-08-15 20:28:35 -07:00
Mitchell Hashimoto
154adee43c common: detect drive letter with windows file URLs [GH-284] 2013-08-15 20:16:05 -07:00
Mitchell Hashimoto
40fccde1b0 update CHANGELOG for go-fs fix that fixes [GH-285] 2013-08-15 20:07:15 -07:00
Mitchell Hashimoto
a3407e5e3d post-processor/vagrant: process user variabels [GH-295] 2013-08-15 17:46:41 -07:00
Mitchell Hashimoto
015933b29f builder/vmware: support iso_urls for multiple URLs [GH-110] 2013-08-15 17:46:41 -07:00
Mitchell Hashimoto
a6d4e326a7 builder/virtualbox: iso_urls for multiple ISO urls [GH-110] 2013-08-15 17:46:41 -07:00
Mark Peek
78e891c2b1 Update CHANGELOG: amazon block device mappings 2013-08-15 14:32:41 -07:00
Mitchell Hashimoto
165bac93d0 Update CHANGELOG 2013-08-14 22:35:46 -04:00
Mitchell Hashimoto
9f84f2c363 common: return -1 download percent if download hasn't started [GH-288] 2013-08-14 11:15:47 -04:00
Mitchell Hashimoto
0dfaacc09d Enable panicwrap and put crash logs in crash.log 2013-08-13 23:55:05 -04:00
Mitchell Hashimoto
80e37446e9 builder/virtualbox: guest-additions_url can use Version var [GH-272] 2013-08-13 22:11:15 -04:00
Mitchell Hashimoto
08f724e6b7 Update CHANGELOG, 0.3.2 will be built with Go 1.1.2 2013-08-13 16:51:48 -07:00
Mitchell Hashimoto
c2ccd19b15 packer: Parallelize synopsis lookup to speed up help output
Using `time` to calculate the average of 100 iterations on my machine,
`packer` went from 130ms on average to 70ms.

Previously, the load time would scale linearly about 30ms (on my
machine) on average per new command added. Now that is much much
smaller.
2013-08-13 10:16:25 -07:00
Mitchell Hashimoto
5c26225b86 Update CHANGELOG 2013-08-13 09:54:13 -07:00
Mitchell Hashimoto
6eceacf11f command/inspect: Inspect a templates contents
This command prints out the components of a template, and most
importantly respects the machine-readable flag so that you can
programmatically inspect a template's contents without manually parsing
the JSON.
2013-08-13 09:36:40 -07:00
Mitchell Hashimoto
eb5559817b Update CHANGELOG 2013-08-13 08:56:25 -07:00
Mitchell Hashimoto
2bec873de5 Up version for dev 2013-08-12 17:23:14 -07:00
Mitchell Hashimoto
1fd5937839 v0.3.1 2013-08-12 17:05:54 -07:00
Mitchell Hashimoto
95435e484c Update CHANGELOG 2013-08-12 17:00:42 -07:00
Mitchell Hashimoto
856f27bc9b provisioner/salt-masterless: replace windows slash with linux [GH-276] 2013-08-12 16:26:46 -07:00
Mitchell Hashimoto
43c6b9e6d1 builder/vmware: find files if they exist [GH-279] 2013-08-12 16:13:06 -07:00
Mitchell Hashimoto
9a2dbd54bf provisioner/shell: start_retry_timeout for reboot handling [GH-260] 2013-08-12 15:49:55 -07:00
Mitchell Hashimoto
049dc5bff5 Up version for dev 2013-08-12 14:16:55 -07:00
Mitchell Hashimoto
0eb9e06637 v0.3.0 2013-08-12 13:57:04 -07:00
Mitchell Hashimoto
c09c1108ca builder/amazon/common: retry deleting security group [GH-278] 2013-08-12 13:34:55 -07:00
Mitchell Hashimoto
97b4c7d22b Update CHANGELOG 2013-08-12 11:40:59 -07:00
Mitchell Hashimoto
336495d34c Update CHANGELOG 2013-08-12 00:02:25 -07:00