File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -17,4 +17,5 @@ Collection Version | Checkmk Versions | Remarks
17170.13.0 | 2.1.0p17, 2.0.0p31 | None
18180.14.0 | 2.1.0p17, 2.0.0p31 | None
19190.15.0 | 2.1.0p18, 2.0.0p32 | None
20- 0.16.0 | 2.1.0p19, 2.0.0p32 | None
20+ 0.16.0 | 2.1.0p19, 2.0.0p32 | None
21+ 0.16.1 | 2.1.0p19, 2.0.0p32 | None
Original file line number Diff line number Diff line change 1+ # https://docs.ansible.com/ansible/latest/community/development_process.html#changelogs-how-to
2+
3+ bugfixes :
4+ - Agent role - Fix erroneous usage of "checkmk_agent_pass" in activation handler.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ name: checkmk
1010
1111# The version of the collection. Must be compatible with semantic versioning
1212
13- version : 0.16.0
13+ version : 0.16.1
1414
1515# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1616readme : README.md
Original file line number Diff line number Diff line change 11---
22collections :
33 - name : tribe29.checkmk
4- version : 0.16.0
4+ version : 0.16.1
You can’t perform that action at this time.
0 commit comments