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 Nov, 2021 1 commit
-
-
Bryce Kalow authored
-
- 23 Nov, 2021 1 commit
-
-
Adrien Delorme authored
* add docs * fix potential bug
-
- 22 Nov, 2021 1 commit
-
-
Wilken Rivera authored
This change uses a different as part of the TestArchive output path to fix an intermittently failing test case on Windows caused by using the same output name across test cases. Originally tired to use t.TempDir() to gt a temp path but ran into errors with parsing the config on Windows. ``` Unable to parse test config: invalid character 'U' in string escape code ```
-
- 19 Nov, 2021 2 commits
-
-
Wilken Rivera authored
-
Wilken Rivera authored
Closes #10903
-
- 18 Nov, 2021 1 commit
-
-
Wilken Rivera authored
* Add basic support for build_labels argument * Update support for build_labels configuration argument * Update complete test-fixture with a build_labels configuration * Add test for deprecated labels argument * Add deprecation for hcp_packer_registry.labels When using the now deprecated labels argument of the new bucket_labels a Warning will be presented to the user. ``` ~> HCP_PACKER_BUILD_FINGERPRINT=356786543567865456789656789 packer build source.pkr.hcl Warning: the argument hcp_packer_registry.labels has been deprecated and will be removed in a future release; please use hcp_packer_registry.bucket_labels ``` When trying to use both bucket_labels and labels together an error is presented to the user. ``` ~> HCP_PACKER_BUILD_FINGERPRINT=ss6786543567865456789656789 packer build source.pkr.hcl Error: hcp_packer_registry.labels and hcp_packer_registry.bucket_labels are mutely exclusive; please use the recommended argument hcp_packer_registry.bucket_labels on source.pkr.hcl line 17: (source code not available) ``` * Update documentation for build_labels * Apply suggestions from code review Co-authored-by:
Adrien Delorme <azr@users.noreply.github.com> * Update hcl2template/types.build.hcp_packer_registry.go Co-authored-by:
Adrien Delorme <azr@users.noreply.github.com>
-
- 16 Nov, 2021 1 commit
-
-
Wilken Rivera authored
-
- 15 Nov, 2021 1 commit
-
-
Ethan Davidson authored
-
- 12 Nov, 2021 1 commit
-
-
dependabot[bot] authored
Bumps [github.com/hashicorp/packer-plugin-sdk](https://github.com/hashicorp/packer-plugin-sdk) from 0.2.8 to 0.2.9. - [Release notes](https://github.com/hashicorp/packer-plugin-sdk/releases) - [Changelog](https://github.com/hashicorp/packer-plugin-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/packer-plugin-sdk/compare/v0.2.8...v0.2.9 ) --- updated-dependencies: - dependency-name: github.com/hashicorp/packer-plugin-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 11 Nov, 2021 1 commit
-
-
dependabot[bot] authored
Bumps [github.com/hashicorp/packer-plugin-sdk](https://github.com/hashicorp/packer-plugin-sdk) from 0.2.7 to 0.2.8. - [Release notes](https://github.com/hashicorp/packer-plugin-sdk/releases) - [Changelog](https://github.com/hashicorp/packer-plugin-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/packer-plugin-sdk/compare/v0.2.7...v0.2.8 ) --- updated-dependencies: - dependency-name: github.com/hashicorp/packer-plugin-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 10 Nov, 2021 2 commits
-
-
Wilken Rivera authored
* Bump Packer plugin program navigation up one level * Fix file path
-
Sylvia Moss authored
* add docs hcp support for plugins * fix golang format * Update website/content/docs/plugins/hcp-support.mdx Co-authored-by:
Wilken Rivera <wilken@hashicorp.com> * Update website/content/docs/plugins/hcp-support.mdx Co-authored-by:
Wilken Rivera <wilken@hashicorp.com> * Update website/content/docs/plugins/hcp-support.mdx Co-authored-by:
Wilken Rivera <wilken@hashicorp.com> * improve docs * change page title * Apply suggestions from code review Co-authored-by:
Wilken Rivera <wilken@hashicorp.com>
-
- 09 Nov, 2021 1 commit
-
-
Wilken Rivera authored
Update text to include potential archival step.
-
- 04 Nov, 2021 3 commits
-
-
Adrien Delorme authored
* add test for crash * fix * show more precise error message when parse of a provisioner fails * Revert "fix" This reverts commit fc88e89fbb0d36bc65471a01c5d06c78d69ea8d9. * add better severity
-
dependabot[bot] authored
Bumps [github.com/zclconf/go-cty](https://github.com/zclconf/go-cty) from 1.9.1 to 1.10.0. - [Release notes](https://github.com/zclconf/go-cty/releases) - [Changelog](https://github.com/zclconf/go-cty/blob/main/CHANGELOG.md) - [Commits](https://github.com/zclconf/go-cty/compare/v1.9.1...v1.10.0 ) --- updated-dependencies: - dependency-name: github.com/zclconf/go-cty dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Elio B authored
-
- 03 Nov, 2021 17 commits
-
-
Kevin Wang authored
-
Adrien Delorme authored
fix #11354
-
Adrien Delorme authored
unbundle 3rd party plugins from core and make official plugins implicitly requirable
-
Adrien Delorme authored
-
Adrien Delorme authored
-
Adrien Delorme authored
-
Adrien Delorme authored
-
Adrien Delorme authored
-
Adrien Delorme authored
-
Adrien Delorme authored
-
Adrien Delorme authored
-
Adrien Delorme authored
-
Adrien Delorme authored
-
Adrien Delorme authored
-
Adrien Delorme authored
-
Adrien Delorme authored
-
Adrien Delorme authored
-
- 28 Oct, 2021 5 commits
-
-
Adrien Delorme authored
-
Wilken Rivera authored
As reported in check https://github.com/hashicorp/packer/runs/4016851893?check_suite_focus=true
-
DenisKruchkov authored
-
Wilken Rivera authored
Add link to PR 11360
-
packer-ci authored
-
- 27 Oct, 2021 2 commits