From 2fd5b90d787996fd49ae9dfda5abd6fbc4787ef1 Mon Sep 17 00:00:00 2001 From: Gareth Dawson Date: Fri, 25 Oct 2024 14:03:26 +0000 Subject: [PATCH] automated release 1.9.1 --- dist/plugin.json | 61 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 dist/plugin.json diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 00000000..dd72bd89 --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,61 @@ +{ + "$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json", + "type": "datasource", + "name": "GitHub", + "id": "grafana-github-datasource", + "backend": true, + "executable": "gpx_github", + "annotations": true, + "alerting": true, + "metrics": true, + "includes": [ + { + "type": "dashboard", + "name": "GitHub (demo)", + "path": "dashboards/dashboard.json" + } + ], + "info": { + "description": "The GitHub data source plugin for Grafana lets you to query the GitHub API in Grafana so you can visualize your GitHub repositories and projects.", + "author": { + "name": "Grafana Labs", + "url": "https://grafana.com" + }, + "keywords": [ + "github", + "git", + "devops", + "developer tools", + "api", + "grafana" + ], + "logos": { + "small": "img/github.svg", + "large": "img/github.svg" + }, + "links": [ + { + "name": "Docs", + "url": "https://grafana.com/docs/plugins/grafana-github-datasource" + }, + { + "name": "Website", + "url": "https://github.com/grafana/github-datasource" + }, + { + "name": "Report bug", + "url": "https://github.com/grafana/github-datasource/issues" + } + ], + "screenshots": [], + "version": "1.9.1", + "updated": "2024-10-25" + }, + "dependencies": { + "grafanaDependency": ">=9.1.0", + "plugins": [] + }, + "generated": { + "extensions": [] + } +} \ No newline at end of file