Skip to content

Commit 8639046

Browse files
committed
Release 3.0.0
1 parent f6c65a5 commit 8639046

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

CHANGELOG.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,28 @@
22

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

5-
## 3.0.0-beta.2
5+
## 3.0.0
66

7-
When using Checkmk < 2.2.0 you will have to choose the correct version in the
8-
data source settings.
7+
### Highlights
98

109
- 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
10+
- Many UI improvements:
11+
- Clearer layout for both the RAW and CEE Query Editor
12+
- RAW filters are now displayed vertically aligned
13+
- The filter type of existing filters can no longer be changed, they have
14+
to be removed, and another filter can be added.
15+
- Errors in the Query Editor Fields are more prominently featured in the
16+
inputs themselves
17+
- Graphs in Grafana now show the same color as in Checkmk
18+
19+
### (Breaking) Changes
20+
21+
* When using Checkmk < 2.2.0 you will have to choose the correct version in the
22+
data source settings, as this defaults to ">= 2.2"
23+
* Graph Types have been renamed, existing configuration is not affect by this.
24+
* "Template" Graphs are now called "Predefined Graphs"
25+
* "Metric" Graphs are now called "Single Metric"
26+
1327

1428
## 2.0.3
1529

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tribe-29-checkmk-datasource",
3-
"version": "3.0.0-beta.2",
3+
"version": "3.0.0",
44
"description": "",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",

0 commit comments

Comments
 (0)