Skip to content

Commit 7d94abb

Browse files
Merge pull request #240 from tribe29/devel
Update docs and changelog.
2 parents 9f32f87 + 4d4274b commit 7d94abb

15 files changed

+27
-12
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ tribe29.checkmk Release Notes
55
.. contents:: Topics
66

77

8+
v0.16.1
9+
=======
10+
11+
Bugfixes
12+
--------
13+
14+
- Agent role - Fix erroneous usage of "checkmk_agent_pass" in activation handler.
15+
816
v0.16.0
917
=======
1018

changelogs/.plugin-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ plugins:
6666
strategy: {}
6767
test: {}
6868
vars: {}
69-
version: 0.16.0
69+
version: 0.16.1

changelogs/changelog.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,13 @@ releases:
173173
- playbooks.yml
174174
- rule_module.yml
175175
release_date: '2023-01-20'
176+
0.16.1:
177+
changes:
178+
bugfixes:
179+
- Agent role - Fix erroneous usage of "checkmk_agent_pass" in activation handler.
180+
fragments:
181+
- agent.yml
182+
release_date: '2023-01-23'
176183
0.2.0:
177184
changes:
178185
known_issues:

docs/activation_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tribe29.checkmk.activation module -- Activate changes in Checkmk.
4242
.. Collection note
4343
4444
.. note::
45-
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.16.0).
45+
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.16.1).
4646

4747
To install it, use: :code:`ansible-galaxy collection install tribe29.checkmk`.
4848

docs/contact_group_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tribe29.checkmk.contact_group module -- Manage contact groups in Checkmk (bulk v
4242
.. Collection note
4343
4444
.. note::
45-
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.16.0).
45+
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.16.1).
4646

4747
To install it, use: :code:`ansible-galaxy collection install tribe29.checkmk`.
4848

docs/discovery_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tribe29.checkmk.discovery module -- Discover services in Checkmk.
4242
.. Collection note
4343
4444
.. note::
45-
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.16.0).
45+
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.16.1).
4646

4747
To install it, use: :code:`ansible-galaxy collection install tribe29.checkmk`.
4848

docs/downtime_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tribe29.checkmk.downtime module -- Manage downtimes in Checkmk.
4242
.. Collection note
4343
4444
.. note::
45-
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.16.0).
45+
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.16.1).
4646

4747
To install it, use: :code:`ansible-galaxy collection install tribe29.checkmk`.
4848

docs/folder_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tribe29.checkmk.folder module -- Manage folders in Checkmk.
4242
.. Collection note
4343
4444
.. note::
45-
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.16.0).
45+
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.16.1).
4646

4747
To install it, use: :code:`ansible-galaxy collection install tribe29.checkmk`.
4848

docs/host_group_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tribe29.checkmk.host_group module -- Manage host groups in Checkmk (bulk version
4242
.. Collection note
4343
4444
.. note::
45-
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.16.0).
45+
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.16.1).
4646

4747
To install it, use: :code:`ansible-galaxy collection install tribe29.checkmk`.
4848

0 commit comments

Comments
 (0)