Skip to content

Commit 25574ca

Browse files
committed
Dropped support for Grafana prior 9.5.15
1 parent d0f6088 commit 25574ca

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

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

3-
[![Grafana 9.0](https://img.shields.io/badge/Grafana-9.0-orange)](https://www.grafana.com)
3+
[![Grafana 9.5](https://img.shields.io/badge/Grafana-9.5-orange)](https://www.grafana.com)
4+
[![Grafana 10.2](https://img.shields.io/badge/Grafana-10.2-orange)](https://www.grafana.com)
45
[![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)
56
[![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)
67
[![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 +16,7 @@ This [data source][2] plugin for [Grafana][1] allows to address Checkmk as sourc
1516

1617
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:
1718

18-
- **Grafana 9.0.0 or higher** Current and previous major version of Grafana
19+
- **Grafana 9.5.15 or higher** Current and previous major version of Grafana
1920
- **Checkmk Cloud Edition 2.2.0 or higher** for the signed plugin available from [Grafana][6]
2021
- **Checkmk 2.1.0 or higher** for the unsigned plugin available from [Github][8]
2122

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": ">=9.0.0",
33+
"grafanaDependency": ">=9.5.15",
3434
"plugins": []
3535
},
3636
"routes": [

0 commit comments

Comments
 (0)