Skip to content

Commit ca3884b

Browse files
committed
Release 3.0.1
1 parent 32d3f28 commit ca3884b

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22

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

5-
## 3.0.1-alpha.1
6-
7-
Test if new release pipeline is working.
5+
## 3.0.1
6+
7+
- We now build and ship a signed version of this plugin:
8+
- The signed plugin "Checkmk data source for Checkmk Cloud Edition" will
9+
only talk to the Cloud Edition of checkmk
10+
- the plugin id is `checkmk-cloud-datasource`, so dashboards created with
11+
the unsigned data source (id=`tribe-29-checkmk-datasource`) needs to be
12+
recreated. We will try to provide a script to automatically transfer
13+
existing dashboards in the near future.
14+
- The unsigned plugin (id=`tribe-29-checkmk-datasource`) will continue to
15+
work and will still be maintained.
16+
- Adapted the build process of the plugin to use `@grafana/create-plugin`
17+
- "tribe29 GmbH" is now "Checkmk GmbH"
818

919
## 3.0.0
1020

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.1-alpha.1",
3+
"version": "3.0.1",
44
"description": "",
55
"scripts": {
66
"build": "webpack -c ./webpack.config.ts --env production",

0 commit comments

Comments
 (0)