forked from hashicorp/packer
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:hashicorp/packer into security/upgrade
- Loading branch information
Showing
684 changed files
with
16,092 additions
and
10,681 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
project { | ||
license = "BUSL-1.1" | ||
copyright_year = 2024 | ||
header_ignore = [ | ||
"*.hcl2spec.go", # generated code specs, since they'll be wiped out until we support adding the headers at generation-time | ||
"hcl2template/testdata/**", | ||
"test/**", | ||
"**/test-fixtures/**", | ||
"examples/**", | ||
"hcl2template/fixtures/**", | ||
"command/plugin.go", | ||
"website/**" # candidates for copyright are coming from external sources, so we should not handle those in Packer | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: Plugin Integration Request | ||
about: Open request to add your plugin as a Packer integration (https://developer.hashicorp.com/packer/integrations) | ||
labels: integration-request | ||
--- | ||
|
||
#### Description | ||
|
||
A written description of your plugin along with a link to the plugin repository. | ||
|
||
#### Integration Tier | ||
<!--- By default all integrations are registered as community integrations. | ||
HashiCorp Technology partners https://www.hashicorp.com/partners/find-a-partner will be registered as a partner once verified. ---> | ||
|
||
#### Checklist | ||
- [ ] Has valid [`metadata.hcl`](https://github.com/hashicorp/integration-template) file in plugin repository. | ||
- [ ] Has added integration scripts [packer-plugin-scaffolding](https://github.com/hashicorp/packer-plugin-scoffolding) to plugin repository. | ||
- [ ] Has added top-level integration README.md file to plugin `docs` directory. | ||
- [ ] All plugins components have one README.md describing their usage. | ||
- [ ] Has a fully synced `.web-docs` directory ready for publishing to the integrations portal. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# Copyright (c) HashiCorp, Inc. | ||
# SPDX-License-Identifier: BUSL-1.1 | ||
|
||
bug: | ||
- 'panic:' | ||
crash: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.