From 5089b65b1b8cef7b3b96e887f2ae5389ab86f07a Mon Sep 17 00:00:00 2001 From: Mikhail Volkov <47795110+mikhail-vl@users.noreply.github.com> Date: Wed, 14 Feb 2024 23:58:00 -0500 Subject: [PATCH] Update required Grafana version to 9.2+ (#254) --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- src/plugin.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 541f57f..da483a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 5.2.0 (2024-02-14) +### Breaking changes + +- Requires Grafana 9.2 and Grafana 10 + ### Features / Enhancements - Updated README and documentation (#214) diff --git a/README.md b/README.md index b4d0dc5..1da7cf2 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ The Apache ECharts plugin offers an easy way of adding intuitive, interactive, a ## Requirements -- Apache ECharts Panel 5.X requires **Grafana 9** or **Grafana 10**. +- Apache ECharts Panel 5.X requires **Grafana 9.2** or **Grafana 10**. - Apache ECharts Panel 3.X and 4.X require **Grafana 8.5** or **Grafana 9**. ## Getting Started -You can install Apache ECharts Panel from the [Grafana Plugins catalog](https://grafana.com/grafana/plugins/volkovlabs-echarts-panel/) or using the Grafana command line tool. +You can install the Apache ECharts Panel from the [Grafana Plugins [catalog](https://grafana.com/grafana/plugins/volkovlabs-echarts-panel/) or use the Grafana command line tool. For the latter, please use the following command. diff --git a/src/plugin.json b/src/plugin.json index d740cb4..7ced997 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json", "dependencies": { - "grafanaDependency": ">=9.0.0", + "grafanaDependency": ">=9.2.0", "plugins": [] }, "id": "volkovlabs-echarts-panel",