Commit Graph

4903 Commits

Author SHA1 Message Date
Chris Bednarski dc3c55cf8e Implemented downloader for the docker communicator so we can pull files out of a container 2015-08-11 22:22:52 -07:00
Chris Bednarski e9c867b66a Merge branch 'master' of https://github.com/mitchellh/packer 2015-08-11 17:10:44 -07:00
Chris Bednarski d9a0f05926 Bump version.go to reflect dev status 2015-08-11 17:10:34 -07:00
Rickard von Essen 5e610df4b3 Merge pull request #2583 from rickard-von-essen/issue-2543
Fix interpolation of {{.Flavor}} in parallels_tools_guest_path.
2015-08-12 01:44:19 +02:00
Rickard von Essen 5a6bcdeb78 Fix interpolation of {{.Flavor}} in parallels_tools_guest_path.
Fixes [GH-2543]
2015-08-12 01:34:08 +02:00
Chris Bednarski 60bbe850ef Bump version to v0.8.5 2015-08-10 18:30:33 -07:00
Chris Bednarski c3d6366c3c Merge branch 'master' of https://github.com/mitchellh/packer 2015-08-10 18:05:26 -07:00
Chris Bednarski 27e7a02e62 Replace v0.8.3 changelog with v0.8.4. 2015-08-10 18:04:47 -07:00
Chris Bednarski b81bd74a2d Merge pull request #2578 from mitchellh/b-vmware-bc-break
Revert backwards-compatibility break in VMX option casing
2015-08-10 17:51:54 -07:00
Chris Bednarski 313fcaf0ff Revert backwards-compatibility break in VMX option casing
PR #2309 introduced case-sensitive options in VMX files. This is to support a case-sensitive option called `virtualSSD`. The change made all options case-sensitive, which causes problems with external VMX options provided in user templates. To prevent breakage, this change is being reverted.

