Skip to content

Commit

Permalink
Dropped support for Grafana prior 9.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
lpetrora committed Jan 15, 2024
1 parent 2d047c5 commit 5e1e998
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Checkmk data source

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

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:

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

Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"updated": "%TODAY%"
},
"dependencies": {
"grafanaDependency": ">=9.0.0",
"grafanaDependency": ">=9.5.15",
"plugins": []
},
"routes": [
Expand Down

0 comments on commit 5e1e998

Please sign in to comment.