Commit Graph

213 Commits (config_docs)

Author SHA1 Message Date
Wilken Rivera 6f23bc0d97 Vendor exoscale-import plugin
5 years ago
Marc Falzon 9a1f2d0c97 fixup! Remove "exoscale-import" post-processor
5 years ago
Wilken Rivera 79481ed7ec Add vendored components map as opposed to removing code generation for command/plugin.go
5 years ago
Megan Marsh a5b0e37d7e docker extraction POC
5 years ago
Blake Garner 0b1829ef88
Update to gopsutil v3.21.1 to allow builds to work for darwin arm64 (#10697)
5 years ago
Megan Marsh 96b753f3b0
pin packer to golang 1.16 (#10702)
5 years ago
Megan Marsh 9a11fd4136
Update amazon sdk (#10668)
5 years ago
Megan Marsh 3d55fa51d8
Merge pull request #10560 from trown/bump-oci-go-sdk
5 years ago
Adrien Delorme 993ae765e5
Prepare release (#10646)
5 years ago
Adrien Delorme 915372c73d
get packer plugin sdk version 0.0.12 (#10612)
5 years ago
Megan Marsh ece5e94c3d
remove dev line (#10578)
5 years ago
Adrien Delorme 692433721d
Add some acceptance testing for Packer init commands (#10566)
5 years ago
Adrien Delorme 1075120109
use the SDK version 0.0.11 (#10572)
5 years ago
Sylvia Moss 3ddb17ad86
Don't allow data sources to be used inside data sources (#10559)
5 years ago
John Trowbridge 34b86c0228 Update Oracle Go SDK
5 years ago
Adrien Delorme ed091163be
HCL2 Parse packer.required_plugins block + packer init (#10304)
5 years ago
Sylvia Moss d1ada744e1
Aws Secrets Manager data sources (#10505)
5 years ago
Sylvia Moss 291121dd55
(2) Implement datasources (#10440)
5 years ago
Adrien Delorme 52d2d7fe5f
Copy `MapOf...` plugin types back into Packer core (#10466)
5 years ago
Megan Marsh da0ee96cdd fix imports
5 years ago
Megan Marsh c94d66db13 clean up dependencies
5 years ago
Megan Marsh 4ac55446a1 fix go.mod
5 years ago
Megan Marsh 0666b787fc allow plugins with registered items with name from plugin.DEFAULT_NAME string constant to be passthroughs to the plugin binary suffix
5 years ago
Megan Marsh 37652b05eb update vendoring
5 years ago
Megan Marsh 82eb22c8bb go.mod updates
5 years ago
Gareth Rees 355b93730b
Gcp oslogin issue 10170 (#10360)
5 years ago
Mike Tougeron e0e82e2192
Support AWS gp3 volumes (#10338)
5 years ago
Megan Marsh 863e20ad65 move builder/testing framework into sdk; it imports the core but I think we just need to accept that. It doesn't expose the core directly to the SDK.
5 years ago
Megan Marsh edbd483917 fix go-getter imports
5 years ago
Megan Marsh 001886670d move Ui definition into the packer plugin sdk.
5 years ago
Megan Marsh e04eaa89e6 move steps and step configs from packer/common to packer/common/commonsteps
5 years ago
Simon Gottschlag 65b7d3b604
Add Azure CLI authentication (#10157)
5 years ago
Adrien Delorme 8e355d0fe7 Move ssm code to its own ssm package and make it singlethreaded
5 years ago
Megan Marsh 8f67f939f9
Merge pull request #10158 from Direnol/yandex-add-support-iam-auth
5 years ago
Roman Mingazeev ae7fc84557 Added support for IAM credential in the token field and YC_TOKEN env
5 years ago
Megan Marsh 70cb4097e1 review comments, add plugin type for a few missing builders
5 years ago
Megan Marsh c0ce8a9414 rework fixer deprecation code so we know what plugins they relate to
5 years ago
Megan Marsh 456214eb51
Merge pull request #10056 from marinsalinas/new_client
5 years ago
Marin Salinas c5dffc1bff chore: add go mod vendor for new Outscale SDK
5 years ago
Adrien Delorme 14e253f316
upgrade panicwrap to v1 (#10059)
5 years ago
Patrik d4d78feed2
feat(scaleway): get image by label if not an UUID (#10061)
5 years ago
Megan Marsh 7ee9a4b638
Merge pull request #9968 from upodroid/google-impersonation
5 years ago
zhsj ef9713b348
Replace kardianos/osext.Executable with os.Executable (#10048)
5 years ago
upodroid b1c74f9df0 Merge branch 'master' of github.com:hashicorp/packer into google-impersonation
6 years ago
Adrien Delorme f3e65b5eb1 use "github.com/hashicorp/go-cty-funcs/collection".CoalesceFunc
6 years ago
Megan Marsh 4c0ac6917e switch to using aws base config, which means we're using code tested and maitnained by the terraform crowd.
6 years ago
Megan Marsh 09cdc4275b
Merge pull request #9974 from hashicorp/fix_9786
6 years ago
Megan Marsh 429d431365 Implement assume_role for Packer. This functionality is copied shamelessly
6 years ago
Megan Marsh 7b1826e107 tidy go modules
6 years ago
Megan Marsh ae8d359bf1 Switch to explicitly declaring TrackProgress on UI, using an underlying progress bar specifically stored on the struct. Export UiProgressTracker. These changes allow us to optionaly switch to the NoopProgressTracker when no TTY is set.
6 years ago