- Fixes #2574
- Reverts #2542
- Reverts #2309
2015-08-10 14:52:34 -07:00
Chris Bednarski fce6f86328 Updated changelog with some missing changes 2015-08-10 14:19:20 -07:00
Chris Bednarski 4cc443da8e Update use of ec2rolecreds to match upstream 2015-08-10 13:59:56 -07:00
Chris Bednarski f1eb95dbe0 Remove extra emphasis 2015-08-10 13:30:31 -07:00
Chris Bednarski 3a6cac97dd Added v0.8.3 changelog 2015-08-10 12:45:20 -07:00
Chris Bednarski 4416954461 Corrected the meta text on the artifice page. 2015-08-10 10:25:19 -07:00
Chris Bednarski 8484c2e2a0 Prepare 0.8.3 2015-08-08 00:51:01 -07:00
Chris Bednarski 1b6d9b8571 Merge pull request #2571 from mitchellh/artifice
Artifice post-processor
2015-08-07 22:35:51 -07:00
Chris Bednarski 16d7e7542a Added docs for artifice 2015-08-07 20:10:17 -07:00
Chris Bednarski 6dd0a21c89 Added an artifice post-processor which allows you to override artifacts in a post-processor chain 2015-08-07 18:21:23 -07:00
Chris Bednarski 100d2b1148 Merge pull request #2501 from mitchellh/docs-revamp-content
[WIP] Update packer docs related to Atlas
2015-08-07 17:43:26 -07:00
Chris Bednarski acc1aa0613 Merge pull request #2556 from mitchellh/b-2414
Add interpolation for .BuildName in compress output filename
2015-08-07 13:18:01 -07:00
Chris Bednarski 211817c78e Fix formatting for code block in docs 2015-08-06 16:52:30 -07:00
Chris Bednarski d2d4ce77c5 Merge pull request #2561 from mitchellh/b-govet
Fix govet issues
2015-08-06 14:57:56 -07:00
Chris Bednarski af2fa705bf Added go vet and git rev-parse head to appveyor so we can see what we're actually building / testing 2015-08-06 12:24:13 -07:00
Chris Bednarski eb5482cbab Merge branch 'master' into b-govet 2015-08-06 11:03:37 -07:00
Chris Bednarski f40ccd55ad Added debug output to the makefile so I can see which commit travis is building 2015-08-06 11:02:57 -07:00
Chris Bednarski a4e8a92a13 Merge pull request #2564 from clstokes/docs-misspelling
Fix 'ephemeral' misspelling.
2015-08-06 09:30:31 -07:00
Cameron Stokes 94c12c9afc Fix 'ephemeral' misspelling. 2015-08-06 09:27:38 -07:00
Chris Bednarski abb67fdd79 Fix govet issues 2015-08-05 19:41:29 -07:00
Chris Bednarski 02273207df Reformat and merge 2015-08-05 16:33:49 -07:00
Chris Bednarski f8c35afb73 Merge pull request #2560 from brycefisher/patch-1
Add missing option
2015-08-05 16:31:40 -07:00
Bryce Fisher-Fleig e7ab9fb3c0 Add missing option 2015-08-05 15:28:20 -07:00
Chris Bednarski 1c956ff406 Removed errant backtick 2015-08-04 20:11:53 -07:00
Chris Bednarski fbb24d4acf Changed interpolation logic so .BuildName can be used in the output config option 2015-08-04 19:49:41 -07:00
Chris Bednarski 8f2a9de28e Updated documentation explaining how to use variables in compress post-processor filenames 2015-08-04 19:46:14 -07:00
Chris Bednarski 4ef3baa3ee Update test to include some interpolation configs 2015-08-04 19:30:57 -07:00
Chris Bednarski 8d6719e71f Add failing test for compress interpolation 2015-08-03 16:34:24 -07:00
Chris Bednarski cabbe007dd Merge pull request #2415 from DrewDahl/fix-qemu-vnc-missed-keys
Add 1/10th second delay between key events to VNC for QEMU
2015-08-03 15:57:52 -07:00
Chris Bednarski 6a2bedb699 Merge pull request #2548 from mitchellh/makefile
Use go vet instead of go tool vet, and actually run it with make
2015-08-03 11:44:47 -07:00
Chris Bednarski 07eff4c014 Reformat docs 2015-08-03 11:32:54 -07:00
Chris Bednarski e73ec1f70d Use go vet instead of go tool vet, and actually run it with make 2015-08-03 11:16:17 -07:00
Chris Bednarski f5abdffa71 Merge pull request #2547 from tylert/rename-prov-docs
Rename .html.md files to .html.markdown
2015-08-03 11:13:37 -07:00
Tyler Tidman db1a781b6e Rename .html.md files to .html.markdown
Fixes #2546.  Make files under website/source/docs/provisioners conform to
standards for rest of docs.
2015-08-03 13:02:01 -04:00
Dane Elwell e0d46685ea Document remote_port option 2015-08-03 17:53:33 +01:00
Chris Bednarski 5b8e4dc5b4 Merge pull request #2534 from mitchellh/b-2515
Update code.google.com/gosshold/ssh to point to golang.org/x/crypto/ssh, since this has been moved into core now
2015-08-01 17:16:26 -07:00
Chris Bednarski f7a0945311 Merge pull request #2538 from fnoeding/amazon-ebs-only-get-password-for-winrm
amazon builder: only fetch password for winrm
2015-08-01 16:20:48 -07:00
Chris Bednarski 611404d578 Merge pull request #2542 from mitchellh/b-generatedAddress
Fix case for ethernet.generatedAddress property lookup in VMX
2015-08-01 16:19:45 -07:00
Chris Bednarski 263641c537 Fix case for ethernet.generatedAddress property lookup in VMX 2015-08-01 15:09:59 -07:00
Florian Noeding 98b9d22b68 amazon builder: only fetch password for winrm 2015-07-31 15:34:25 +02:00
Chris Bednarski 3c517a65c3 Autoreformat 2015-07-30 21:16:11 -07:00