Skip to content

Commit 9f32f87

Browse files
Merge pull request #238 from tribe29/devel
Bugfix release 0.16.1
2 parents c0e7e20 + 378ce00 commit 9f32f87

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

SUPPORT.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ Collection Version | Checkmk Versions | Remarks
1717
0.13.0 | 2.1.0p17, 2.0.0p31 | None
1818
0.14.0 | 2.1.0p17, 2.0.0p31 | None
1919
0.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

changelogs/fragments/agent.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1616
readme: README.md

requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
collections:
33
- name: tribe29.checkmk
4-
version: 0.16.0
4+
version: 0.16.1

0 commit comments

Comments
 (0)