Skip to content

Commit

Permalink
automated release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderzobnin committed Aug 10, 2023
1 parent b059fec commit c76f1fd
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"name": "Strava",
"id": "grafana-strava-datasource",
"type": "datasource",
"metrics": true,
"annotations": false,
"backend": true,
"alerting": false,
"executable": "gpx_strava",
"info": {
"description": "Strava datasource",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"logos": {
"small": "img/strava_logo.svg",
"large": "img/strava_logo.svg"
},
"links": [
{
"name": "Website",
"url": "https://grafana.com/plugins/grafana-strava-datasource"
},
{
"name": "License",
"url": "https://grafana.com/plugins/grafana-strava-datasource/license"
}
],
"version": "1.6.1",
"updated": "2023-08-10"
},
"includes": [
{
"type": "dashboard",
"name": "Strava Athlete Dashboard",
"path": "dashboards/strava_athlete_dashboard.json"
},
{
"type": "dashboard",
"name": "Strava Datasource",
"path": "dashboards/strava_datasource.json"
},
{
"type": "dashboard",
"name": "Strava Activity Analysis",
"path": "dashboards/strava_activity_analysis.json"
},
{
"type": "dashboard",
"name": "Strava Activity Overview",
"path": "dashboards/strava_activity_overview.json"
},
{
"type": "dashboard",
"name": "Strava Segment Overview",
"path": "dashboards/strava_segment_overview.json"
}
],
"dependencies": {
"grafanaDependency": ">=8.1.0",
"grafanaVersion": "8.1",
"plugins": []
}
}

0 comments on commit c76f1fd

Please sign in to comment.