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.
- 19 Jan, 2022 3 commits
-
-
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
-
- 13 Dec, 2021 1 commit
-
-
dependabot[bot] authored
Bumps [next](https://github.com/vercel/next.js) from 11.1.2 to 11.1.3. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v11.1.2...v11.1.3 ) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 12 Dec, 2021 2 commits
-
-
Wilken Rivera authored
-
Felipe Crescencio de Oliveira authored
* Fix docs about running specific provisioners * Update website/content/docs/templates/hcl_templates/blocks/build/provisioner.mdx Co-authored-by:
Wilken Rivera <dev@wilkenrivera.com>
-
- 09 Dec, 2021 1 commit
-
-
Mike Wickett authored
-
- 08 Dec, 2021 1 commit
-
-
Wilken Rivera authored
This change sets a region on the test datasource config to fix intermittent InvalidAMIID.NotFound errors. Closes https://github.com/hashicorp/packer-internal-issues/issues/14 Failing results before change ``` > AWS_DEFAULT_REGION=us-west-1 make testacc === RUN TestAccInitAndBuildBasicAmazonAmiDatasource 2021/12/07 20:40:05 [INFO] AWS Auth provider used: "SharedCredentialsProvider" 2021/12/07 20:40:05 Found region us-west-1 2021/12/07 20:40:05 [INFO] AWS Auth provider used: "SharedCredentialsProvider" pluginacc.go:143: Error running plugin acceptance tests: Bad exit code. Logfile: packer_log_amazon-ami_basic_datasource_test.txt Logs can be found at /Users/wilkenrivera/Development/packer/acctest/plugin/packer_log_amazon-ami_basic_datasource_test.txt and the acceptance test template can be found at /Users/wilkenrivera/Development/packer/acctest/plugin/amazon-ami_basic_datasource_test.pkr.hcl --- FAIL: TestAccInitAndBuildBasicAmazonAmiDatasource (9.87s) FAIL FAIL github.com/hashicorp/packer/acctest/plugin 10.326s ``` Passing results after change ``` > AWS_DEFAULT_REGION=us-west-1 make testacc === RUN TestAccInitAndBuildBasicAmazonAmiDatasource 2021/12/07 20:47:28 [INFO] AWS Auth provider used: "SharedCredentialsProvider" 2021/12/07 20:47:28 Found region us-west-1 2021/12/07 20:47:28 [INFO] AWS Auth provider used: "SharedCredentialsProvider" --- PASS: TestAccInitAndBuildBasicAmazonAmiDatasource (223.32s) PASS ```
-
- 07 Dec, 2021 3 commits
-
-
Noel Quiles authored
-
Wilken Rivera authored
``` ./scripts/upgrade_plugins.sh go mod tidy ```
-
Wilken Rivera authored
* Add basic post-processor test Closes #11411
-
- 06 Dec, 2021 1 commit
-
-
Wilken Rivera authored
The auto installation of external plugins via packer init only work for HCL templates. Since we have not officially removed all plugins (slated for 1.8.0) I am reverting this test change. Once 1.7.9 is released we can begin removing plugins and optimizing the redirect experience for JSON-only users.
-
- 03 Dec, 2021 1 commit
-
-
Wilken Rivera authored
-
- 02 Dec, 2021 1 commit
-
-
Adrien Delorme authored
-