10641 Commits

Author SHA1 Message Date
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
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 v1.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
Megan Marsh
a0edaf6c46 Going to revert this change for now, becuase of potential issues that arise from calling Prepare() twice
Revert "use statebag instead of SetSharedState for winRM password"

This reverts commit b35acbd8798a1baa645f0d181731a9cd9318a61c.
2018-09-10 16:48:42 -07:00
Megan Marsh
351cdc8508
Merge pull request #5366 from dpolitis/fix_ovftool
Fix recurring bug #3878, make destination ESXi host selectable in con…
2018-09-10 12:12:40 -07:00
Megan Marsh
2aaad99f38
Merge pull request #6679 from glasnt/docs/retry-template
Add note about reloading templates
2018-09-10 12:02:32 -07:00
Megan Marsh
3d615d8c4d
typo 2018-09-10 12:02:13 -07:00
Megan Marsh
eb847d5bad Merge branch 'master' of https://github.com/Hashicorp/packer 2018-09-10 12:00:21 -07:00
Megan Marsh
928ab4d07a update changelog 2018-09-10 12:00:17 -07:00
Megan Marsh
551c19e1b7
Merge pull request #6673 from hashicorp/refreshing_progressbar
refreshing progressbar
2018-09-10 11:54:27 -07:00
dpolitis
d1f5312253 fix recurring bug #3878, make destination ESXi host selectable in config, more informative error output 2018-09-10 08:40:03 +03:00
Katie McLaughlin
bb46fcb117 Add note about reloading templates 2018-09-10 10:43:53 +10:00
Matthew Hooker
13a44c4d91
Merge pull request #6674 from hashicorp/fix6660
fix docker email fixer
2018-09-07 10:51:31 -07:00
Megan Marsh
c1370064f3 update changelog 2018-09-07 09:41:05 -07:00
Adrien Delorme
89e43e7747
Merge pull request #6669 from sargun/root_volume_type
Enable setting the volume type
2018-09-07 14:48:31 +02:00
Sargun Dhillon
3ef15260a9 Add documentation for root_volume_type 2018-09-06 13:23:28 -07:00
Sargun Dhillon
63d784023f Add support to support non-gp2 volume types for building from_scratch 2018-09-06 13:22:09 -07:00
Sargun Dhillon
07ce820c70 Enable setting the volume type when building with the Amazon Chroot builder 2018-09-06 13:22:09 -07:00
Megan Marsh
b94e6e913e
Merge pull request #6670 from sargun/fix-ena-on-pv
Allow users to build hvm images from pv images to have ena_support
2018-09-06 12:50:46 -07:00
Matthew Hooker
8a7d43dd44
bug fix and add test 2018-09-06 12:19:31 -07:00
Matthew Hooker
42910a5f8c
fix docker email fixer
Fixing post-processors requires some smart parsing of the template.
Let's turn that logic into a helper and use it everywhere.
2018-09-06 12:19:31 -07:00
Megan Marsh
cc5c2fb100
Merge pull request #6675 from hashicorp/revert_executable_req
Revert executable req
2018-09-06 10:31:46 -07:00
Megan Marsh
268886b7d3 exclude git files (including git hooks) from the executable check 2018-09-06 10:23:58 -07:00
Adrien Delorme
0ac7b64364 fix panic of the future using a mutex instead of some atomic calls + more docs 2018-09-06 18:12:15 +02:00
Adrien Delorme
8a851efcc8 progressbar: more godocs 2018-09-06 17:01:14 +02:00
Adrien Delorme
32cacad273 remove comment that is not true anymore 2018-09-06 16:50:47 +02:00
Adrien Delorme
bb59a70e8f progressbar: use int64 instead of uint64
* it's what's used for file sizes and used lib
2018-09-06 16:49:15 +02:00
Adrien Delorme
f9c58e2b1f download: defer progress bar Finish 2018-09-06 16:38:28 +02:00
Adrien Delorme
3842f85eb4 download: remove close calls that are already defered 2018-09-06 16:30:35 +02:00
Adrien Delorme
f3c923c47d add tests for progress bar rpc calls 2018-09-06 16:15:09 +02:00
Adrien Delorme
6d3e36e6ea simplify remote progress bar as we are using a single instance 2018-09-06 16:14:59 +02:00
Adrien Delorme
d89e1133c3 use freshly merged random.AlphaNum instead of our own random 2018-09-06 15:55:19 +02:00
Adrien Delorme
23762a1810 fix tests for common/download_test.go 2018-09-06 15:53:59 +02:00
Adrien Delorme
42561cf777 packer/rpc/ui_test.go: test progress bar too 2018-09-06 15:53:59 +02:00
Adrien Delorme
5b66069da0 tests: remove Ui stubs to use packer.NoopUi to deduplicate code 2018-09-06 15:53:59 +02:00