Skip to content

Commit cb946b9

Browse files
committed
Release v4.0.0 Beta
1 parent f92b7e0 commit cb946b9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## 4.0.0 - Beta.1
6+
- Removed signed plugin restrictions: The signed plugin works now with all checkmk editions, including raw edition
7+
- Dropped support for unsigned plugin: Please migrate to the signed plugin
8+
- Dropped support for Checkmk prior to 2.2.0: Checkmk 2.1.0 reached EOL 2024-11-24
9+
- Updated documentation
10+
- Updated dependencies to latest versions
11+
512
## 3.4.1
613
- Fix issue with user defined variables
714

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.4.1",
3+
"version": "4.0.0-beta.1",
44
"description": "Datasource for checkmk",
55
"scripts": {
66
"build": "webpack -c ./webpack.config.ts --env production",

0 commit comments

Comments
 (0)