Skip to content

Commit 3e724ee

Browse files
Merge pull request #727 from Checkmk/devel
Update changelogs and docs upon release
2 parents 01da562 + 5cb182c commit 3e724ee

38 files changed

+143
-66
lines changed

CHANGELOG.rst

+19
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ checkmk.general Release Notes
44

55
.. contents:: Topics
66

7+
v5.5.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Make the server tmp directory configurable.
14+
15+
Minor Changes
16+
-------------
17+
18+
- Server role - Make tmp directory configurable.
19+
20+
Bugfixes
21+
--------
22+
23+
- Agent role - Fix permissions on vanilla agent setup file.
24+
- Server role - Fix argument spec for checkmk_server_sites.edition.
25+
726
v5.4.0
827
======
928

changelogs/.plugin-cache.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ plugins:
151151
strategy: {}
152152
test: {}
153153
vars: {}
154-
version: 5.4.0
154+
version: 5.5.0
File renamed without changes.
File renamed without changes.

changelogs/changelog.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -1072,3 +1072,16 @@ releases:
10721072
- agent.yml
10731073
- release_summary.yml
10741074
release_date: '2025-01-14'
1075+
5.5.0:
1076+
changes:
1077+
bugfixes:
1078+
- Agent role - Fix permissions on vanilla agent setup file.
1079+
- Server role - Fix argument spec for checkmk_server_sites.edition.
1080+
minor_changes:
1081+
- Server role - Make tmp directory configurable.
1082+
release_summary: Make the server tmp directory configurable.
1083+
fragments:
1084+
- agent.yml
1085+
- release.yml
1086+
- server.yml
1087+
release_date: '2025-02-12'

docs/activation_module.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:trim:
77

88
.. meta::
9-
:antsibull-docs: 2.16.2
9+
:antsibull-docs: 2.16.3
1010

1111
.. Anchors
1212
@@ -22,7 +22,7 @@ checkmk.general.activation module -- Activate changes in Checkmk.
2222
.. Collection note
2323
2424
.. note::
25-
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.4.0).
25+
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.5.0).
2626

2727
It is not included in ``ansible-core``.
2828
To check whether it is installed, run :code:`ansible-galaxy collection list`.

docs/agent_role.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:trim:
77

88
.. meta::
9-
:antsibull-docs: 2.16.2
9+
:antsibull-docs: 2.16.3
1010

1111
.. Anchors
1212
@@ -20,7 +20,7 @@ checkmk.general.agent role -- Install Checkmk agents
2020
.. Collection note
2121
2222
.. note::
23-
This role is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.4.0).
23+
This role is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.5.0).
2424

2525
It is not included in ``ansible-core``.
2626
To check whether it is installed, run :code:`ansible-galaxy collection list`.
@@ -491,7 +491,7 @@ Parameters
491491

492492
.. rst-class:: ansible-option-line
493493

494-
:ansible-option-default-bold:`Default:` :ansible-option-default:`"{{ checkmk\_var\_folder\_path | default('/') }}"`
494+
:ansible-option-default-bold:`Default:` :ansible-option-default:`"{{ checkmk\_var\_folder\_path \| default('/') }}"`
495495

496496
.. raw:: html
497497

@@ -622,7 +622,7 @@ Parameters
622622

623623
.. rst-class:: ansible-option-line
624624

625-
:ansible-option-default-bold:`Default:` :ansible-option-default:`{"ipaddress": "{{ checkmk\_agent\_host\_ip | default(omit) }}"}`
625+
:ansible-option-default-bold:`Default:` :ansible-option-default:`{"ipaddress": "{{ checkmk\_agent\_host\_ip \| default(omit) }}"}`
626626

627627
.. raw:: html
628628

docs/bakery_lookup.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:trim:
77

88
.. meta::
9-
:antsibull-docs: 2.16.2
9+
:antsibull-docs: 2.16.3
1010

1111
.. Anchors
1212
@@ -22,7 +22,7 @@ checkmk.general.bakery lookup -- Get the bakery status of a Checkmk server
2222
.. Collection note
2323
2424
.. note::
25-
This lookup plugin is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.4.0).
25+
This lookup plugin is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.5.0).
2626

