Skip to content

Commit c05324c

Browse files
authored
update supported grafana version (#193)
1 parent 99953ee commit c05324c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22
## 1.6.4 (2026-05-06)
3+
* **Bump minimum Grafana version to 11.2.0.** Earlier versions have an upstream `<Select>` rendering bug ([#89530](https://github.com/grafana/grafana/issues/89530), fixed in 11.2.0) that can cause the project picker to visually display stale options after switching datasources in Explore.
34
* Fix stale project ID persisting in query editor when switching between datasources
45
* Update OpenTelemetry SDK and other dependencies
5-
* **Recommended Grafana version: 11.2.0 or later.** Earlier versions have an upstream `<Select>` rendering issue ([#89530](https://github.com/grafana/grafana/issues/89530), fixed in 11.2.0) that can cause the project picker to visually display stale options after switching datasources in Explore, even though the underlying query state is correct.
66

77
## 1.6.3 (2026-04-05)
88
* Add Project List Filter to restrict which projects appear in dropdowns using regex patterns

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"updated": "%TODAY%"
4242
},
4343
"dependencies": {
44-
"grafanaDependency": ">=9.0.0",
44+
"grafanaDependency": ">=11.2.0",
4545
"plugins": []
4646
}
4747
}

0 commit comments

Comments
 (0)