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.
- 26 Jan, 2022 1 commit
-
-
Dylan Staley authored
-
- 24 Jan, 2022 4 commits
-
-
Zachary Shilton authored
-
Wilken Rivera authored
Closes #11467
-
Ethan Davidson authored
-
Wilken Rivera authored
* Add example of marking Vault values as sensitive variables * Update website/content/docs/templates/hcl_templates/functions/contextual/vault.mdx
-
- 19 Jan, 2022 9 commits
-
-
Bryce Kalow authored
-
packer-ci authored
-
packer-ci authored
-
packer-ci authored
-
packer-ci authored
-
Wilken Rivera authored
On a local developer machine there is a good chance the HCP_ORG_ID and HCP_PROJECT_ID are not set since the HCP Packer client can derive this information using the token/secret. This change initializes the location structure with the information obtained from the client and not the envs. Results of tests before change with no HCP_ORG_ID or HCP_PROJECT_ID set ``` par_test.go:185: (*packer_service.PackerServiceGetIterationOK)(nil) par_test.go:185: &{0 [] } (*models.GrpcGatewayRuntimeError) is not supported by the TextConsumer, can be resolved by supporting TextUnmarshaler interface --- FAIL: TestAcc_PAR_pkr_build (3.94s) FAIL FAIL github.com/hashicorp/packer/internal/registry/acctest 6.446s testing: warning: no tests to run PASS ok github.com/hashicorp/packer/internal/registry/env 0.318s [no tests to run] FAIL ``` Results of tests after change with no HCP_ORG_ID or HCP_PRO...
-
Wilken Rivera authored
Fix link to blog post
-
Wilken Rivera authored
Add note for deprecated provisioner plugins
-
Wilken Rivera authored
-
- 18 Jan, 2022 1 commit
-
-
Wilken Rivera authored
* Update CHANGELOG * add a link Co-authored-by:
Adrien Delorme <azr@users.noreply.github.com>
-
- 17 Jan, 2022 1 commit
-
-
Adrien Delorme authored
-
- 14 Jan, 2022 1 commit
-
-
Wilken Rivera authored
-
- 13 Jan, 2022 3 commits
-
-
Kevin Wang authored
This PR introduces Versioned-Docs to Packer!
-
Kevin Wang authored
* fix(algolia-index): npm install -g npm@latest * fix(algolia-index): `ts-node` * fix(algolia-index): ts errors
-
Sylvia Moss authored
* Fail for revoked iterations * check if iteration is revoked on GetIteration * fix fmt
-
- 11 Jan, 2022 4 commits
-
-
Kevin Wang authored
-
Kevin Wang authored
-
Kevin Wang authored
* feat: extract `/plugins` Co-authored-by:
Zachary Shilton <4624598+zchsh@users.noreply.github.com> Co-authored-by:
Adrien Delorme <azr@users.noreply.github.com>
-
Kevin Wang authored
* feat: backport.yaml * Update .github/workflows/backport.yml Co-authored-by:
Bryce Kalow <bkalow@hashicorp.com>
-
- 05 Jan, 2022 2 commits
-
-
Jenna Goldstrich authored
Run ./scripts/update-plugins and go mod tidy
-
Jenna Goldstrich authored
-
- 23 Dec, 2021 1 commit
-
-
Noel Quiles authored
-
- 20 Dec, 2021 1 commit
-
-
Noel Quiles authored
-
- 17 Dec, 2021 7 commits
-
-
Wilken Rivera authored
-
Wilken Rivera authored
-
Wilken Rivera authored
When obtaining image metadata for a HCP Packer build, Packer core will use mapstructure to decode the image metadata and validate that is has all of the required data set. Before this change Packer core would fail if there is extra metadata fields in the image metadata that Packer is not aware. This change removes the restriction of erroring on unused metadata fields. Packer should only care about the fields it knows and ignore the rest. In the future, we will add new fields to the SDK but plugins may begin sending that data sooner.
-
Wilken Rivera authored
-
Sylvia Moss authored
-
Zachary Shilton authored
-
Zachary Shilton authored
* refactor(website): use prop and CSS for plugin label spacing * fix: add official tier label to built-in plugin docs * feat(website): add BadgesHeader component * refactor(website): use BadgesHeader in all content * feat(website): add HCP ready demo, tweak badge look * refactor: integrate work from add-plugin-version branch * fix(website): correct bad import * fix: use updated MDX custom component * chore: remove plugin version label work from this branch * chore: remove unused var * fix: use new BadgesHeader interface for dual tags * chore: remove unused var, refine comment * fix: remove unused broken import * fix: shorten property for HCP packer readiness * Apply suggestions from code review Remove a few demo labels before merging Co-authored-by:
Wilken Rivera <dev@wilkenrivera.com>
-
- 16 Dec, 2021 1 commit
-
-
Noel Quiles authored
-
- 15 Dec, 2021 2 commits
-
-
Jenna Goldstrich authored
Update Contributor docs to clone repo instead of go get packer
-
Jenna Goldstrich authored
-
- 14 Dec, 2021 2 commits
-
-
Noel Quiles authored
-
Alex Carpenter authored
-