Skip to content

Commit 7b6edde

Browse files
Merge pull request #194 from tribe29/devel
Changelogs and Docs
2 parents 8e07939 + e4c553d commit 7b6edde

16 files changed

+708
-15
lines changed

CHANGELOG.rst

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

77

8+
v0.12.0
9+
=======
10+
11+
Major Changes
12+
-------------
13+
14+
- Add contact_group module.
15+
16+
Minor Changes
17+
-------------
18+
19+
- Agent role - Add option to download agent setup to control node and then upload to target.
20+
- Downtime module - Improve readability of messages in case of API errors.
21+
22+
Bugfixes
23+
--------
24+
25+
- Agent role - Fix timeouts on tasks delegated_to localhost.
26+
- Downtime module - A human-readable error message is now printed if there's an API error.
27+
28+
New Modules
29+
-----------
30+
31+
- tribe29.checkmk.contact_group - Manage contact groups in Checkmk (bulk version).
32+
833
v0.11.0
934
=======
1035

changelogs/.plugin-cache.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ plugins:
1515
name: activation
1616
namespace: ''
1717
version_added: 0.0.1
18+
contact_group:
19+
description: Manage contact groups in Checkmk (bulk version).
20+
name: contact_group
21+
namespace: ''
22+
version_added: 0.12.0
1823
discovery:
1924
description: Discover services in Checkmk.
2025
name: discovery
@@ -54,4 +59,4 @@ plugins:
5459
shell: {}
5560
strategy: {}
5661
vars: {}
57-
version: 0.11.0
62+
version: 0.12.0
File renamed without changes.

changelogs/changelog.yaml

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,27 @@ releases:
9191
name: tag_group
9292
namespace: ''
9393
release_date: '2022-10-10'
94+
0.12.0:
95+
changes:
96+
bugfixes:
97+
- Agent role - Fix timeouts on tasks delegated_to localhost.
98+
- Downtime module - A human-readable error message is now printed if there's
99+
an API error.
100+
major_changes:
101+
- Add contact_group module.
102+
minor_changes:
103+
- Agent role - Add option to download agent setup to control node and then upload
104+
to target.
105+
- Downtime module - Improve readability of messages in case of API errors.
106+
fragments:
107+
- bugfixes.yml
108+
- contact_group_module.yml
109+
- fix-188-key-error.yml
110+
modules:
111+
- description: Manage contact groups in Checkmk (bulk version).
112+
name: contact_group
113+
namespace: ''
114+
release_date: '2022-11-18'
94115
0.2.0:
95116
changes:
96117
known_issues:
@@ -255,8 +276,8 @@ releases:
255276
- Downtime module - Make certificate validation of the Checkmk server configurable.
256277
- Folder module - Make certificate validation of the Checkmk server configurable.
257278
- Host module - Make certificate validation of the Checkmk server configurable.
258-
- Server role - Fix setup file verification on Debian derivatives. Using gpg instead
259-
of dpkg-sig now.
279+
- Server role - Fix setup file verification on Debian derivatives. Using gpg
280+
instead of dpkg-sig now.
260281
fragments:
261282
- agent_role.yml
262283
- modules.yml

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

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

0 commit comments

Comments
 (0)