Daisuke Takahashi
|
c848f59a55
|
Check condition for image_disk_format option
|
2018-09-20 11:02:30 +09:00 |
Daisuke Takahashi
|
b7bd3d4b34
|
OpenStack: Change option name to `image_disk_format`
|
2018-09-20 10:44:28 +09:00 |
Daisuke Takahashi
|
e375a87a56
|
OpenStack: Update documentation for `image_disk_format`
|
2018-09-20 10:44:28 +09:00 |
Daisuke Takahashi
|
904dd1df63
|
Add disk_format option for OpenStack builder
|
2018-09-20 10:44:28 +09:00 |
Megan Marsh
|
5470c08345
|
Merge pull request #6700 from hashicorp/multi_progressbar
Split progressbars per object
|
2018-09-19 15:22:14 -07:00 |
Megan Marsh
|
c427486bca
|
Merge pull request #6714 from jescalan/je.netlify-deploy
Switch to netlify deployment
|
2018-09-19 14:22:08 -07:00 |
Jeff Escalante
|
4da7d67239
|
switch to netlify deployment
|
2018-09-19 12:17:28 -07:00 |
Megan Marsh
|
b0774d155a
|
Merge pull request #6512 from sharmaanshul2102/5786-use-describe-regions-for-validation-aws
Use DescribeRegions for aws region validation
|
2018-09-19 10:37:42 -07:00 |
Megan Marsh
|
79093da6ad
|
skip region validation in tests that don't care; refactor Prepare func so we can test region validation logic with a mock
|
2018-09-19 10:30:08 -07:00 |
Adrien Delorme
|
9ba959598b
|
Merge pull request #6729 from hashicorp/fix_ssh_digitalocean
builder/digitalocean: pass config as a pointer so that ssh configuration is correctly set
|
2018-09-19 18:26:36 +02:00 |
zhuzhih2017
|
9e3e2e83ae
|
Merge pull request #6720 from chhaj5236/fix/attach_keypair
fix attaching keypair error due to missing keypair name
|
2018-09-19 14:14:55 +08:00 |
Megan Marsh
|
93f1155a14
|
remove test-related special casing
|
2018-09-18 08:08:36 -07:00 |
bozhi.ch
|
3c312eb2a0
|
change b.config to pointer
|
2018-09-18 21:40:57 +08:00 |
zhuzhih2017
|
118e63d938
|
Merge pull request #6719 from chhaj5236/feature/support_tags
support adding tags to image
|
2018-09-18 20:42:41 +08:00 |
Adrien Delorme
|
5389ab1694
|
pass config as a pointer so that ssh configuration is correctly set
|
2018-09-18 11:36:21 +02:00 |
Anshul Sharma
|
ef3c10c403
|
Modify Validate Region for test cases
|
2018-09-17 14:45:55 -07:00 |
Anshul Sharma
|
98f13eaf29
|
Use DescribeRegions for aws region validation
|
2018-09-17 14:45:55 -07:00 |
Megan Marsh
|
f4e6d06e68
|
reset poll delay seconds default to 2 because it can actuall be used in one part of the conditional tree for applyEnvOverrides
|
2018-09-17 11:10:50 -07:00 |
chhaj5236
|
43e091de15
|
Merge branch 'master' into feature/support_tags
|
2018-09-17 16:50:44 +08:00 |
zhuzhih2017
|
31bbe2983b
|
Merge pull request #6688 from chhaj5236/feature/support_ssh_private_ip
support ssh with private ip address
|
2018-09-17 16:46:38 +08:00 |
bozhi.ch
|
b3aae89a53
|
fix attaching keypair error due to missing keypair name
|
2018-09-16 18:19:00 +08:00 |
bozhi.ch
|
b8a3e3b8f4
|
support adding tags to image
|
2018-09-16 18:16:13 +08:00 |
Adrien Delorme
|
30754a1ed6
|
now dev for 1.3.2
|
2018-09-14 12:25:55 -07:00 |
Adrien Delorme
|
53a7927934
|
bump version patch for for binary & website
|
2018-09-14 11:37:12 -07:00 |
Adrien Delorme
|
fb372188f9
|
Update changelog once again for 1.3.1
|
2018-09-14 11:19:15 -07:00 |
Adrien Delorme
|
fc75449e06
|
Merge pull request #6713 from hashicorp/cleanup_keys
new option allowing user to clean up the ephemeral ssh key from the a…
|
2018-09-14 11:12:33 -07:00 |
Megan Marsh
|
38cc525ec7
|
new option allowing user to clean up the ephemeral ssh key from the authorized_keys file
|
2018-09-14 11:06:38 -07:00 |
Adrien Delorme
|
433003181b
|
Merge pull request #6701 from shield-9/fix-openstack
OpenStack: SSH keypair is not attached
|
2018-09-14 09:58:55 -07:00 |
Adrien Delorme
|
2f0a04dec2
|
Update Changelog for 1.3.1
|
2018-09-13 11:18:40 -07:00 |
Megan Marsh
|
a584f2d4d3
|
Merge pull request #6708 from sparky005/winreadme
Add note about ssh copies for windows
|
2018-09-13 09:53:09 -07:00 |
Adil Sadik
|
34a6cda26e
|
Add note about ssh copies for windows
|
2018-09-13 12:15:33 -04:00 |
Daisuke Takahashi
|
02139dcb69
|
Fix bugs
|
2018-09-13 14:39:38 +09:00 |
Adrien Delorme
|
be27775a3c
|
start the pool only once
|
2018-09-12 17:04:10 -07:00 |
Adrien Delorme
|
dfeca9f0df
|
split progressbars per object
|
2018-09-12 16:21:58 -07:00 |
Megan Marsh
|
4dbd11110b
|
fix typo in execute_command on shell-local provisioner and postprocessor docs
|
2018-09-12 15:31:28 -07:00 |
Megan Marsh
|
7e375db693
|
Merge pull request #6694 from hashicorp/update_source_ami_filter_docs
update owners docs
|
2018-09-12 11:02:14 -07:00 |
Megan Marsh
|
0c0a77782b
|
Merge pull request #6698 from hashicorp/fix_progress_bar
fix progress bar mutex
|
2018-09-12 11:00:16 -07:00 |
Megan Marsh
|
77980a7b53
|
fix progress bar mutex
|
2018-09-12 10:53:15 -07:00 |
Adrien Delorme
|
70b0380558
|
Merge pull request #6697 from hashicorp/fix_6696
spot instance creation, only set blockDurationMinutes when > 0
|
2018-09-12 10:31:28 -07:00 |
Adrien Delorme
|
770f61e682
|
spot instance creation, only set blockDurationMinutes when > 0
|
2018-09-12 10:21:39 -07:00 |
Megan Marsh
|
9a500d85e2
|
Merge pull request #6693 from hashicorp/fix_6692
pass Comm instance to fix Spot instance creation
|
2018-09-12 08:58:44 -07:00 |
Megan Marsh
|
d5ce18b857
|
update owners docs
|
2018-09-12 05:35:59 -07:00 |
Adrien Delorme
|
2e73ed8d46
|
pass Comm instance to fix Spot instance creation
|
2018-09-11 18:20:14 -07:00 |
Megan Marsh
|
38f374b5f7
|
Merge pull request #5415 from matt-deboer/auto_decode_encoded_errors2
aws: automatically decode encoded authorization messages if possible
|
2018-09-11 16:19:22 -07:00 |
Matt DeBoer
|
09797df958
|
use a UI wrapper to auto-decode error messages
update docs to reflect optional config
|
2018-09-11 16:05:43 -07:00 |
Megan Marsh
|
191996628c
|
update to 1.3.1-dev
|
2018-09-11 12:34:45 -07:00 |
Megan Marsh
|
20eb6c98ed
|
Cut version 1.3.0
|
2018-09-11 12:03:18 -07:00 |
Megan Marsh
|
2b48277c1e
|
cut version 1.3.0
|
2018-09-11 11:56:51 -07:00 |
Megan Marsh
|
5af7d343f5
|
final changelog update pre-1.3.0
|
2018-09-11 11:54:42 -07:00 |
Megan Marsh
|
43dd3a6d16
|
Merge pull request #6685 from hashicorp/revert_winrm_fix
Going to revert this change for now, becuase of potential issues that…
|
2018-09-11 10:18:35 -07:00 |