Skip to content

Commit af3c8d8

Browse files
Merge pull request #330 from Checkmk/devel
Update changelogs and docs
2 parents f43093d + 75d5ae2 commit af3c8d8

19 files changed

+659
-41
lines changed

CHANGELOG.rst

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

77

8+
v0.21.0
9+
=======
10+
11+
Major Changes
12+
-------------
13+
14+
- Add Bakery module
15+
16+
Minor Changes
17+
-------------
18+
19+
- Server role - Added support for almalinux
20+
21+
Bugfixes
22+
--------
23+
24+
- Agent role - Fix activate changes handler failing with self-signed certificate
25+
26+
New Modules
27+
-----------
28+
29+
- tribe29.checkmk.bakery - Trigger baking and signing in the agent bakery.
30+
831
v0.20.0
932
=======
1033

changelogs/.plugin-cache.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ plugins:
1616
name: activation
1717
namespace: ''
1818
version_added: 0.0.1
19+
bakery:
20+
description: Trigger baking and signing in the agent bakery.
21+
name: bakery
22+
namespace: ''
23+
version_added: 0.21.0
1924
contact_group:
2025
description: Manage contact groups in Checkmk (bulk version).
2126
name: contact_group
@@ -71,4 +76,4 @@ plugins:
7176
strategy: {}
7277
test: {}
7378
vars: {}
74-
version: 0.20.0
79+
version: 0.21.0
File renamed without changes.
File renamed without changes.
File renamed without changes.

changelogs/changelog.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,23 @@ releases:
315315
- host.yml
316316
- rule.yml
317317
release_date: '2023-04-12'
318+
0.21.0:
319+
changes:
320+
bugfixes:
321+
- Agent role - Fix activate changes handler failing with self-signed certificate
322+
major_changes:
323+
- Add Bakery module
324+
minor_changes:
325+
- Server role - Added support for almalinux
326+
fragments:
327+
- agent.yml
328+
- almalinux.yml
329+
- bakery.yml
330+
modules:
331+
- description: Trigger baking and signing in the agent bakery.
332+
name: bakery
333+
namespace: ''
334+
release_date: '2023-05-08'
318335
0.3.2:
319336
changes:
320337
minor_changes:

docs/activation_module.rst

Lines changed: 3 additions & 3 deletions
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.20.0).
45+
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.21.0).
4646

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

@@ -531,8 +531,8 @@ Collection links
531531
.. raw:: html
532532

533533
<p class="ansible-links">
534-
<a href="https://github.com/tribe29/ansible-collection-tribe29.checkmk/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc" aria-role="button" target="_blank" rel="noopener external">Issue Tracker</a>
535-
<a href="https://github.com/tribe29/ansible-collection-tribe29.checkmk" aria-role="button" target="_blank" rel="noopener external">Repository (Sources)</a>
534+
<a href="https://github.com/Checkmk/ansible-collection-tribe29.checkmk/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc" aria-role="button" target="_blank" rel="noopener external">Issue Tracker</a>
535+
<a href="https://github.com/Checkmk/ansible-collection-tribe29.checkmk" aria-role="button" target="_blank" rel="noopener external">Repository (Sources)</a>
536536
</p>
537537

538538
.. Parsing errors

0 commit comments

Comments
 (0)