2727
It is not included in ``ansible-core``.
2828
To check whether it is installed, run :code:`ansible-galaxy collection list`.

docs/bakery_module.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:trim:
77

88
.. meta::
9-
:antsibull-docs: 2.16.2
9+
:antsibull-docs: 2.16.3
1010

1111
.. Anchors
1212
@@ -22,7 +22,7 @@ checkmk.general.bakery module -- Trigger baking and signing in the agent bakery.
2222
.. Collection note
2323
2424
.. note::
25-
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.4.0).
25+
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.5.0).
2626

2727
It is not included in ``ansible-core``.
2828
To check whether it is installed, run :code:`ansible-galaxy collection list`.

docs/checkmk_inventory.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:trim:
77

88
.. meta::
9-
:antsibull-docs: 2.16.2
9+
:antsibull-docs: 2.16.3
1010

1111
.. Anchors
1212
@@ -22,7 +22,7 @@ checkmk.general.checkmk inventory -- Dynamic Inventory Source or Checkmk
2222
.. Collection note
2323
2424
.. note::
25-
This inventory plugin is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.4.0).
25+
This inventory plugin is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.5.0).
2626

2727
It is not included in ``ansible-core``.
2828
To check whether it is installed, run :code:`ansible-galaxy collection list`.

docs/contact_group_module.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:trim:
77

88
.. meta::
9-
:antsibull-docs: 2.16.2
9+
:antsibull-docs: 2.16.3
1010

1111
.. Anchors
1212
@@ -22,7 +22,7 @@ checkmk.general.contact_group module -- Manage contact groups in Checkmk (bulk v
2222
.. Collection note
2323
2424
.. note::
25-
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.4.0).
25+
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.5.0).
2626

2727
It is not included in ``ansible-core``.
2828
To check whether it is installed, run :code:`ansible-galaxy collection list`.

docs/discovery_module.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:trim:
77

88
.. meta::
9-
:antsibull-docs: 2.16.2
9+
:antsibull-docs: 2.16.3
1010

1111
.. Anchors
1212
@@ -22,7 +22,7 @@ checkmk.general.discovery module -- Discover services in Checkmk.
2222
.. Collection note
2323
2424
.. note::
25-
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.4.0).
25+
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.5.0).
2626

2727
It is not included in ``ansible-core``.
2828
To check whether it is installed, run :code:`ansible-galaxy collection list`.

docs/downtime_module.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:trim:
77

88
.. meta::
9-
:antsibull-docs: 2.16.2
9+
:antsibull-docs: 2.16.3
1010

1111
.. Anchors
1212
@@ -22,7 +22,7 @@ checkmk.general.downtime module -- Manage downtimes in Checkmk.
2222
.. Collection note
2323
2424
.. note::
25-
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.4.0).
25+
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.5.0).
2626

2727
It is not included in ``ansible-core``.
2828
To check whether it is installed, run :code:`ansible-galaxy collection list`.

docs/environment_variables.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:orphan:
22

33
.. meta::
4-
:antsibull-docs: 2.16.2
4+
:antsibull-docs: 2.16.3
55

66
.. _list_of_collection_env_vars:
77

docs/folder_lookup.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:trim:
77

88
.. meta::
9-
:antsibull-docs: 2.16.2
9+
:antsibull-docs: 2.16.3
1010

1111
.. Anchors
1212
@@ -22,7 +22,7 @@ checkmk.general.folder lookup -- Get folder attributes
2222
.. Collection note
2323
2424
.. note::
25-
This lookup plugin is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.4.0).
25+
This lookup plugin is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.5.0).
2626

2727
It is not included in ``ansible-core``.
2828
To check whether it is installed, run :code:`ansible-galaxy collection list`.

docs/folder_module.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:trim:
77

88
.. meta::
9-
:antsibull-docs: 2.16.2
9+
:antsibull-docs: 2.16.3
1010

1111
.. Anchors
1212
@@ -22,7 +22,7 @@ checkmk.general.folder module -- Manage folders in Checkmk.
2222
.. Collection note
2323
2424
.. note::
25-
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.4.0).
25+
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.5.0).
2626

2727
It is not included in ``ansible-core``.
2828
To check whether it is installed, run :code:`ansible-galaxy collection list`.

docs/folders_lookup.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:trim:
77

