Skip to content

Commit 5637886

Browse files
committed
Release v3.2.0
1 parent 2cfcff2 commit 5637886

File tree

3 files changed

+426
-411
lines changed

3 files changed

+426
-411
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@
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.
5+
## 3.2.0
6+
7+
- Dropped support for Grafana prior 9.0.0
8+
- At custom label field:
9+
- Filter values can be used as variables
10+
- Bugfix: Remove decimals from time periods as Checkmk does not support sub-second accuracy
11+
- Datasource configuration:
12+
- Mention feature degratadtion for older versions of Checkmk
13+
- Display an error message on edition mismatch
14+
- Update non-RAW editions name
815

916
## 3.1.1
1017

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.1.1",
3+
"version": "3.2.0",
44
"description": "",
55
"scripts": {
66
"build": "bash utils/plugin_json_to_unsigned.sh && webpack -c ./webpack.config.ts --env production",

0 commit comments

Comments
 (0)