File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments