diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d7aaa9cd9..98b6ce770 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,9 @@ checkmk.general Release Notes .. contents:: Topics +v4.0.1 +====== + v4.0.0 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 1a322d812..3c9293ab6 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -110,4 +110,4 @@ plugins: strategy: {} test: {} vars: {} -version: 4.0.0 +version: 4.0.1 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index fcb52630b..5bb0944d1 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -783,3 +783,5 @@ releases: name: bakery namespace: null release_date: '2023-12-04' + 4.0.1: + release_date: '2023-12-05' diff --git a/docs/activation_module.rst b/docs/activation_module.rst index a3eb2d2a4..162be7648 100644 --- a/docs/activation_module.rst +++ b/docs/activation_module.rst @@ -23,7 +23,7 @@ checkmk.general.activation module -- Activate changes in Checkmk. .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 4.0.0). + This module is part of the `checkmk.general collection `_ (version 4.0.1). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/bakery_lookup.rst b/docs/bakery_lookup.rst index 77c346b71..20fb61720 100644 --- a/docs/bakery_lookup.rst +++ b/docs/bakery_lookup.rst @@ -23,7 +23,7 @@ checkmk.general.bakery lookup -- Get the bakery status of a Checkmk server .. Collection note .. note:: - This lookup plugin is part of the `checkmk.general collection `_ (version 4.0.0). + This lookup plugin is part of the `checkmk.general collection `_ (version 4.0.1). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/bakery_module.rst b/docs/bakery_module.rst index 5ff0d8f8b..279fa63d6 100644 --- a/docs/bakery_module.rst +++ b/docs/bakery_module.rst @@ -23,7 +23,7 @@ checkmk.general.bakery module -- Trigger baking and signing in the agent bakery. .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 4.0.0). + This module is part of the `checkmk.general collection `_ (version 4.0.1). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/contact_group_module.rst b/docs/contact_group_module.rst index fd78d442e..c4ff0b64c 100644 --- a/docs/contact_group_module.rst +++ b/docs/contact_group_module.rst @@ -23,7 +23,7 @@ checkmk.general.contact_group module -- Manage contact groups in Checkmk (bulk v .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 4.0.0). + This module is part of the `checkmk.general collection `_ (version 4.0.1). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/discovery_module.rst b/docs/discovery_module.rst index e9ea28ee5..42d6ece16 100644 --- a/docs/discovery_module.rst +++ b/docs/discovery_module.rst @@ -23,7 +23,7 @@ checkmk.general.discovery module -- Discover services in Checkmk. .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 4.0.0). + This module is part of the `checkmk.general collection `_ (version 4.0.1). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/downtime_module.rst b/docs/downtime_module.rst index 7ef01b4ef..3cc8f0f38 100644 --- a/docs/downtime_module.rst +++ b/docs/downtime_module.rst @@ -23,7 +23,7 @@ checkmk.general.downtime module -- Manage downtimes in Checkmk. .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 4.0.0). + This module is part of the `checkmk.general collection `_ (version 4.0.1). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/folder_lookup.rst b/docs/folder_lookup.rst index 676c6b01a..ac10f2ba7 100644 --- a/docs/folder_lookup.rst +++ b/docs/folder_lookup.rst @@ -23,7 +23,7 @@ checkmk.general.folder lookup -- Get folder attributes .. Collection note .. note:: - This lookup plugin is part of the `checkmk.general collection `_ (version 4.0.0). + This lookup plugin is part of the `checkmk.general collection `_ (version 4.0.1). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/folder_module.rst b/docs/folder_module.rst index f7b4c61a6..2215a8957 100644 --- a/docs/folder_module.rst +++ b/docs/folder_module.rst @@ -23,7 +23,7 @@ checkmk.general.folder module -- Manage folders in Checkmk. .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 4.0.0). + This module is part of the `checkmk.general collection `_ (version 4.0.1). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/folders_lookup.rst b/docs/folders_lookup.rst index 65cc8e2c7..4036d83e5 100644 --- a/docs/folders_lookup.rst +++ b/docs/folders_lookup.rst @@ -23,7 +23,7 @@ checkmk.general.folders lookup -- Get various information about a folder .. Collection note .. note:: - This lookup plugin is part of the `checkmk.general collection `_ (version 4.0.0). + This lookup plugin is part of the `checkmk.general collection `_ (version 4.0.1). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/host_group_module.rst b/docs/host_group_module.rst index ef00ecb5a..923f03149 100644 --- a/docs/host_group_module.rst +++ b/docs/host_group_module.rst @@ -23,7 +23,7 @@ checkmk.general.host_group module -- Manage host groups in Checkmk (bulk version .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 4.0.0). + This module is part of the `checkmk.general collection `_ (version 4.0.1). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/host_lookup.rst b/docs/host_lookup.rst index 1af580e66..ae905362e 100644 --- a/docs/host_lookup.rst +++ b/docs/host_lookup.rst @@ -23,7 +23,7 @@ checkmk.general.host lookup -- Get host attributes .. Collection note .. note:: - This lookup plugin is part of the `checkmk.general collection `_ (version 4.0.0). + This lookup plugin is part of the `checkmk.general collection `_ (version 4.0.1). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/host_module.rst b/docs/host_module.rst index 3a1ef4c90..ac769f3cd 100644 --- a/docs/host_module.rst +++ b/docs/host_module.rst @@ -23,7 +23,7 @@ checkmk.general.host module -- Manage hosts in Checkmk. .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 4.0.0). + This module is part of the `checkmk.general collection `_ (version 4.0.1). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/hosts_lookup.rst b/docs/hosts_lookup.rst index e3a5daba1..63c935947 100644 --- a/docs/hosts_lookup.rst +++ b/docs/hosts_lookup.rst @@ -23,7 +23,7 @@ checkmk.general.hosts lookup -- Get various information about a host .. Collection note .. note:: - This lookup plugin is part of the `checkmk.general collection `_ (version 4.0.0). + This lookup plugin is part of the `checkmk.general collection `_ (version 4.0.1). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/index.rst b/docs/index.rst index 84dbbde75..123a6b0d6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,7 +9,7 @@ Checkmk.General =============== -Collection version 4.0.0 +Collection version 4.0.1 .. contents:: :local: diff --git a/docs/password_module.rst b/docs/password_module.rst index 7d7ab4699..64f95f373 100644 --- a/docs/password_module.rst +++ b/docs/password_module.rst @@ -23,7 +23,7 @@ checkmk.general.password module -- Manage passwords in Checkmk. .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 4.0.0). + This module is part of the `checkmk.general collection `_ (version 4.0.1). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/rule_module.rst b/docs/rule_module.rst index 313625fb7..ee830d319 100644 --- a/docs/rule_module.rst +++ b/docs/rule_module.rst @@ -23,7 +23,7 @@ checkmk.general.rule module -- Manage rules in Checkmk. .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 4.0.0). + This module is part of the `checkmk.general collection `_ (version 4.0.1). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/service_group_module.rst b/docs/service_group_module.rst index 64eef948e..f44a919db 100644 --- a/docs/service_group_module.rst +++ b/docs/service_group_module.rst @@ -23,7 +23,7 @@ checkmk.general.service_group module -- Manage service groups in Checkmk (bulk v .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 4.0.0). + This module is part of the `checkmk.general collection `_ (version 4.0.1). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/tag_group_module.rst b/docs/tag_group_module.rst index 1097c9dde..829e97d74 100644 --- a/docs/tag_group_module.rst +++ b/docs/tag_group_module.rst @@ -23,7 +23,7 @@ checkmk.general.tag_group module -- Manage tag\_group within Checkmk .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 4.0.0). + This module is part of the `checkmk.general collection `_ (version 4.0.1). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/timeperiod_module.rst b/docs/timeperiod_module.rst index 3d7c7f293..43bb984bc 100644 --- a/docs/timeperiod_module.rst +++ b/docs/timeperiod_module.rst @@ -23,7 +23,7 @@ checkmk.general.timeperiod module -- Manage time periods in checkmk. .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 4.0.0). + This module is part of the `checkmk.general collection `_ (version 4.0.1). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/user_module.rst b/docs/user_module.rst index ddd936e15..d942bd1ed 100644 --- a/docs/user_module.rst +++ b/docs/user_module.rst @@ -23,7 +23,7 @@ checkmk.general.user module -- Manage users in Checkmk. .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 4.0.0). + This module is part of the `checkmk.general collection `_ (version 4.0.1). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/version_lookup.rst b/docs/version_lookup.rst index 9c8e5696f..ee2362d62 100644 --- a/docs/version_lookup.rst +++ b/docs/version_lookup.rst @@ -23,7 +23,7 @@ checkmk.general.version lookup -- Get the version of a Checkmk server .. Collection note .. note:: - This lookup plugin is part of the `checkmk.general collection `_ (version 4.0.0). + This lookup plugin is part of the `checkmk.general collection `_ (version 4.0.1). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`.