From ca4aeae831f9405a3d827bf6bc4bc2e2031d757d Mon Sep 17 00:00:00 2001 From: Zachary Shilton <4624598+zchsh@users.noreply.github.com> Date: Wed, 2 Mar 2022 15:44:32 -0500 Subject: [PATCH] website: demo new plugin badges, should revert this later --- website/data/plugins-manifest.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/website/data/plugins-manifest.json b/website/data/plugins-manifest.json index e57d87d78..b4c19f422 100644 --- a/website/data/plugins-manifest.json +++ b/website/data/plugins-manifest.json @@ -11,7 +11,8 @@ "path": "alicloud", "repo": "hashicorp/packer-plugin-alicloud", "pluginTier": "community", - "version": "latest" + "version": "latest", + "archived": true }, { "title": "Anka", @@ -24,20 +25,24 @@ "title": "Ansible", "path": "ansible", "repo": "hashicorp/packer-plugin-ansible", - "version": "latest" + "version": "latest", + "archived": true }, { "title": "Amazon EC2", "path": "amazon", "repo": "hashicorp/packer-plugin-amazon", "version": "latest", - "isHcpPackerReady": true + "pluginTier": "verified", + "isHcpPackerReady": true, + "archived": true }, { "title": "Azure", "path": "azure", "repo": "hashicorp/packer-plugin-azure", "version": "latest", + "pluginTier": "verified", "isHcpPackerReady": true }, { @@ -94,6 +99,7 @@ "path": "hashicups", "repo": "hashicorp/packer-plugin-hashicups", "version": "latest", + "pluginTier": "verified", "isHcpPackerReady": false }, {