Commit Graph

12283 Commits

Author SHA1 Message Date
Adrien Delorme e62aba3788 allow to set ExecutionPolicy to none for powershell provisioner
this has the effect to not wrap the command, which will allow to know the exit status of a command in docker
2019-05-23 16:42:44 +02:00
Adrien Delorme e96409954a add execution policy type and use it to default the powershell cmd 2019-05-23 16:12:05 +02:00
Adrien Delorme 2da36b7374 builder/docker: default container dir to "c:/packer-files" on windows 2019-05-22 16:55:26 +02:00
Megan Marsh f031c95142
Merge pull request #7668 from BobSilent/improve-contributing-md-for-windows-users
improve contributing.md for windows user
2019-05-21 12:32:49 -07:00
BobSilent b08bb6038d
improve contributing.md for windows user
improving description for windows user
2019-05-21 00:10:58 +02:00
Adrien Delorme df98c3ee38
Merge pull request #7666 from tonyganga/patch-1
Update virtualbox-iso.html.md.erb
2019-05-20 16:16:13 +02:00
Tony b72a55a3fb
Update virtualbox-iso.html.md.erb
remove cpus/memory flags due to their property implementation, add vram for example
2019-05-20 10:09:45 -04:00
Adrien Delorme 13a6420eb8
Merge pull request #7657 from paulmey/paulmey/fix-ps-provisioner
Check error returned from retry.Config.Run() in powershell provisioner
2019-05-20 11:06:15 +02:00
Adrien Delorme d17812208a
Merge pull request #7658 from hashicorp/fix_line_endings
refresh line endings
2019-05-20 10:56:30 +02:00
Adrien Delorme 8d371bfe8f
Merge pull request #7656 from hashicorp/update_amazon_volume_docs
update volume_type docs
2019-05-20 10:49:16 +02:00
Paul Meyer 814665fddd Check error returned from retry.Config.Run() 2019-05-17 22:28:34 +00:00
Paul Meyer ec14ab4875 Add unit test to find issue #7655 2019-05-17 22:27:19 +00:00
Megan Marsh 3e73abc93a refresh line endings 2019-05-17 14:58:20 -07:00
Megan Marsh 3222f361ce add partials 2019-05-17 14:33:06 -07:00
Megan Marsh 657308c232 update volume_type docs and move ami_block_device_mappings into partials so that we don't have to keep it updated in four places. Two partials so that we can properly alphabetize the kms_key_id property only available in chroot 2019-05-17 13:48:49 -07:00
Adrien Delorme 07dbf8195e time to work towards 1.4.2 2019-05-16 09:02:32 +02:00
Adrien Delorme 0bb38f4385
Cut version 1.4.1 2019-05-15 19:25:27 +02:00
Adrien Delorme 2b8339bb3b
Update CHANGELOG.md
fix layout
2019-05-15 15:11:42 +02:00
Adrien Delorme bfb3b99e8e cut release 2019-05-15 14:54:10 +02:00
Megan Marsh cc78ac2da9
Merge pull request #7642 from hashicorp/fix_7640
document alias keys usage
2019-05-14 14:20:06 -07:00
Megan Marsh 0e863c3553 update changelog 2019-05-14 14:05:09 -07:00
Adrien Delorme 4eecc7a580 document alias keys usage
refactor kms_key_id doc into the same partial
2019-05-14 12:29:28 +02:00
Megan Marsh 5504709e1d
Merge pull request #7612 from hashicorp/fix_6897
add omit_from_artifact option for ebssurragote launch_block_devices
2019-05-13 10:57:07 -07:00
Adrien Delorme 8d4b9116b5
Merge pull request #7633 from hashicorp/fix_vagrant_libvirt_package
Work around bug in libvirt-vagrant plugin
2019-05-13 15:02:27 +02:00
Adrien Delorme 8367447b13
Merge pull request #7631 from aaronk1/patch-1
Correct typo in var name
2019-05-13 10:45:03 +02:00
Adrien Delorme 783f6938cf
Update builder/vagrant/driver_2_2.go 2019-05-13 10:43:09 +02:00
Megan Marsh ff59cfdaae Work around bug in libvirt-vagrant plugin by changing directories instead of supplying absolute path to output box 2019-05-10 16:11:41 -07:00
aaronk1 4ffa1779f1
Correct typo in var name 2019-05-10 18:49:42 -04:00
Megan Marsh 73d4d89ee8 fix website formatting 2019-05-10 11:12:11 -07:00
Megan Marsh 1062295ecd add omit_from_artifact option for ebssurragote launch_block_devices 2019-05-10 11:12:11 -07:00
Megan Marsh 69aec690fe
Merge pull request #7630 from hashicorp/ldflags
circle-ci: add `-ldflags="-s -w"` for smaller go binaries & tag nightly build as a 'pre-release'
2019-05-10 11:10:24 -07:00
Megan Marsh b19d5c02d5
Merge pull request #7623 from hashicorp/remove_travis
remove travis from our builds since we now use circle ci
2019-05-10 11:08:25 -07:00
Megan Marsh 70c223045e fix race condition in hooks 2019-05-10 10:25:54 -07:00
Megan Marsh cdd244339b add wait so osx builds dont time out 2019-05-10 09:41:03 -07:00
Megan Marsh 1ab8dab707 remove windows and linux builds from travis, since we do those on circle now. 2019-05-10 09:24:36 -07:00
Adrien Delorme 57e56a0b43
Merge pull request #7629 from hashicorp/document_vault_env_vars
document vault client env vars
2019-05-10 11:03:59 +02:00
Adrien Delorme 147c028bc6 flag nightly builds as prerelease 2019-05-10 10:48:20 +02:00
Adrien Delorme 8c15ade94b pass `-ldflags="-s -w"` to go build to make the binaries a bit smaller 2019-05-10 10:24:04 +02:00
Megan Marsh ada6b97126 document vault client env vars 2019-05-09 13:42:48 -07:00
Megan Marsh 91c657efda
Merge pull request #7625 from hashicorp/garbage_branch
Perform branch builds of Packer within CircleCI
2019-05-09 11:47:22 -07:00
Megan Marsh c89b6ed892
Merge pull request #7620 from hashicorp/do_7358
Allow users to set architecture in ebssurrogate and chroot ami registration
2019-05-09 11:38:18 -07:00
Megan Marsh 2568fe3f54
Merge pull request #7628 from hashicorp/fix-netlify-tf
remove name argument for github_repository_webhook
2019-05-09 11:34:12 -07:00
Alvin Huang e40943ef8f pin github and netlify providers 2019-05-09 14:21:26 -04:00
Alvin Huang c9665b7a9d set insecure_ssl and a custom site domain 2019-05-09 13:54:23 -04:00
Alvin Huang 506eb40d56 remove name argument for github_repository_webhook 2019-05-09 13:41:42 -04:00
Adrien Delorme 65d6677eb7 don't try to push binaries for branches 2019-05-09 16:24:46 +02:00
Adrien Delorme 03e3c32f4e actually zip binary now 2019-05-09 16:16:45 +02:00
Adrien Delorme 48eaf9ea5f circle-ci: publish 'nightly' tag binaries to github 2019-05-09 16:16:45 +02:00
Adrien Delorme 84a11b0f8f Revert "make store_artifacts step manually approved"
This reverts commit 629d8313aba05c649dd96a02c33a394344fc3dc7.
2019-05-09 16:16:45 +02:00
Adrien Delorme e368910bb5 make store_artifacts step manually approved 2019-05-09 14:09:38 +02:00