From 25f826d80b9c8fd1d8f6e8891b8d4a99633b4d4a Mon Sep 17 00:00:00 2001 From: Scott Rosenberg Date: Mon, 30 Dec 2024 18:23:29 +0200 Subject: [PATCH 1/3] Create devpod.yaml Signed-off-by: Scott Rosenberg --- microsite/data/plugins/devpod.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 microsite/data/plugins/devpod.yaml diff --git a/microsite/data/plugins/devpod.yaml b/microsite/data/plugins/devpod.yaml new file mode 100644 index 0000000000..6f50111c18 --- /dev/null +++ b/microsite/data/plugins/devpod.yaml @@ -0,0 +1,9 @@ +title: DevPod +author: terasky.com +authorUrl: https://github.com/terasky-oss +category: Development +description: Automatically launch fully-contained dev environments with DevPod, directly from Backstage! +documentation: https://github.com/TeraSky-OSS/backstage-plugins/tree/main/plugins/devpod-plugin +iconUrl: https://devpod.sh/docs/media/devpod-logo.png +npmPackageName: '@terasky/backstage-plugin-devpod' +addedDate: '2024-12-30' From 1e3bdf32cc9eb38384abdaaf8dbd08607f402ce8 Mon Sep 17 00:00:00 2001 From: Scott Rosenberg Date: Fri, 3 Jan 2025 13:48:12 +0200 Subject: [PATCH 2/3] Update image to public image source from github Signed-off-by: Scott Rosenberg --- microsite/data/plugins/devpod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/data/plugins/devpod.yaml b/microsite/data/plugins/devpod.yaml index 6f50111c18..1e91af3d0d 100644 --- a/microsite/data/plugins/devpod.yaml +++ b/microsite/data/plugins/devpod.yaml @@ -4,6 +4,6 @@ authorUrl: https://github.com/terasky-oss category: Development description: Automatically launch fully-contained dev environments with DevPod, directly from Backstage! documentation: https://github.com/TeraSky-OSS/backstage-plugins/tree/main/plugins/devpod-plugin -iconUrl: https://devpod.sh/docs/media/devpod-logo.png +iconUrl: https://github.com/loft-sh/devpod/blob/main/docs/static/media/devpod-logo.png?raw=true npmPackageName: '@terasky/backstage-plugin-devpod' addedDate: '2024-12-30' From 58ad5b602a38482a4e13790215092e4261fa9ac9 Mon Sep 17 00:00:00 2001 From: Scott Rosenberg Date: Thu, 16 Jan 2025 21:18:33 +0200 Subject: [PATCH 3/3] Update microsite/data/plugins/devpod.yaml Co-authored-by: Vincenzo Scamporlino Signed-off-by: Scott Rosenberg --- microsite/data/plugins/devpod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/data/plugins/devpod.yaml b/microsite/data/plugins/devpod.yaml index 1e91af3d0d..44f3d54eb5 100644 --- a/microsite/data/plugins/devpod.yaml +++ b/microsite/data/plugins/devpod.yaml @@ -4,6 +4,6 @@ authorUrl: https://github.com/terasky-oss category: Development description: Automatically launch fully-contained dev environments with DevPod, directly from Backstage! documentation: https://github.com/TeraSky-OSS/backstage-plugins/tree/main/plugins/devpod-plugin -iconUrl: https://github.com/loft-sh/devpod/blob/main/docs/static/media/devpod-logo.png?raw=true +iconUrl: https://raw.githubusercontent.com/loft-sh/devpod/refs/heads/main/docs/static/media/devpod-logo.png npmPackageName: '@terasky/backstage-plugin-devpod' addedDate: '2024-12-30'