From 3e939d6b3126111f87e5a07b2c88df764d4076d3 Mon Sep 17 00:00:00 2001 From: Oscar Kilhed Date: Wed, 19 Apr 2023 16:28:26 +0000 Subject: [PATCH] automated release 1.4.4 --- dist/plugin.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 dist/plugin.json diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 00000000..b66fa403 --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,38 @@ +{ + "$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": "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.4.4", + "updated": "2023-04-19" + }, + "dependencies": { + "grafanaDependency": ">=8.4.7", + "grafanaVersion": "8.4.x", + "plugins": [] + } +}