chore: make grafanaDependency prerelease-inclusive#770
Conversation
There was a problem hiding this comment.
Pull request overview
Updates this plugin’s declared Grafana compatibility range to remain publishable under the updated grafana-com validation rules by making the lower bound prerelease-inclusive (so prerelease builds like 11.6.7-xxx satisfy the range), without changing behavior for stable Grafana releases.
Changes:
- Adjust
dependencies.grafanaDependencyfrom>=11.6.7to>=11.6.7-0insrc/plugin.json.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
1 similar comment
|
|
|
@tolzhabayev please sign the cla. |
grafana-com PR #17309 made the plugins publish API reject Grafana-owned plugins whose
grafanaDependencylower bound isn't prerelease-inclusive, so the next publish of this plugin would fail.This updates the range from
>=11.6.7to>=11.6.7-0so prerelease Grafana builds are matched and publishing keeps working. No behavior change for released Grafana versions.Ref: https://github.com/grafana/grafana-com/pull/17309