From 37c3a58b681eeef16e21f5a8bf5d14c4338c84c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomas=20Daba=C5=A1inskas?= Date: Fri, 20 Dec 2024 21:54:41 +0200 Subject: [PATCH] feat(plugins): add scaffolder-backend-datolabs-gcp plugin to marketplace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added new scaffolder plugin from Datolabs that provides actions for interacting with Google Cloud Platform (GCP). The plugin will be available in the marketplace starting December 2024. Signed-off-by: Tomas DabaĊĦinskas --- .../data/plugins/scaffolder-backend-datolabs-gcp.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 microsite/data/plugins/scaffolder-backend-datolabs-gcp.yaml diff --git a/microsite/data/plugins/scaffolder-backend-datolabs-gcp.yaml b/microsite/data/plugins/scaffolder-backend-datolabs-gcp.yaml new file mode 100644 index 0000000000..528506c02d --- /dev/null +++ b/microsite/data/plugins/scaffolder-backend-datolabs-gcp.yaml @@ -0,0 +1,10 @@ +--- +title: Scaffolder Google Cloud Platform (GCP) actions +author: Datolabs +authorUrl: https://www.datolabs.io +category: Scaffolder +description: A collection of actions for interacting with Google Cloud Platform (GCP). +documentation: https://github.com/datolabs-io/backstage-plugins/blob/main/workspaces/scaffolder-backend-module-gcp/plugins/scaffolder-backend-module-gcp/README.md +iconUrl: https://avatars1.githubusercontent.com/u/2810941?s=280&v=4 +npmPackageName: '@datolabs/plugin-scaffolder-backend-module-gcp' +addedDate: '2024-12-20'