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 85a7e69 commit e2ff6a4Copy full SHA for e2ff6a4
CHANGELOG.md
@@ -1,10 +1,13 @@
1
# Changelog
2
3
[//]: # 'The ci will use the first section starting with `##` as release notes.'
4
+
5
+## 4.0.2
6
+- Dropped support for Grafana prior 10.4.18
7
8
## 4.0.1
9
- Updated GitHub Actions
10
-
11
## 4.0.0
12
- Removed signed plugin restrictions: The signed plugin works now with all Checkmk editions, including Raw Edition
13
- Dropped support for unsigned plugin: Please migrate to the signed plugin
package.json
@@ -1,6 +1,6 @@
{
"name": "tribe-29-checkmk-datasource",
- "version": "4.0.1",
+ "version": "4.0.2",
"description": "Datasource for checkmk",
"scripts": {
"build": "webpack -c ./webpack.config.ts --env production",
0 commit comments