Mitchell Hashimoto
76a8221636
builder/*: extract key path to ssh.Signer
2014-09-03 20:23:39 -07:00
Mitchell Hashimoto
414bf1748d
website: fix escaped underscores [GH-1458]
2014-09-03 20:12:10 -07:00
Mitchell Hashimoto
31876427e3
Update CHANGELOG
2014-09-02 15:30:14 -07:00
Mitchell Hashimoto
60182afb0b
Automatically discover plugins
2014-09-02 15:29:37 -07:00
Mitchell Hashimoto
7097c75610
Update travis
2014-09-02 15:14:42 -07:00
Mitchell Hashimoto
2788ccc653
Update scripts to latest HashiCorp style
2014-09-02 15:13:55 -07:00
Mitchell Hashimoto
db90658250
Merge pull request #1456 from mitchellh/f-yamux
...
packer/rpc: Replace MuxConn with Yamux
2014-09-02 14:33:26 -07:00
Mitchell Hashimoto
b7c604795e
packer/plugin: increase version for Yamux
2014-09-02 14:28:21 -07:00
Mitchell Hashimoto
9ffa0b8e25
packer/rpc: no more muxconn
2014-09-02 14:23:06 -07:00
Mitchell Hashimoto
062e86e218
packer/rpc: MuxBroker
2014-09-02 14:05:22 -07:00
Mitchell Hashimoto
6bbf64c5ab
builder/qemu: use 512M for -m [GH-1444]
2014-09-02 11:19:12 -07:00
Mitchell Hashimoto
90d4bcdbe8
builder/digitalocean: region supports vars [GH-1452]
2014-09-02 11:16:39 -07:00
Mitchell Hashimoto
ae276fd833
Next version will be 0.7.0 (update changelog)
2014-09-02 11:11:58 -07:00
Mitchell Hashimoto
0780225037
Update CHANGELOG
2014-09-02 11:10:06 -07:00
Mitchell Hashimoto
953fd27a27
Merge pull request #1167 from rasa/1057-add-floppy-files-to-vmware-vmx-v2
...
builder/vmware-vmx: add floppy_files support
2014-09-02 11:09:25 -07:00
Mitchell Hashimoto
35b51c8492
Update CHANGELOG
2014-09-02 11:08:49 -07:00
Mitchell Hashimoto
8d88aaf150
Merge pull request #1168 from rasa/972-add-clone-support-for-vmware-player-6-v2
...
builder/vmware: add VMWare Player 6 support
2014-09-02 11:08:18 -07:00
Mitchell Hashimoto
01193bf45f
Update CHANGELOG
2014-09-02 10:57:28 -07:00
Mitchell Hashimoto
c185fa42f3
Merge pull request #1200 from zigg/feature/virtualbox-iso-sata
...
builder/virtualbox: implement `iso_interface` setting
2014-09-02 10:56:57 -07:00
Mitchell Hashimoto
2a9cb50b17
builder/amazon: fix broken build
2014-09-02 10:17:52 -07:00
Mitchell Hashimoto
893b79c423
Update CHANGELOG
2014-09-02 10:02:39 -07:00
Mitchell Hashimoto
ba3bae8a65
Merge pull request #1239 from StefanScherer/fix_skip_floppy_in_vmx_data_post_step
...
builde/vmware: skip adding floppy again in vmx_data_post step
2014-09-02 10:02:17 -07:00
Mitchell Hashimoto
519adf8579
Merge pull request #1260 from lflux/website-openstack-rackspace-default
...
website: add required value for openstack_provider for rackspace example
2014-09-02 09:58:47 -07:00
Mitchell Hashimoto
95ed701ab1
Merge branch 'nBerg-additional-user-variables'
2014-09-02 09:57:59 -07:00
Mitchell Hashimoto
825864a9ea
Merge branch 'additional-user-variables' of github.com:nBerg/packer into nBerg-additional-user-variables
...
Conflicts:
builder/amazon/common/run_config.go
2014-09-02 09:57:52 -07:00
Mitchell Hashimoto
752162c234
fmt
2014-09-02 09:55:06 -07:00
Mitchell Hashimoto
7c11d2a313
post-processor/vagrant: style
2014-09-02 09:54:55 -07:00
Mitchell Hashimoto
67bd0a38ee
Update CHANGELOG
2014-09-02 09:53:26 -07:00
Mitchell Hashimoto
986394292f
Merge pull request #1371 from alevkin/master
...
post-processor/vagrant: Change creating boxes for customizing metadata.json
2014-09-02 09:53:06 -07:00
Mitchell Hashimoto
551a774787
Update CHANGELOG
2014-09-02 09:51:49 -07:00
Mitchell Hashimoto
fa4b737620
Merge pull request #1375 from yveslaroche/fix-ansible-inventory-path
...
provisioner/ansible: Fix Ansible inventory path on Windows
2014-09-02 09:51:31 -07:00
Mitchell Hashimoto
5d1c1e6716
Merge pull request #1373 from anthonybishopric/debug_bundle_commands
...
builder/amazon-instance: Debug the evaluated bundle commands
2014-09-02 09:49:12 -07:00
Mitchell Hashimoto
c9264b22c1
Update CHANGELOG
2014-09-02 09:48:14 -07:00
Mitchell Hashimoto
e8889e56ed
Merge pull request #1381 from pas256/chroot-hvm
...
builder/amazonchroot: can build both PV and HVM images
2014-09-02 09:47:53 -07:00
Mitchell Hashimoto
02091537a8
Update CHANGELOG
2014-09-02 09:46:46 -07:00
Mitchell Hashimoto
dac078b451
Merge pull request #1360 from jmassara/ee_fix
...
builder/amazon-chroot: Fix bug with getting ec2 connection instead of source image
2014-09-02 09:46:10 -07:00
Mitchell Hashimoto
4ef3874467
builder/virtualbox-*: seed RNG [GH-1386]
2014-09-02 09:35:59 -07:00
Mitchell Hashimoto
df8e2f4f84
Update CHANGELOG
2014-09-02 09:32:14 -07:00
Mitchell Hashimoto
29676ccdbd
Merge branch 'mattthias-master_add_support_for_tcg_accel_in_qemu_builder_'
2014-09-02 09:31:58 -07:00
Mitchell Hashimoto
78c534227a
Merge branch 'master_add_support_for_tcg_accel_in_qemu_builder_' of github.com:mattthias/packer into mattthias-master_add_support_for_tcg_accel_in_qemu_builder_
...
Conflicts:
builder/qemu/builder.go
website/source/docs/builders/qemu.html.markdown
2014-09-02 09:31:53 -07:00
Mitchell Hashimoto
9cf046d993
Update CHANGELOG
2014-09-02 09:25:26 -07:00
Mitchell Hashimoto
9a032c8e74
Merge branch 'matthbak-master'
2014-09-02 09:24:40 -07:00
Mitchell Hashimoto
88c186df39
Merge branch 'master' of github.com:matthbak/packer into matthbak-master
...
Conflicts:
builder/qemu/step_run.go
2014-09-02 09:24:31 -07:00
Mitchell Hashimoto
fbf675876d
Update CHANGELOG
2014-09-02 09:20:25 -07:00
Mitchell Hashimoto
3827c02126
Merge pull request #1396 from ianunruh/feature/vmware-ssh-host-template
...
builder/vmware: Add templating to VMware SSH host option
2014-09-02 09:19:50 -07:00
Mitchell Hashimoto
1a6db1ff29
Update CHANGELOG
2014-09-02 09:09:49 -07:00
Mitchell Hashimoto
d9e8676ec5
Merge pull request #1455 from legal90/prl-tools-flavor
...
builder/parallels: Detect path to Parallels Tools ISO automatically
2014-09-02 09:09:02 -07:00
Mikhail Zholobov
394c83e56a
website: Changed Parallels builder docs
2014-09-02 18:14:56 +04:00
Mikhail Zholobov
16cb6f60c8
builder/parallels: "guest_os_distribution" renamed to "guest_os_type".
...
"guest_os_distribution" become deprecated and is not required anymore.
But if it is defined (in outdated templates),then the value will be copied to "guest_os_type" and warning will be displayed.
2014-09-02 18:14:50 +04:00
Mikhail Zholobov
bed6270288
builder/parallels: Detect path to Parallels Tools ISO automatically.
...
'parallels_tools_host_path' param is deprecated
'parallels_tools_flavor' is added (mandatory).
2014-09-02 18:14:26 +04:00