From 53b55d49df23dcc41d09015da33003955c0448d5 Mon Sep 17 00:00:00 2001 From: Gareth Dawson Date: Wed, 24 Jul 2024 14:38:42 +0000 Subject: [PATCH] automated release 1.7.4 --- dist/plugin.json | 51 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 dist/plugin.json diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 00000000..1c52c805 --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,51 @@ +{ + "$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": "Show data about github issues/pull requests", + "author": { + "name": "Grafana Labs", + "url": "https://grafana.com" + }, + "keywords": [ + "github", + "git", + "devops", + "developer tools" + ], + "logos": { + "small": "img/github.svg", + "large": "img/github.svg" + }, + "links": [ + { + "name": "Website", + "url": "https://github.com/grafana/github-datasource" + } + ], + "screenshots": [], + "version": "1.7.4", + "updated": "2024-07-24" + }, + "dependencies": { + "grafanaDependency": ">=9.1.0", + "plugins": [] + }, + "generated": { + "extensions": [] + } +} \ No newline at end of file