Skip to content

Commit 52dc3f5

Browse files
committed
Merge branch 'devel' into build/checkmk-24-support
2 parents fddd20c + 0df36f4 commit 52dc3f5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+647
-58
lines changed

.github/workflows/ans-int-test-bakery.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
env:
7070
CMK_SITE_ID: "ancient_cce"
7171
CMK_PASSWORD: "Sup3rSec4et!"
72-
old_cme:
73-
image: checkmk/check-mk-managed:2.3.0p26
72+
stable_cme:
73+
image: checkmk/check-mk-managed:2.3.0p27
7474
ports:
7575
- 5323:5000
7676
env:

.github/workflows/ans-int-test-contact_group.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ jobs:
7070
CMK_SITE_ID: "ancient_cre"
7171
CMK_PASSWORD: "Sup3rSec4et!"
7272
old_cre:
73-
image: checkmk/check-mk-raw:2.3.0p26
73+
image: checkmk/check-mk-raw:2.3.0p27
7474
ports:
7575
- 5023:5000
7676
env:
7777
CMK_SITE_ID: "old_cre"
7878
CMK_PASSWORD: "Sup3rSec4et!"
7979
old_cme:
80-
image: checkmk/check-mk-managed:2.3.0p26
80+
image: checkmk/check-mk-managed:2.3.0p27
8181
ports:
8282
- 5323:5000
8383
env:

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

SUPPORT.md

+1
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,4 @@ Collection Version | Checkmk Versions | Ansible Versions | Remarks
6262
5.3.2 | 2.1.0p49, 2.2.0p37, 2.3.0p23 | 2.15, 2.16, 2.17 | None
6363
5.4.0 | 2.1.0p49, 2.2.0p37, 2.3.0p24 | 2.15, 2.16, 2.17 | None
6464
5.5.0 | 2.1.0p49, 2.2.0p39, 2.3.0p26 | 2.15, 2.16, 2.17 | None
65+
5.6.0 | 2.1.0p49, 2.2.0p40, 2.3.0p27 | 2.15, 2.16, 2.17 | None

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
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
release_summary: "Enable MKP management for the server role."

changelogs/archive/5.6.0/server.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
minor_changes:
2+
- Server role - Enable management of MKP packages.

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)