We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd063ab commit fd9b6d0Copy full SHA for fd9b6d0
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
[//]: # 'The ci will use the first section starting with `##` as release notes.'
4
5
+## 3.0.0-beta.1
6
+
7
+When using Checkmk < 2.2.0 you will have to choose the correct version in the
8
+data source settings.
9
10
+- Add support for REST API endpoints of Checkmk 2.2.0
11
+- Many UI-improvements
12
+- Graphs in Grafana now show the same colors as in Checkmk
13
14
## 2.0.3
15
16
- Provide better error message on wrong authentication.
package.json
@@ -1,6 +1,6 @@
1
{
"name": "tribe-29-checkmk-datasource",
- "version": "2.0.3",
+ "version": "3.0.0-beta.1",
"description": "",
"scripts": {
"build": "grafana-toolkit plugin:build",
0 commit comments