Skip to content

Commit cfae083

Browse files
Merge pull request #357 from Checkmk/devel
Update changelogs and docs
2 parents f0092d1 + 2000340 commit cfae083

17 files changed

+8260
-106
lines changed

CHANGELOG.rst

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
=============================
2-
tribe29.checkmk Release Notes
2+
checkmk.general Release Notes
33
=============================
44

55
.. contents:: Topics
66

77

8+
v2.0.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
Welcome to the new world!
15+
16+
Breaking Changes / Porting Guide
17+
--------------------------------
18+
19+
- The renaming of the collection has concluded. If you are reading this, you on the right release and repository and should be able to use the collection just as you are used to. Make sure to double check, that you are using the new FQCNs!
20+
821
v1.0.0
922
======
1023

@@ -71,7 +84,7 @@ Bugfixes
7184
New Modules
7285
-----------
7386

74-
- tribe29.checkmk.bakery - Trigger baking and signing in the agent bakery.
87+
- checkmk.general.bakery - Trigger baking and signing in the agent bakery.
7588

7689
v0.20.0
7790
=======
@@ -134,7 +147,7 @@ Known Issues
134147
New Modules
135148
-----------
136149

137-
- tribe29.checkmk.user - Manage users in Checkmk.
150+
- checkmk.general.user - Manage users in Checkmk.
138151

139152
v0.17.1
140153
=======
@@ -276,7 +289,7 @@ Bugfixes
276289
New Modules
277290
-----------
278291

279-
- tribe29.checkmk.contact_group - Manage contact groups in Checkmk (bulk version).
292+
- checkmk.general.contact_group - Manage contact groups in Checkmk (bulk version).
280293

281294
v0.11.0
282295
=======
@@ -296,8 +309,8 @@ Minor Changes
296309
New Modules
297310
-----------
298311

299-
- tribe29.checkmk.host_group - Manage host groups in Checkmk (bulk version).
300-
- tribe29.checkmk.tag_group - Manage tag_group within Checkmk
312+
- checkmk.general.host_group - Manage host groups in Checkmk (bulk version).
313+
- checkmk.general.tag_group - Manage tag_group within Checkmk
301314

302315
v0.10.0
303316
=======
@@ -320,7 +333,7 @@ Known Issues
320333
New Modules
321334
-----------
322335

323-
- tribe29.checkmk.rule - Manage rules in Checkmk.
336+
- checkmk.general.rule - Manage rules in Checkmk.
324337

325338
v0.9.0
326339
======
@@ -506,7 +519,7 @@ Known Issues
506519
New Modules
507520
-----------
508521

509-
- tribe29.checkmk.downtime - Manage downtimes in Checkmk.
522+
- checkmk.general.downtime - Manage downtimes in Checkmk.
510523

511524
v0.1.0
512525
======
@@ -565,7 +578,7 @@ Known Issues
565578
New Modules
566579
-----------
567580

568-
- tribe29.checkmk.activation - Activate changes in Checkmk.
569-
- tribe29.checkmk.discovery - discovery services in Checkmk.
570-
- tribe29.checkmk.folder - Manage folders in Checkmk.
571-
- tribe29.checkmk.host - Manage hosts in Checkmk.
581+
- checkmk.general.activation - Activate changes in Checkmk.
582+
- checkmk.general.discovery - discovery services in Checkmk.
583+
- checkmk.general.folder - Manage folders in Checkmk.
584+
- checkmk.general.host - Manage hosts in Checkmk.

changelogs/.plugin-cache.yaml

Lines changed: 62 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,70 @@ plugins:
1010
httpapi: {}
1111
inventory: {}
1212
lookup: {}
13-
module: {}
13+
module:
14+
activation:
15+
description: Activate changes in Checkmk.
16+
name: activation
17+
namespace: ''
18+
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
24+
contact_group:
25+
description: Manage contact groups in Checkmk (bulk version).
26+
name: contact_group
27+
namespace: ''
28+
version_added: 0.12.0
29+
discovery:
30+
description: Discover services in Checkmk.
31+
name: discovery
32+
namespace: ''
33+
version_added: 0.0.1
34+
downtime:
35+
description: Manage downtimes in Checkmk.
36+
name: downtime
37+
namespace: ''
38+
version_added: 0.2.0
39+
folder:
40+
description: Manage folders in Checkmk.
41+
name: folder
42+
namespace: ''
43+
version_added: 0.0.1
44+
host:
45+
description: Manage hosts in Checkmk.
46+
name: host
47+
namespace: ''
48+
version_added: 0.0.1
49+
host_group:
50+
description: Manage host groups in Checkmk (bulk version).
51+
name: host_group
52+
namespace: ''
53+
version_added: 0.11.0
54+
rule:
55+
description: Manage rules in Checkmk.
56+
name: rule
57+
namespace: ''
58+
version_added: 0.10.0
59+
service_group:
60+
description: Manage service groups in Checkmk (bulk version).
61+
name: service_group
62+
namespace: ''
63+
version_added: 0.12.0
64+
tag_group:
65+
description: Manage tag_group within Checkmk
66+
name: tag_group
67+
namespace: ''
68+
version_added: 0.11.0
69+
user:
70+
description: Manage users in Checkmk.
71+
name: user
72+
namespace: ''
73+
version_added: 0.18.0
1474
netconf: {}
1575
shell: {}
1676
strategy: {}
1777
test: {}
1878
vars: {}
19-
version: 1.0.0
79+
version: 2.0.0

changelogs/changelog.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,3 +508,14 @@ releases:
508508
fragments:
509509
- renaming_preparation.yml
510510
release_date: '2023-06-07'
511+
2.0.0:
512+
changes:
513+
breaking_changes:
514+
- The renaming of the collection has concluded. If you are reading this, you
515+
on the right release and repository and should be able to use the collection
516+
just as you are used to. Make sure to double check, that you are using the
517+
new FQCNs!
518+
release_summary: Welcome to the new world!
519+
fragments:
520+
- renaming_complete.yml
521+
release_date: '2023-06-07'

0 commit comments

Comments
 (0)