From 1dfe0fdf0e4e46ee8d4304ef29fae0ed148be6c7 Mon Sep 17 00:00:00 2001 From: Adam Yeats <16296989+adamyeats@users.noreply.github.com> Date: Wed, 16 Oct 2024 13:59:44 +0000 Subject: [PATCH] automated release 0.2.2 --- 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 0000000..2d34680 --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,39 @@ +{ + "$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json", + "type": "datasource", + "name": "SurrealDB", + "id": "grafana-surrealdb-datasource", + "metrics": true, + "backend": true, + "alerting": true, + "executable": "gpx_surrealdb", + "info": { + "description": "SurrealDB datasource plugin for Grafana", + "author": { + "name": "Grafana Labs" + }, + "keywords": ["datasource", "sql", "surrealdb"], + "logos": { + "small": "img/logo.png", + "large": "img/logo.png" + }, + "links": [ + { + "name": "Project site", + "url": "https://github.com/grafana/surrealdb-datasource" + }, + { + "name": "Apache License", + "url": "https://github.com/grafana/surrealdb-datasource/blob/main/LICENSE" + } + ], + "screenshots": [], + "version": "0.2.2", + "updated": "2024-10-16" + }, + "dependencies": { + "grafanaDependency": ">=9.5.3", + "plugins": [] + }, + "category": "sql" +}