Commit Graph

119 Commits

Author SHA1 Message Date
Mark Peek 245b569c9b Update CHANGELOG: amazon block device mappings 2013-08-15 14:32:41 -07:00
Mitchell Hashimoto c0721bc3ef Update CHANGELOG 2013-08-14 22:35:46 -04:00
Mitchell Hashimoto 71664cb34e common: return -1 download percent if download hasn't started [GH-288] 2013-08-14 11:15:47 -04:00
Mitchell Hashimoto 6171c6f485 Enable panicwrap and put crash logs in crash.log 2013-08-13 23:55:05 -04:00
Mitchell Hashimoto 171ecaefa6 builder/virtualbox: guest-additions_url can use Version var [GH-272] 2013-08-13 22:11:15 -04:00
Mitchell Hashimoto f36d5f3550 Update CHANGELOG, 0.3.2 will be built with Go 1.1.2 2013-08-13 16:51:48 -07:00
Mitchell Hashimoto df48c6253c 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 ae6b7d8590 Update CHANGELOG 2013-08-13 09:54:13 -07:00
Mitchell Hashimoto 30f9358edc 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 8c55c8a291 Update CHANGELOG 2013-08-13 08:56:25 -07:00
Mitchell Hashimoto 35a9858444 Up version for dev 2013-08-12 17:23:14 -07:00
Mitchell Hashimoto 1243ff6c16 v0.3.1 2013-08-12 17:05:54 -07:00
Mitchell Hashimoto 2a17370ba9 Update CHANGELOG 2013-08-12 17:00:42 -07:00
Mitchell Hashimoto d60b769217 provisioner/salt-masterless: replace windows slash with linux [GH-276] 2013-08-12 16:26:46 -07:00
Mitchell Hashimoto 1b2d9c4044 builder/vmware: find files if they exist [GH-279] 2013-08-12 16:13:06 -07:00
Mitchell Hashimoto 21f92715c0 provisioner/shell: start_retry_timeout for reboot handling [GH-260] 2013-08-12 15:49:55 -07:00
Mitchell Hashimoto 7eb115f7a9 Up version for dev 2013-08-12 14:16:55 -07:00
Mitchell Hashimoto 5ee1b1c451 v0.3.0 2013-08-12 13:57:04 -07:00
Mitchell Hashimoto 48b9da2feb builder/amazon/common: retry deleting security group [GH-278] 2013-08-12 13:34:55 -07:00
Mitchell Hashimoto 0f6c6511da Update CHANGELOG 2013-08-12 11:40:59 -07:00
Mitchell Hashimoto 87ca9c6542 Update CHANGELOG 2013-08-12 00:02:25 -07:00
Mitchell Hashimoto 7004813a1f Update CHANGELOG 2013-08-11 16:18:40 -07:00
Mitchell Hashimoto adfb6caa2b provisioner/salt-masterless: error if any commands exit with non-zero
[GH-266]

/cc @rgarcia
2013-08-09 17:35:57 -07:00
Mitchell Hashimoto 91898ea8ed Update CHANGELOG 2013-08-09 17:33:22 -07:00
Mitchell Hashimoto 72a7a5e69c provisioner/salt-masterless: don't delete states [GH-265] 2013-08-09 17:01:39 -07:00
Mitchell Hashimoto 43105c0da4 Update CHANGELOG 2013-08-09 15:57:09 -07:00
Mitchell Hashimoto 30d5ff5408 Update CHANGELOG 2013-08-08 22:53:33 -07:00
Mitchell Hashimoto ac0d894028 Update CHANGELOG 2013-08-08 17:26:46 -07:00
Mitchell Hashimoto 97e4f1d180 up version for dev 2013-08-07 15:47:43 -07:00
Mitchell Hashimoto db5d34fd09 v0.2.3 2013-08-07 15:32:38 -07:00
Mark Peek acd0924386 Update CHANGELOG for Amazon AMI tag support [GH-233] 2013-08-06 15:31:56 -07:00
Mitchell Hashimoto 798b7cb25f builder/amazon/all: use new SSHAddress method [GH-243] 2013-08-03 16:24:49 -07:00
Mitchell Hashimoto c2654ddb59 Update CHANGELOG 2013-08-03 13:35:19 -07:00
Mitchell Hashimoto 7b400e8863 Update version for dev 2013-08-01 10:40:18 -07:00
Mitchell Hashimoto 4a176850fe v0.2.2 2013-08-01 10:29:19 -07:00
Mitchell Hashimoto d5ea7e3adf Update CHANGELOG 2013-07-31 23:00:13 -07:00
Mitchell Hashimoto 2775ada116 Update CHANGELOG 2013-07-31 22:11:51 -07:00
Mitchell Hashimoto 558027465a builder/virtualbox,vmware: retry removing output dir if fails 2013-07-31 15:16:39 -07:00
Mitchell Hashimoto 08d2ac7815 packer: don't output colors if Windows and not Cygwin 2013-07-31 14:06:01 -07:00
Mitchell Hashimoto 6ff00c43e6 Update CHANGELOG 2013-07-31 12:40:55 -07:00
Mitchell Hashimoto 7c5edb4d64 Update CHANGELOG 2013-07-31 11:42:05 -07:00
Mitchell Hashimoto dfbea5e683 Update CHANGELOG 2013-07-30 22:42:40 -07:00
Mitchell Hashimoto 0363a1cdc2 builder/virtualbox,vmware: use DownloadableURL 2013-07-29 00:13:30 -07:00
Mitchell Hashimoto 05ef4568e8 Up version for dev 2013-07-26 10:15:35 -07:00
Mitchell Hashimoto 71e30c60c9 v0.2.1 2013-07-26 09:54:05 -07:00
Mitchell Hashimoto 83aca618d8 builder/amazon/common: wait for AMI to be available [GH-207] 2013-07-26 09:38:16 -07:00
Mitchell Hashimoto 1d0adbf2c2 builder/amazon/*: sigint while waiting for state change works 2013-07-25 20:49:15 -05:00
Mitchell Hashimoto 6d658ac923 Update CHANGELOG 2013-07-25 15:20:20 -05:00
Mitchell Hashimoto b3f8a22ca6 Update CHANGELOG 2013-07-25 10:55:25 -05:00
Mitchell Hashimoto 2227e5ab31 command/build: if any builds fail, exit with 1 exit status 2013-07-23 13:36:07 -07:00