diff --git a/website/content/partials/plugins/plugin-tiers-and-namespaces.mdx b/website/content/partials/plugins/plugin-tiers-and-namespaces.mdx
index d3c15440b..0ff38b8f8 100644
--- a/website/content/partials/plugins/plugin-tiers-and-namespaces.mdx
+++ b/website/content/partials/plugins/plugin-tiers-and-namespaces.mdx
@@ -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 |
| -------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- |
| | Official plugins are owned and maintained by HashiCorp. | hashicorp |
+| | Verified plugins are owned and maintained by third-party technology partners. Plugins in this tier indicate HashiCorp has verified the authenticity of the Plugin’s publisher, and that the partner is a member of the [HashiCorp Technology Partner Program](https://www.hashicorp.com/partners).| Third-party organization |
| | 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 |
+| | 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 |
- is present when a Packer builder using
-this plugin and version will be able to communicate build statuses with HCP
-Packer.
+## HCP Packer Badge
+ is present for plugins that HashiCorp has verified to communicate build status to the HCP Packer registry.
diff --git a/website/data/plugins-manifest.json b/website/data/plugins-manifest.json
index b52c971f4..b81e9d3de 100644
--- a/website/data/plugins-manifest.json
+++ b/website/data/plugins-manifest.json
@@ -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",