Amrita Dutta
|
34dac69112
|
pass subscription id via state bag
|
2019-06-17 22:08:10 +00:00 |
Megan Marsh
|
8cc82ca8d2
|
add broken test
|
2019-06-17 15:04:19 -07:00 |
Megan Marsh
|
d460b9afd4
|
add docs for skip_save_build_region
|
2019-06-17 14:48:58 -07:00 |
Megan Marsh
|
0d55bc46ee
|
add skip_save_build_region flag to fix naming conflicts when building for multiple regions
|
2019-06-17 14:39:11 -07:00 |
Amrita Dutta
|
540c904fd4
|
add missing check to not publish to SIG if config.SharedGalleryDestination.SigDestinationGalleryName is null
|
2019-06-17 19:13:03 +00:00 |
Adrien Delorme
|
022b559c2f
|
Merge pull request #7755 from aerialls/proxmox-api
fix(promox): update proxmox-api-go dependency
|
2019-06-17 16:29:12 +02:00 |
Julien Brochet
|
5efaba6dd1
|
fix(proxmox): update vendor folder with latest Proxmox dependency
|
2019-06-17 16:10:22 +02:00 |
Adrien Delorme
|
4a73f5ead1
|
Merge pull request #7753 from hashicorp/auto-gomodules
Auto gomodules
|
2019-06-17 15:12:20 +02:00 |
Adrien Delorme
|
f04c2d8910
|
Merge pull request #7752 from bzhaoopenstack/fix_ci
Fix failed to copy binary when using make bin
|
2019-06-17 14:57:52 +02:00 |
Ubuntu
|
6504d3ae5c
|
Changes to ARM builder for publishing to SIG
|
2019-06-14 21:54:27 +00:00 |
Julien Brochet
|
ab52c4f87e
|
fix(promox): update proxmox-api-go dependency
|
2019-06-14 20:42:09 +02:00 |
Megan Marsh
|
352438c090
|
vendoring
|
2019-06-14 11:14:12 -07:00 |
Megan Marsh
|
0a2f4d884a
|
make bin currently won't work outside of GOPATH
|
2019-06-14 11:12:58 -07:00 |
Megan Marsh
|
8d25cc578f
|
Merge pull request #7746 from hashicorp/fix_7671
Abort hyperv build if there's a name collision
|
2019-06-14 10:58:22 -07:00 |
bzhaoopenstack
|
f7793649ec
|
Fix failed to copy binary when using make bin
If we use make bin, XC_OS and XC_ARCH will be None, the binary will failed to be copied.
|
2019-06-15 00:34:33 +08:00 |
Adrien Delorme
|
5971368f4e
|
Merge pull request #7750 from wrolisonaflac/patch-1
Update ncloud.html.md
|
2019-06-14 15:09:45 +02:00 |
Adrien Delorme
|
065fee86a8
|
fix more urls
|
2019-06-14 15:08:59 +02:00 |
wrolisonaflac
|
d8b91cd7a5
|
Update ncloud.html.md
Fixed blog link at cloudwindows
|
2019-06-14 07:54:00 -04:00 |
Adrien Delorme
|
cfda61b81f
|
Merge pull request #7747 from chhaj5236/bugfix/refine_io_optimize
let product API determine the default value of io_optimized
|
2019-06-14 11:58:03 +02:00 |
Adrien Delorme
|
c9a22b6380
|
Merge pull request #7745 from hashicorp/investigate_crash
small cleanups
|
2019-06-14 10:09:32 +02:00 |
mingsheng.su
|
787485f66f
|
add validate project_id
|
2019-06-14 14:50:46 +08:00 |
bozhi.ch
|
b3277698f6
|
let product API determine the default value of io_optimized
|
2019-06-14 11:49:42 +08:00 |
Megan Marsh
|
daddb65da8
|
add tests
|
2019-06-13 14:29:22 -07:00 |
Megan Marsh
|
2e821da84b
|
check to make sure a vm-name isn't already in use before trying to launch a vm with said name.
|
2019-06-13 14:09:45 -07:00 |
Megan Marsh
|
1c3b234b55
|
Merge pull request #7737 from hashicorp/document_retry
retry.Backoff: document
|
2019-06-13 10:54:08 -07:00 |
Megan Marsh
|
88e5a21170
|
make sure machine readable logs print what's come through the UI into the logs
|
2019-06-13 10:51:44 -07:00 |
Megan Marsh
|
6982ec796f
|
remove redundant error check
|
2019-06-13 10:51:44 -07:00 |
mingsheng.su
|
9798c86a0d
|
update string to const
|
2019-06-13 20:17:08 +08:00 |
mingsheng.su
|
156d31f933
|
update acc test
|
2019-06-13 18:38:07 +08:00 |
Adrien Delorme
|
e68f55d76c
|
Merge pull request #7744 from chhaj5236/bugfix/cleanup_when_timeout
cleanup image and snapshot if target image is still not available after timeout
|
2019-06-13 10:40:57 +02:00 |
mingsheng.su
|
c8bab9b382
|
add ucloud packer
|
2019-06-13 15:16:49 +08:00 |
bozhi.ch
|
6a5db1e948
|
cleanup image and snapshot if target image is still not available after timeout
|
2019-06-13 11:17:39 +08:00 |
Megan Marsh
|
a907adb4ab
|
Merge pull request #7743 from hashicorp/fix_7728
filter machine readable UI
|
2019-06-12 13:00:26 -07:00 |
Megan Marsh
|
df977926ba
|
filter machine readable UI
|
2019-06-12 09:50:27 -07:00 |
mingsheng.su
|
838f2ad0ad
|
Merge pull request #1 from tangjunjie119/master
Updated the translation
|
2019-06-12 19:06:56 +08:00 |
Adrien Delorme
|
ccd4397f26
|
Merge pull request #7738 from hashicorp/fix_7727
prevent nil pointer dereference by defining IsUserAuthority. This occ…
|
2019-06-12 12:07:16 +02:00 |
Adrien Delorme
|
632e42eb88
|
Merge pull request #7720 from psinghal20/issue-6617
Add feature to import user-data from a file
|
2019-06-12 11:06:33 +02:00 |
Adrien Delorme
|
f097deab3b
|
Merge pull request #7739 from hashicorp/fix_7728
apply logSecretFilter to output from ui.Say
|
2019-06-12 11:01:25 +02:00 |
Adrien Delorme
|
2eef6a1492
|
Merge pull request #7726 from hashicorp/packer-interpolate
Packer console
|
2019-06-12 11:00:11 +02:00 |
tangjunjie119
|
6a7f23c401
|
Updated the translation
|
2019-06-12 14:53:00 +08:00 |
Megan Marsh
|
1e5866bd2a
|
apply logSecretFilter to output from ui.Say
|
2019-06-11 14:04:36 -07:00 |
Megan Marsh
|
6dcff18d36
|
prevent nil pointer dereference by defining IsUserAuthority. This occurred as a regression when we updated the crypto library in v1.4.0
|
2019-06-11 13:43:13 -07:00 |
Pratyush singhal
|
92af5847a7
|
refactor: replace *packer.MultiError from type signature of createInstanceMetadata with generic error interface
Signed-off-by: Pratyush singhal <psinghal20@gmail.com>
|
2019-06-11 21:01:26 +05:30 |
Adrien Delorme
|
0a74a6ae10
|
Merge pull request #7734 from yandex-cloud/yandex-cloud-builder-2
graceful shutdown instance, metadata from file and preemptible instance type
|
2019-06-11 17:23:42 +02:00 |
Pratyush singhal
|
6ce6bd8ad3
|
refactor: add multiError in createInstanceMetadata method to capture multiple errors
Signed-off-by: Pratyush singhal <psinghal20@gmail.com>
|
2019-06-11 20:09:14 +05:30 |
Gennady Lipenkov
|
9c7e6a0aec
|
fix test
|
2019-06-11 17:04:51 +03:00 |
Pratyush singhal
|
4a369b4ef1
|
chore: add test for MetadataFiles option
Signed-off-by: Pratyush singhal <psinghal20@gmail.com>
|
2019-06-11 17:45:30 +05:30 |
mingsheng.su
|
612d7a8d57
|
add ucloud packer docs
|
2019-06-11 20:02:00 +08:00 |
Pratyush singhal
|
99a3e9cf0a
|
chore: update tests for createInstaceMetadata
Signed-off-by: Pratyush singhal <psinghal20@gmail.com>
|
2019-06-11 16:47:16 +05:30 |
Pratyush singhal
|
529dff0abb
|
refactor: add error handling in createInstanceMetadata method
Signed-off-by: Pratyush singhal <psinghal20@gmail.com>
|
2019-06-11 16:36:16 +05:30 |