Skip to content

Commit 44e3751

Browse files
committed
Update statement about support grafana versions
https://grafana.com/developers/plugin-tools#supported-grafana-version > We generally recommend that you build for a version of Grafana later than v9.0.
1 parent d86d145 commit 44e3751

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
[//]: # 'The ci will use the first section starting with `##` as release notes.'
44

5+
## next
6+
7+
- at least Grafana 9.0.0 is required.
8+
59
## 3.1.1
610

711
- update dependencies

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Checkmk data source
22

3-
[![Grafana 8.0](https://img.shields.io/badge/Grafana-8.0-orange)](https://www.grafana.com)
3+
[![Grafana 9.0](https://img.shields.io/badge/Grafana-9.0-orange)](https://www.grafana.com)
44
[![Checkmk cloud data source](https://img.shields.io/badge/dynamic/json?color=blue&label=Checkmk%20for%20Cloud%20Edition&query=%24.version&url=https%3A%2F%2Fgrafana.com%2Fapi%2Fplugins%2Fcheckmk-cloud-datasource)](https://grafana.com/grafana/plugins/checkmk-cloud-datasource)
55
[![Checkmk unsigned data source](https://img.shields.io/badge/dynamic/json?color=blue&label=Checkmk&query=tag_name&url=https%3A%2F%2Fapi.github.com%2Frepos%2Ftribe29%2Fgrafana-checkmk-datasource%2Freleases%2Flatest)](https://github.com/Checkmk/grafana-checkmk-datasource)
66
[![CI](https://github.com/Checkmk/grafana-checkmk-datasource/actions/workflows/ci.yml/badge.svg)](https://github.com/Checkmk/grafana-checkmk-datasource/actions/workflows/ci.yml?query=event%3Aschedule)
@@ -15,7 +15,7 @@ This [data source][2] plugin for [Grafana][1] allows to address Checkmk as sourc
1515

1616
To make use of the plugin, you need to take care the correct versions are installed. You need to match both, the Grafana and the Checkmk version:
1717

18-
- **Grafana 8.0.0 or higher**
18+
- **Grafana 9.0.0 or higher** Current and previous major version of Grafana
1919
- **Checkmk Cloud Edition 2.2.0 or higher** for the signed plugin available from [Grafana][6]
2020
- **Checkmk 2.1.0 or higher** for the unsigned plugin available from [Github][8]
2121

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"updated": "%TODAY%"
3131
},
3232
"dependencies": {
33-
"grafanaDependency": ">=8.0.0",
33+
"grafanaDependency": ">=9.0.0",
3434
"plugins": []
3535
},
3636
"routes": [

0 commit comments

Comments
 (0)