Skip to content

Commit

Permalink
automated release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderzobnin committed Feb 27, 2024
1 parent b429e81 commit 123543d
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"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.7.0",
"updated": "2024-02-27"
},
"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": ">=10.3.0",
"grafanaVersion": "10.3.0",
"plugins": []
},
"iam": {
"permissions": [
{
"action": "datasources:write",
"scope": "datasources:uid:*"
},
{
"action": "datasources:read",
"scope": "datasources:uid:*"
}
]
}
}

0 comments on commit 123543d

Please sign in to comment.