From e2b842a08111b6cd5e1fd42b30c78c7b4ee65aa8 Mon Sep 17 00:00:00 2001 From: Himanshu Mishra Date: Thu, 14 Oct 2021 12:31:15 +0200 Subject: [PATCH 1/2] chore: sync yarn.lock on master branch Signed-off-by: Himanshu Mishra Signed-off-by: Gaardsholt --- yarn.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn.lock b/yarn.lock index 7ba8bdb9ef..c0329e7a4e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -25817,7 +25817,7 @@ svgo@^1.0.0, svgo@^1.2.2: unquote "~1.1.1" util.promisify "~1.0.0" -swagger-client@^3.16.1: +swagger-client@3.16.1, swagger-client@^3.16.1: version "3.16.1" resolved "https://registry.npmjs.org/swagger-client/-/swagger-client-3.16.1.tgz#df86c9d407ab52c00cb356e714b0ec732bb3ad40" integrity sha512-BcNRQzXHRGuXfhN0f80ptlr+bSaPvXwo8+gWbpmTnbKdAjcWOKAWwUx7rgGHjTKZh0qROr/GX9xOZIY8LrBuTg== From d87aab0e65772ff9f6f7b57d67b8fa1178424b9e Mon Sep 17 00:00:00 2001 From: Lasse Gaardsholt Date: Thu, 14 Oct 2021 13:26:06 +0200 Subject: [PATCH 2/2] fixing incorrect authorUrl Signed-off-by: Gaardsholt --- microsite/data/plugins/gke-usage.yaml | 2 +- microsite/data/plugins/harbor.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/microsite/data/plugins/gke-usage.yaml b/microsite/data/plugins/gke-usage.yaml index 2ca9f5784a..e092f84973 100644 --- a/microsite/data/plugins/gke-usage.yaml +++ b/microsite/data/plugins/gke-usage.yaml @@ -1,7 +1,7 @@ --- title: GKE Usage author: BESTSELLER -authorUrl: bestsellerit.com +authorUrl: https://bestsellerit.com category: Discovery description: This plugin will show you the cost and resource usage of your application within Google Kubernetes Engine (GKE). documentation: https://github.com/BESTSELLER/backstage-plugin-gkeusage/blob/master/README.md diff --git a/microsite/data/plugins/harbor.yaml b/microsite/data/plugins/harbor.yaml index 4e31113c83..9023e0c434 100644 --- a/microsite/data/plugins/harbor.yaml +++ b/microsite/data/plugins/harbor.yaml @@ -1,7 +1,7 @@ --- title: Harbor author: BESTSELLER -authorUrl: bestsellerit.com +authorUrl: https://bestsellerit.com category: Discovery description: This plugin will show you information about Docker images within the Harbor cloud native registry. documentation: https://github.com/BESTSELLER/backstage-plugin-harbor/blob/master/README.md