From 08a8718efa768e7f93217aa97bbffd61513ca3d0 Mon Sep 17 00:00:00 2001 From: Sriram Date: Tue, 26 Apr 2022 13:31:35 +0000 Subject: [PATCH] automated release 1.0.14 --- dist/plugin.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 dist/plugin.json diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 00000000..c2c384e0 --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,39 @@ +{ + "type": "datasource", + "name": "GitHub", + "id": "grafana-github-datasource", + "backend": true, + "executable": "gfx_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", "datasource"], + "logos": { + "small": "img/github.svg", + "large": "img/github.svg" + }, + "links": [ + { + "name": "Website", + "url": "https://github.com/grafana/github-datasource" + } + ], + "screenshots": [], + "version": "1.0.14", + "updated": "2022-04-26" + }, + "dependencies": { + "grafanaDependency": ">=7.1.0", + "grafanaVersion": "7.1.x", + "plugins": [] + } +}