Skip to content

Commit

Permalink
Bump supported grafana version to 10.4.8 and release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanahuckova committed Jan 10, 2025
1 parent b6837d3 commit 28f081d
Show file tree
Hide file tree
Showing 4 changed files with 521 additions and 587 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 3.0.0

⚙️ **Chore**: Plugin now requires Grafana 10.4.8 or newer

## 2.11.4

🐛 **Bug fix**: Fixed error source for invalid queries
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grafana-infinity-datasource",
"version": "2.11.4",
"version": "3.0.0",
"description": "JSON, CSV, XML, GraphQL, HTML and REST API datasource for Grafana. Do infinite things with Grafana. Transform data with UQL/GROQ. Visualize data from many apis, RSS/ATOM feeds directly",
"keywords": [
"grafana",
Expand Down Expand Up @@ -54,10 +54,10 @@
},
"dependencies": {
"@emotion/css": "11.10.6",
"@grafana/data": "10.3.3",
"@grafana/runtime": "10.3.3",
"@grafana/schema": "10.3.3",
"@grafana/ui": "10.3.3",
"@grafana/data": "10.4.8",
"@grafana/runtime": "10.4.8",
"@grafana/schema": "10.4.8",
"@grafana/ui": "10.4.8",
"cheerio": "^1.0.0-rc.10",
"csv-parse": "^4.12.0",
"groq-js": "1.1.8",
Expand Down
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
]
},
"dependencies": {
"grafanaDependency": ">=9.5.15",
"grafanaVersion": "9.5.x",
"grafanaDependency": ">=10.4.8",
"grafanaVersion": "10.4.x",
"plugins": []
},
"includes": [],
Expand Down
Loading

0 comments on commit 28f081d

Please sign in to comment.