Skip to content

Commit

Permalink
automated release 0.6.21
Browse files Browse the repository at this point in the history
  • Loading branch information
yesoreyeram committed Oct 30, 2024
1 parent d5d3702 commit 212a4cd
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"$schema": "https://github.com/grafana/grafana/raw/main/docs/sources/developers/plugins/plugin.schema.json",
"type": "datasource",
"name": "CSV",
"id": "marcusolsson-csv-datasource",
"metrics": true,
"backend": true,
"logs": true,
"alerting": true,
"annotations": true,
"executable": "gpx_csv-datasource",
"info": {
"description": "A data source for loading CSV data",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"keywords": ["csv"],
"logos": {
"small": "img/logo.svg",
"large": "img/logo.svg"
},
"links": [
{
"name": "Documentation",
"url": "https://grafana.com/docs/plugins/marcusolsson-csv-datasource/latest/"
},
{
"name": "Github",
"url": "https://github.com/grafana/grafana-csv-datasource"
},
{
"name": "License",
"url": "https://github.com/grafana/grafana-csv-datasource/blob/main/LICENSE"
}
],
"screenshots": [
{ "name": "Explore (Dark)", "path": "img/dark.png" },
{ "name": "Explore (Light)", "path": "img/light.png" }
],
"version": "0.6.21",
"updated": "2024-10-30"
},
"dependencies": {
"grafanaDependency": ">=8.4.7",
"grafanaVersion": "8.4.7",
"plugins": []
}
}

0 comments on commit 212a4cd

Please sign in to comment.