This project is mirrored from https://gitee.com/NQL886/packer.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 29 Sep, 2021 1 commit
-
-
Adrien Delorme authored
-
- 28 Sep, 2021 7 commits
-
-
packer-ci authored
-
packer-ci authored
-
packer-ci authored
-
packer-ci authored
-
Wilken Rivera authored
-
Wilken Rivera authored
Add call out for Go 1.17 bump
-
Wilken Rivera authored
Update alert banner for HashiConf Global 2021
-
- 24 Sep, 2021 1 commit
-
-
Wilken Rivera authored
``` go mod tidy ```
-
- 19 Sep, 2021 1 commit
-
-
Noel Quiles authored
-
- 15 Sep, 2021 2 commits
-
-
Adrien Delorme authored
* Fail when the Packer Service datasource could not be found * Update datasource/hcp-packer-image/data.go
-
packer-ci authored
-
- 14 Sep, 2021 10 commits
-
-
packer-ci authored
-
packer-ci authored
-
packer-ci authored
-
Wilken Rivera authored
Unregister packer-image-iteration datasource
-
Wilken Rivera authored
-
Wilken Rivera authored
hcp packer registry doc changes
-
Wilken Rivera authored
-
Wilken Rivera authored
-
Wilken Rivera authored
This change temporarily renames the type of the packer-image-iteration datasource to prevent it from being automatically registered by the Packer plugin tooling. The datasource is fully functional, but not quite ready for full usage. It will be updated in a future release.
-
Wilken Rivera authored
Update HCP Packer registry image extraction, validation, publishing logic for registry capable plugins (#11221) * Update handling of registry artifacts This change uses the github.com/hashicorp/packer-plgin-sdk/packer/registryimage for querying Artifact State for HCP Registry Image metadata. To handle the conversion of the RPC response, mapstructure was introduced to conversion state data into an registryimage.Image before publishing to a image bucket. * Update to use registry image from packersdk * Rename internal registry service pkg * Update vendored plugins to latest version * The latest release of Amazon, GoogleCompute, and Azure have support for publishing images to the HCP Packer registry.
-
- 08 Sep, 2021 2 commits
-
-
Megan Marsh authored
-
Wilken Rivera authored
Before change ``` === Failed === FAIL: datasource/hcp-packer-iteration TestAccDatasource_HCPPackerIteration (1.97s) pluginacc.go:143: Error running plugin acceptance tests: Bad exit code. Logfile: packer_log_hcp_packer_iteration_datasource_basic_test.txt Logs can be found at /Users/wilkenrivera/Development/packer/datasource/hcp-packer-iteration/packer_log_hcp_packer_iteration_datasource_basic_test.txt and the acceptance test template can be found at /Users/wilkenrivera/Development/packer/datasource/hcp-packer-iteration/hcp_packer_iteration_datasource_basic_test.pkr.hcl DONE 690 tests, 5 skipped, 1 failure in 387.912s ``` After change ``` === SKIP: datasource/hcp-packer-iteration TestAccDatasource_HCPPackerIteration (0.00s) data_acc_test.go:35: Acceptance tests skipped unless envs "HCP_CLIENT_ID" and "HCP_CLIENT_SECRET" are set ```
-
- 07 Sep, 2021 8 commits
-
-
Wilken Rivera authored
* Update plugin directory check for ci On CIRCLECI the default plugin direction is under `$HOME/.config/packer` this changes updates the acctest just a bit to check if we are running in a CIRCLECI env. * Apply same logic to cleanup step
-
Matthieu MOREL authored
* Update Makefile * Update .golangci.yml Remove comment as version pinning is no longer needed. Co-authored-by:
Wilken Rivera <dev@wilkenrivera.com>
-
Megan Marsh authored
New data sources
-
Megan Marsh authored
-
Megan Marsh authored
allow datasources to use other datasources
-
Megan Marsh authored
-
Megan Marsh authored
-
Megan Marsh authored
-
- 03 Sep, 2021 3 commits
-
-
Megan Marsh authored
create a null data source for testing. We can choose to document if we want to, but it's a convenience for us add a test to catch cyclic datasource dependency, update tests to include out of order data sources, and update the code to clean up the returned diagnostics generated from the recursive evaluation PR review comments
-
Megan Marsh authored
-
Megan Marsh authored
Add two new data sources -- hcp-packer-iteration and hcp-packer-image. These data sources together will allow users to query hcp_packer for the image_ids they need to use as source images to their builds, with a simple UI and clear outputs. add quick and dirty acceptance test for hcp packer image iteration and hcp packer image data sources PR review linting
-
- 02 Sep, 2021 1 commit
-
-
Adrien Delorme authored
* up plugins and get rid of a dependency loop from packer to packer
-
- 01 Sep, 2021 1 commit
-
-
Kevin Wang authored
-
- 31 Aug, 2021 3 commits
-
-
Megan Marsh authored
Implement hcp packer data source.
-
Adrien Delorme authored
Co-authored-by:
Sylvia Moss <moss@hashicorp.com>
-
Adrien Delorme authored
-