From 05f828bd5699e675eb618cd51db165155438c091 Mon Sep 17 00:00:00 2001 From: Bryce Kalow Date: Mon, 7 Mar 2022 12:19:18 -0600 Subject: [PATCH] website: pin previous version of plugin (#11638) packer-plugin-sshkey's latest release is missing the docs artifacts. Pinning to the old version here so that website builds can succeed. --- website/data/plugins-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/data/plugins-manifest.json b/website/data/plugins-manifest.json index e57d87d78..537de54b3 100644 --- a/website/data/plugins-manifest.json +++ b/website/data/plugins-manifest.json @@ -247,7 +247,7 @@ "path": "sshkey", "repo": "ivoronin/packer-plugin-sshkey", "pluginTier": "community", - "version": "latest" + "version": "v0.1.0" }, { "title": "Tencent Cloud",