Skip to content

Commit 2188a6d

Browse files
Merge pull request #738 from Checkmk/devel
Update changelogs and docs upon release
2 parents c6e9f74 + 8b3fcd2 commit 2188a6d

36 files changed

+429
-32
lines changed

CHANGELOG.rst

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

55
.. contents:: Topics
66

7+
v5.6.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Enable MKP management for the server role.
14+
15+
Minor Changes
16+
-------------
17+
18+
- Server role - Enable management of MKP packages.
19+
720
v5.5.0
821
======
922

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.5.0
154+
version: 5.6.0
File renamed without changes.

changelogs/changelog.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -1085,3 +1085,12 @@ releases:
10851085
- release.yml
10861086
- server.yml
10871087
release_date: '2025-02-12'
1088+
5.6.0:
1089+
changes:
1090+
minor_changes:
1091+
- Server role - Enable management of MKP packages.
1092+
release_summary: Enable MKP management for the server role.
1093+
fragments:
1094+
- release_summary.yml
1095+
- server.yml
1096+
release_date: '2025-02-27'

docs/activation_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.5.0).
25+
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.6.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.5.0).
23+
This role is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.6.0).
2424

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

docs/bakery_lookup.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.5.0).
25+
This lookup plugin is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.6.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.5.0).
25+
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.6.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.5.0).
25+
This inventory plugin is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.6.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.5.0).
25+
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.6.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.5.0).
25+
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.6.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.5.0).
25+
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.6.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_lookup.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.5.0).
25+
This lookup plugin is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.6.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.5.0).
25+
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.6.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.5.0).
25+
This lookup plugin is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.6.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.5.0).
25+
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.6.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.5.0).
25+
This lookup plugin is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.6.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.5.0).
25+
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.6.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.5.0).
25+
This lookup plugin is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.6.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Checkmk.General
88
===============
99

10-
Collection version 5.5.0
10+
Collection version 5.6.0
1111

1212
.. contents::
1313
:local:

docs/password_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.5.0).
25+
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.6.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.5.0).
25+
This lookup plugin is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.6.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_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ checkmk.general.rule module -- Manage rules 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.5.0).
25+
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.6.0).
2626

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

docs/rules_lookup.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ checkmk.general.rules lookup -- Get a list rules
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.5.0).
25+
This lookup plugin is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.6.0).
2626

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

docs/ruleset_lookup.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ checkmk.general.ruleset lookup -- Show a ruleset
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.5.0).
25+
This lookup plugin is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.6.0).
2626

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

docs/rulesets_lookup.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ checkmk.general.rulesets lookup -- Search rulesets
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.5.0).
25+
This lookup plugin is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 5.6.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)