Skip to content

Commit 55b58cd

Browse files
Merge pull request #337 from Checkmk/devel
Update changelogs and docs
2 parents a94d5c1 + 40ceaa2 commit 55b58cd

18 files changed

+44
-14
lines changed

CHANGELOG.rst

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

77

8+
v0.22.0
9+
=======
10+
11+
Release Summary
12+
---------------
13+
14+
Further centralizing.
15+
16+
Major Changes
17+
-------------
18+
19+
- module_utils - Extend centralization by providing types and further utils.
20+
21+
Minor Changes
22+
-------------
23+
24+
- Playbooks - Reorganize and clean up playbooks. This is a constant work in progress.
25+
826
v0.21.0
927
=======
1028

changelogs/.plugin-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ plugins:
7676
strategy: {}
7777
test: {}
7878
vars: {}
79-
version: 0.21.0
79+
version: 0.22.0
File renamed without changes.
File renamed without changes.

changelogs/changelog.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,18 @@ releases:
332332
name: bakery
333333
namespace: ''
334334
release_date: '2023-05-08'
335+
0.22.0:
336+
changes:
337+
major_changes:
338+
- module_utils - Extend centralization by providing types and further utils.
339+
minor_changes:
340+
- Playbooks - Reorganize and clean up playbooks. This is a constant work in
341+
progress.
342+
release_summary: Further centralizing.
343+
fragments:
344+
- playbooks.yml
345+
- utils.yml
346+
release_date: '2023-05-12'
335347
0.3.2:
336348
changes:
337349
minor_changes:

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.21.0).
45+
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.22.0).
4646

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

docs/bakery_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tribe29.checkmk.bakery module -- Trigger baking and signing in the agent bakery.
4242
.. Collection note
4343
4444
.. note::
45-
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.21.0).
45+
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.22.0).
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.21.0).
45+
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.22.0).
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.21.0).
45+
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.22.0).
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.21.0).
45+
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.22.0).
4646

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

0 commit comments

Comments
 (0)