From 90d3c20b7dee673c31e3faacc4d3eee6b4ccb7ae Mon Sep 17 00:00:00 2001 From: Zachary Shilton <4624598+zchsh@users.noreply.github.com> Date: Tue, 10 May 2022 13:09:48 -0600 Subject: [PATCH] fix: work around deleted plugin release (#11771) * fix: work around deleted plugin release * fix: specify version for plugin without docs.zip --- website/data/plugins-manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/data/plugins-manifest.json b/website/data/plugins-manifest.json index 3627ff1a0..356b5f8f0 100644 --- a/website/data/plugins-manifest.json +++ b/website/data/plugins-manifest.json @@ -111,7 +111,7 @@ "title": "HuaweiCloud", "path": "huaweicloud", "repo": "huaweicloud/packer-plugin-huaweicloud", - "version": "latest", + "version": "v0.4.0", "pluginTier": "community", "sourceBranch": "master" }, @@ -255,7 +255,7 @@ "path": "sshkey", "repo": "ivoronin/packer-plugin-sshkey", "pluginTier": "community", - "version": "latest" + "version": "v1.0.1" }, { "title": "Tencent Cloud",