Update plugin tiers documentation (#11643)

* Add verified and archived tiers

* Bump documentation version for sshkey plugin

* Update website/content/partials/plugins/plugin-tiers-and-namespaces.mdx

Add link to HashiCorp Partners and Integrations page
pull/11652/head
Wilken Rivera 4 years ago committed by GitHub
parent d82135d4f5
commit 1f610310ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,16 +2,17 @@
Packer plugins are published and maintained by a variety of sources, including
HashiCorp, and the Packer community. This website uses tiers and badges to
denote the source of a provider. Additionally, namespaces are used to help users
denote the source of a plugin. Additionally, namespaces are used to help users
identify the organization or publisher responsible for the integration, as shown
in the table below.
| Tier | Description | Namespace |
| -------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- |
| <PluginBadge type="official" /> | Official plugins are owned and maintained by HashiCorp. | hashicorp |
| <PluginBadge type="verified" /> | Verified plugins are owned and maintained by third-party technology partners. Plugins in this tier indicate HashiCorp has verified the authenticity of the Plugins publisher, and that the partner is a member of the [HashiCorp Technology Partner Program](https://www.hashicorp.com/partners).| Third-party organization |
| <PluginBadge type="community" /> | Community providers are published by individual maintainers, groups of maintainers, or other members of the Packer community. | Third-party organization or maintainer's individual account |
| <PluginBadge type="archived" /> | Archived plugins are plugins that are no longer maintained by HashiCorp, a partner, or the community. This may occur if an API is deprecated or interest was low. | hashicorp or third-party |
<PluginBadge type="hcp_packer_ready" /> is present when a Packer builder using
this plugin and version will be able to communicate build statuses with HCP
Packer.
## HCP Packer Badge
<PluginBadge type="hcp_packer_ready" /> is present for plugins that HashiCorp has verified to communicate build status to the HCP Packer registry.

@ -18,6 +18,7 @@
"path": "anka",
"repo": "veertuinc/packer-plugin-veertu-anka",
"pluginTier": "community",
"source_branch": "master",
"version": "latest"
},
{
@ -252,7 +253,7 @@
"path": "sshkey",
"repo": "ivoronin/packer-plugin-sshkey",
"pluginTier": "community",
"version": "v0.1.0"
"version": "latest"
},
{
"title": "Tencent Cloud",

Loading…
Cancel
Save