From 91a16aa8e070a67e6c13f5aa25b19f8aaa28f229 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Tue, 5 Dec 2023 06:36:24 -0500 Subject: [PATCH] Remove migrated plugins from old plugin docs framework This change removes the following plugins from the old docs framework, as they have been fully migrated to the integrations framework. * ethanmdavidson/packer-plugin-git * linode/packer-plugin-linode * parallels/packer-plugin-parallels * ivoronin/packer-plugin-sshkey * cirruslabs/packer-plugin-tart --- website/data/plugins-manifest.json | 36 ------------------------------ 1 file changed, 36 deletions(-) diff --git a/website/data/plugins-manifest.json b/website/data/plugins-manifest.json index 5a3c0034a..525d5ede1 100644 --- a/website/data/plugins-manifest.json +++ b/website/data/plugins-manifest.json @@ -22,13 +22,6 @@ "version": "latest", "sourceBranch": "main" }, - { - "title": "Git", - "path": "git", - "repo": "ethanmdavidson/packer-plugin-git", - "version": "latest", - "sourceBranch": "main" - }, { "title": "Gridscale", "path": "gridscale", @@ -52,14 +45,6 @@ "pluginTier": "community", "version": "latest" }, - { - "title": "Linode", - "path": "linode", - "repo": "linode/packer-plugin-linode", - "pluginTier": "verified", - "version": "latest", - "isHcpPackerReady": true - }, { "title": "Libvirt", "path": "libvirt", @@ -90,13 +75,6 @@ "pluginTier": "verified", "isHcpPackerReady": true }, - { - "title": "Parallels", - "path": "parallels", - "repo": "parallels/packer-plugin-parallels", - "version": "latest", - "pluginTier": "verified" - }, { "title": "Scaleway", "path": "scaleway", @@ -104,20 +82,6 @@ "pluginTier": "verified", "version": "latest" }, - { - "title": "SSH Key", - "path": "sshkey", - "repo": "ivoronin/packer-plugin-sshkey", - "pluginTier": "community", - "version": "latest" - }, - { - "title": "Tart", - "path": "tart", - "repo": "cirruslabs/packer-plugin-tart", - "pluginTier": "community", - "version": "latest" - }, { "title": "UCloud", "path": "ucloud",