-
Notifications
You must be signed in to change notification settings - Fork 533
Expand file tree
/
Copy pathCHANGES
More file actions
15 lines (12 loc) · 928 Bytes
/
CHANGES
File metadata and controls
15 lines (12 loc) · 928 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Checkmk is using the `werks` concept as official changelog (see https://checkmk.com/werks).
If you want to see the changes of a specific version and maybe filter the
changes in a flexible way, please check out the list of changes on our
website (https://checkmk.com/werks), see the werk list in your site (click
"Help" in the navigation bar, then "Change log (Werks)") or execute the
"scripts/run-uvenv werk list" command from the git directory of Checkmk.
The textual/machine-readable changelog of Checkmk is created for regular releases only. If you
want to see the werks (aka changes), take a look at these files that you can find in
your monitoring sites under share/check_mk/werks.
Edition-specific changes are contained in share/check_mk/werks-EDITION_NAME
From the git of Checkmk, you can create the ChangeLog file with the command
"bazel build --cmk_edition=community --cmk_version=2.6.0b1 //omd/packages/changelog".