grafana / grafana/plugin-actions
is-compatible: Extend the compatibility check so that it includes the min support version
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 9
- Avg merge
- 8h 55m
- Merged PRs (30d)
- 24
Description
Currently, the is-compatible checks whether the installed versions of the grafana packages (compile time) are compatible with the latest versions of these packages. Since the plugin is supposed to have compatibility not only within that range, but also from the min supported version of Grafana (as specified in the `grafanaDependency` prop i `plugin.json`, we should extend the is-compatible check to start from the min supported version.
This requires a code change [here](https://github.com/grafana/levitate/blob/14ac4a74d9068f42e424adfdde06db6b815515f8/src/commands/is-compatible/is-compatible.ts#L47) in the levitate repo.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.