From f3bf3a17a92b9b45a651a0de48fd5b47ccd30697 Mon Sep 17 00:00:00 2001 From: Jev Forsberg <46619047+baldm0mma@users.noreply.github.com> Date: Thu, 4 May 2023 17:37:10 +0000 Subject: [PATCH] automated release 1.4.5 --- 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..42348311 --- /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.5", + "updated": "2023-05-04" + }, + "dependencies": { + "grafanaDependency": ">=8.4.7", + "grafanaVersion": "8.4.x", + "plugins": [] + } +}