Skip to content

Commit 9af8b6c

Browse files
committed
automated release 0.6.15
1 parent 6ac0a2c commit 9af8b6c

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

dist/plugin.json

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"$schema": "https://github.com/grafana/grafana/raw/main/docs/sources/developers/plugins/plugin.schema.json",
3+
"type": "datasource",
4+
"name": "CSV",
5+
"id": "marcusolsson-csv-datasource",
6+
"metrics": true,
7+
"backend": true,
8+
"logs": true,
9+
"alerting": true,
10+
"annotations": true,
11+
"executable": "gpx_csv-datasource",
12+
"info": {
13+
"description": "A data source for loading CSV data",
14+
"author": {
15+
"name": "Grafana Labs",
16+
"url": "https://grafana.com"
17+
},
18+
"keywords": ["csv"],
19+
"logos": {
20+
"small": "img/logo.svg",
21+
"large": "img/logo.svg"
22+
},
23+
"links": [
24+
{
25+
"name": "Documentation",
26+
"url": "https://grafana.com/docs/plugins/marcusolsson-csv-datasource/latest/"
27+
},
28+
{
29+
"name": "Github",
30+
"url": "https://github.com/grafana/grafana-csv-datasource"
31+
},
32+
{
33+
"name": "License",
34+
"url": "https://github.com/grafana/grafana-csv-datasource/blob/main/LICENSE"
35+
}
36+
],
37+
"screenshots": [
38+
{ "name": "Explore (Dark)", "path": "img/dark.png" },
39+
{ "name": "Explore (Light)", "path": "img/light.png" }
40+
],
41+
"version": "0.6.15",
42+
"updated": "2024-03-07"
43+
},
44+
"dependencies": {
45+
"grafanaDependency": ">=8.4.7",
46+
"grafanaVersion": "8.4.7",
47+
"plugins": []
48+
}
49+
}

0 commit comments

Comments
 (0)