Tyler Tidman
5b25ba655b
Match title capitalization of compress to other post-processors
2016-10-26 14:18:47 -04:00
Justin Nauman
38bf53ed84
- Adding in links for new post-processors missing
2016-10-26 12:27:07 -05:00
Kerim Satirli
723a4a1a53
fixes identifier for launch_device_mappings
...
Hi!
I believe the **Note** to reference an incorrect variable: `launch_device_mappings `; this should be `launch_block_device_mappings` as far as I can tell from the [code](https://github.com/mitchellh/packer/search?utf8=%E2%9C%93&q=launch_block_device_mappings ).
2016-10-26 16:38:26 +02:00
Tyler Tidman
e15a169831
Improve clarity of environment vars doc PACKER_LOG setting
2016-10-26 09:54:05 -04:00
Rickard von Essen
a66d125fc9
Update CHANGELOG.md
2016-10-25 21:26:38 +02:00
Rickard von Essen
d16d5d9686
Merge pull request #3817 from ChrisLundquist/dynamic-source-ami
...
Dynamic source ami
2016-10-25 21:24:41 +02:00
Rickard von Essen
3ced7513ff
Merge pull request #4059 from jinesh-choksi/patch-1
...
Packer v0.11.0 requires "ec2:DescribeSecurityGroups" permissions to work
2016-10-25 17:41:42 +02:00
Jinesh Choksi
0f4d2341cb
Packer v0.11.0 requires "ec2:DescribeSecurityGroups" permissions to work
...
Without the "ec2:DescribeSecurityGroups" permission, you would get the following error:
2016/10/25 16:03:28 ui: ==> aws: Creating temporary security group for this instance...
2016/10/25 16:03:28 packer.exe: 2016/10/25 16:03:28 Temporary group name: packer 580f7440-2135-068c-99b7-35595a7522d1
2016/10/25 16:03:28 ui: ==> aws: Authorizing access to port 22 the temporary security group...
2016/10/25 16:03:28 packer.exe: 2016/10/25 16:03:28 [DEBUG] Describing tempSecurityGroup to ensure it is available: sg-38e0355e
2016/10/25 16:03:29 packer.exe: 2016/10/25 16:03:29 [DEBUG] Error in querying security group UnauthorizedOperation: You are not authorized to perform this operation.
2016/10/25 16:03:29 packer.exe: status code: 403, request id: bc664eff-cc01-42c1-8408-23493c11d92d
2016-10-25 16:27:20 +01:00
Rickard von Essen
7a51e68091
Merge pull request #4058 from richardowen/patch-1
...
Fix typo in encrypted ami step log message
2016-10-25 17:20:37 +02:00
Richard Owen
adddc60a1d
Fix typo in encrypted ami step log message
2016-10-25 16:01:01 +01:00
James Nugent
395d88941c
amazon: Allow SSH Agent auth for existing key pair
...
This commit allows SSH Agent authentication to be used with an existing
key pair defined in AWS.
2016-10-23 22:26:14 -05:00
James Nugent
7425fef2c7
builder/amazon: Allow use of local SSH Agent
...
This commit adds an option to use the local SSH Agent to authenticate
connections to source instances started by the the EBS and Instance
Store builders.
This is of use when the source AMI _already_ has configuration for
authorized SSH keys - for example if one uses an SSH certificate
authority.
A further extension (not implemented in this commit) is to allow SSH
agent use with a pre-defined key pair, in order to allow keys with
passphrases to be used without giving the passphrase to Packer.
2016-10-23 21:43:47 -05:00
Rickard von Essen
8e7f3778b2
Merge pull request #4046 from jen20/ignore-intellij
...
Add IntelliJ project files to .gitignore
2016-10-23 15:39:47 +02:00
James Nugent
a14f62f174
Add IntelliJ project files to .gitignore
2016-10-23 08:04:55 -05:00
David Campbell
1234b1353c
make fmt
...
- `gofmt` simplify and write to source
2016-10-22 17:36:44 -07:00
Rickard von Essen
f463239b00
Update CHANGELOG.md
2016-10-22 21:16:34 +02:00
Rickard von Essen
841f4d00b0
Merge pull request #4043 from minimum2scp/features/googlecompute/custom-scopes
...
googlecompute builder: support custom scopes
2016-10-22 21:14:49 +02:00
Rickard von Essen
dd89aa7243
Formatted the default value and cleaned some trailing spaces.
2016-10-22 21:06:07 +02:00
Matthew Hooker
d6bed79429
wait for shutdown command to end so we get stderr/out
2016-10-22 10:33:27 -07:00
Rickard von Essen
fc1ec29b9e
Updated CHANGELOG.md
2016-10-22 14:53:26 +02:00
Rickard von Essen
3b42d28cce
Merge pull request #4014 from mexisme/feature/puppet-bin-dir
...
privisioner/puppet: Add `puppet_bin_dir` option.
2016-10-22 14:48:45 +02:00
Rickard von Essen
3361da82d4
Added trailing slash after puppet_bin_dir.
2016-10-22 14:34:34 +02:00
YAMADA Tsuyoshi
283d3e5758
Updated document
2016-10-22 15:46:19 +09:00
YAMADA Tsuyoshi
da7d317e46
googlecompute: Run instance with custom scopes
2016-10-22 15:46:14 +09:00
Matthew Hooker
e9a5d05a2f
builder/vmware: Ignore shutdown errors
...
Resolves issue where `shutdown_command` would error because the remote
side disconnected, which we should have expected and ignored.
2016-10-21 22:41:45 -07:00
Matthew Hooker
f9f47c5bbb
fix shell disconnect error when shutting down vmware
2016-10-21 22:26:34 -07:00
Matthew Hooker
06f71f3501
update middleman-hashicorp
2016-10-21 16:03:08 -07:00
Matthew Hooker
da2262a63d
next version is 0.11.1
2016-10-21 15:38:46 -07:00
Matthew Hooker
e3bd82b28e
back on dev
2016-10-21 15:37:47 -07:00
Matthew Hooker
59efd2b812
Cut version 0.11.0
2016-10-21 15:30:32 -07:00
Matthew Hooker
589a23674d
Cut version 0.11.0
2016-10-21 15:26:42 -07:00
Matthew Hooker
c733981e92
fix makefile
2016-10-21 15:19:54 -07:00
Matthew Hooker
6b41cb53ec
update doc version
2016-10-21 15:18:55 -07:00
Matthew Hooker
276ff687b0
remove duplicate changelog
2016-10-21 15:06:34 -07:00
Matthew Hooker
537450fa6c
prepare for 0.11.0
2016-10-21 15:00:13 -07:00
Matthew Hooker
ad357a301a
Revert "make these links"
...
This reverts commit 1c1f721ad9
.
2016-10-21 14:56:20 -07:00
Matthew Hooker
1ec9406636
prepare for 0.11
2016-10-21 14:55:33 -07:00
Matthew Hooker
1c1f721ad9
make these links
2016-10-21 14:40:59 -07:00
Matthew Hooker
4dca4fe5ca
sort and reformat
2016-10-21 14:39:09 -07:00
Matthew Hooker
84460a9063
sync changelog with what's in master
2016-10-21 14:36:14 -07:00
Matthew Hooker
46eda07343
update changelog
2016-10-21 12:49:41 -07:00
Matthew Hooker
1a87d49abf
Merge pull request #4034 from mitchellh/sshdisconnect
...
handle case when remote ssh server disconnects
2016-10-21 12:48:40 -07:00
Matthew Hooker
892d5e82c9
expect_disconnect option
...
provisioner/shell: Adds option to fail if the remote server disconnects
us.
2016-10-21 11:39:03 -07:00
Matthew Hooker
42784e0e68
Merge pull request #4036 from mvermaes/docs-vmware-vmx-tools_options
...
Add tools_upload_flavor/path to vmware-vmx docs
2016-10-21 11:12:26 -07:00
Michael Vermaes
bf17b4bd01
Add tools_upload_flavor/path to vmware-vmx docs
2016-10-21 18:19:08 +08:00
Matthew Hooker
b7a41af93c
update changelog
2016-10-20 11:57:00 -07:00
Matthew Hooker
9185066019
Merge pull request #4033 from mitchellh/4026-alt
...
4026 alt
2016-10-20 11:55:16 -07:00
Matthew Hooker
83a763115e
update changelog
2016-10-19 18:52:29 -07:00
Matthew Hooker
a1ef6398c3
Merge pull request #3371 from simonguest/powershell-envvars-fix
...
Removed escaped quotes in non-elevated powershell invocation
2016-10-19 18:50:39 -07:00
Matthew Hooker
fd324f4a97
use inconsolata monospace
2016-10-19 14:11:28 -07:00