88
.. meta::
9-
:antsibull-docs: 2.16.2
9+
:antsibull-docs: 2.16.3
1010

1111
.. Anchors
1212
@@ -22,7 +22,7 @@ checkmk.general.folders lookup -- Get various information about a folder
2222
.. Collection note
2323
2424
.. note::
25-
This lookup plugin is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.4.0).
25+
This lookup plugin is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.5.0).
2626

2727
It is not included in ``ansible-core``.
2828
To check whether it is installed, run :code:`ansible-galaxy collection list`.

docs/host_group_module.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:trim:
77

88
.. meta::
9-
:antsibull-docs: 2.16.2
9+
:antsibull-docs: 2.16.3
1010

1111
.. Anchors
1212
@@ -22,7 +22,7 @@ checkmk.general.host_group module -- Manage host groups in Checkmk (bulk version
2222
.. Collection note
2323
2424
.. note::
25-
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.4.0).
25+
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.5.0).
2626

2727
It is not included in ``ansible-core``.
2828
To check whether it is installed, run :code:`ansible-galaxy collection list`.

docs/host_lookup.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:trim:
77

88
.. meta::
9-
:antsibull-docs: 2.16.2
9+
:antsibull-docs: 2.16.3
1010

1111
.. Anchors
1212
@@ -22,7 +22,7 @@ checkmk.general.host lookup -- Get host attributes
2222
.. Collection note
2323
2424
.. note::
25-
This lookup plugin is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.4.0).
25+
This lookup plugin is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.5.0).
2626

2727
It is not included in ``ansible-core``.
2828
To check whether it is installed, run :code:`ansible-galaxy collection list`.

docs/host_module.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:trim:
77

88
.. meta::
9-
:antsibull-docs: 2.16.2
9+
:antsibull-docs: 2.16.3
1010

1111
.. Anchors
1212
@@ -22,7 +22,7 @@ checkmk.general.host module -- Manage hosts in Checkmk.
2222
.. Collection note
2323
2424
.. note::
25-
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.4.0).
25+
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.5.0).
2626

2727
It is not included in ``ansible-core``.
2828
To check whether it is installed, run :code:`ansible-galaxy collection list`.

docs/hosts_lookup.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:trim:
77

88
.. meta::
9-
:antsibull-docs: 2.16.2
9+
:antsibull-docs: 2.16.3
1010

1111
.. Anchors
1212
@@ -22,7 +22,7 @@ checkmk.general.hosts lookup -- Get various information about a host
2222
.. Collection note
2323
2424
.. note::
25-
This lookup plugin is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.4.0).
25+
This lookup plugin is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.5.0).
2626

2727
It is not included in ``ansible-core``.
2828
To check whether it is installed, run :code:`ansible-galaxy collection list`.

docs/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
.. meta::
2-
:antsibull-docs: 2.16.2
2+
:antsibull-docs: 2.16.3
33

44

55
.. _plugins_in_checkmk.general:
66

77
Checkmk.General
88
===============
99

10-
Collection version 5.4.0
10+
Collection version 5.5.0
1111

1212
.. contents::
1313
:local:

docs/password_module.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:trim:
77

88
.. meta::
9-
:antsibull-docs: 2.16.2
9+
:antsibull-docs: 2.16.3
1010

1111
.. Anchors
1212
@@ -22,7 +22,7 @@ checkmk.general.password module -- Manage passwords in Checkmk.
2222
.. Collection note
2323
2424
.. note::
25-
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.4.0).
25+
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.5.0).
2626

2727
It is not included in ``ansible-core``.
2828
To check whether it is installed, run :code:`ansible-galaxy collection list`.

docs/rule_lookup.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:trim:
77

88
.. meta::
9-
:antsibull-docs: 2.16.2
9+
:antsibull-docs: 2.16.3
1010

1111
.. Anchors
1212
@@ -22,7 +22,7 @@ checkmk.general.rule lookup -- Show a rule
2222
.. Collection note
2323
2424
.. note::
25-
This lookup plugin is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.4.0).
25+
This lookup plugin is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.5.0).
2626

2727
It is not included in ``ansible-core``.
2828
To check whether it is installed, run :code:`ansible-galaxy collection list`.

0 commit comments

Comments
 (0)