From c4268b1dc91303e73c03785929c8718592f0d781 Mon Sep 17 00:00:00 2001 From: robin-checkmk <93658105+robin-checkmk@users.noreply.github.com> Date: Wed, 14 Aug 2024 14:08:24 +0000 Subject: [PATCH] Update Docs and Changelogs upon Release --- CHANGELOG.rst | 13 +++++++++++++ changelogs/.plugin-cache.yaml | 2 +- changelogs/{fragments => archive/5.2.1}/folder.yml | 0 .../5.2.1}/release_summary.yml | 0 changelogs/changelog.yaml | 10 ++++++++++ docs/activation_module.rst | 2 +- docs/bakery_lookup.rst | 2 +- docs/bakery_module.rst | 2 +- docs/contact_group_module.rst | 2 +- docs/discovery_module.rst | 2 +- docs/downtime_module.rst | 2 +- docs/folder_lookup.rst | 2 +- docs/folder_module.rst | 2 +- docs/folders_lookup.rst | 2 +- docs/host_group_module.rst | 2 +- docs/host_lookup.rst | 2 +- docs/host_module.rst | 2 +- docs/hosts_lookup.rst | 2 +- docs/index.rst | 2 +- docs/password_module.rst | 2 +- docs/rule_lookup.rst | 2 +- docs/rule_module.rst | 2 +- docs/rules_lookup.rst | 2 +- docs/ruleset_lookup.rst | 2 +- docs/rulesets_lookup.rst | 2 +- docs/service_group_module.rst | 2 +- docs/tag_group_module.rst | 2 +- docs/timeperiod_module.rst | 2 +- docs/user_module.rst | 2 +- docs/version_lookup.rst | 2 +- 30 files changed, 49 insertions(+), 26 deletions(-) rename changelogs/{fragments => archive/5.2.1}/folder.yml (100%) rename changelogs/{fragments => archive/5.2.1}/release_summary.yml (100%) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b08f1ac65..aca52a8d9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,19 @@ checkmk.general Release Notes .. contents:: Topics +v5.2.1 +====== + +Release Summary +--------------- + +Bugfix Release. + +Bugfixes +-------- + +- Folder module - Fix bug, where `update_attributes` failed on a folder with the Network Scan enabled. + v5.2.0 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 158f6b558..253ec601b 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -126,4 +126,4 @@ plugins: strategy: {} test: {} vars: {} -version: 5.2.0 +version: 5.2.1 diff --git a/changelogs/fragments/folder.yml b/changelogs/archive/5.2.1/folder.yml similarity index 100% rename from changelogs/fragments/folder.yml rename to changelogs/archive/5.2.1/folder.yml diff --git a/changelogs/fragments/release_summary.yml b/changelogs/archive/5.2.1/release_summary.yml similarity index 100% rename from changelogs/fragments/release_summary.yml rename to changelogs/archive/5.2.1/release_summary.yml diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 962aa5aa5..f3d9b4bd5 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -994,3 +994,13 @@ releases: - release_summary.yaml - tag_group.yaml release_date: '2024-08-05' + 5.2.1: + changes: + bugfixes: + - Folder module - Fix bug, where `update_attributes` failed on a folder with + the Network Scan enabled. + release_summary: Bugfix Release. + fragments: + - folder.yml + - release_summary.yml + release_date: '2024-08-14' diff --git a/docs/activation_module.rst b/docs/activation_module.rst index 3b17f9e3a..92ecbaba6 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 5.2.0). + This module is part of the `checkmk.general collection `_ (version 5.2.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 22ebb8eb9..280abacbe 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 5.2.0). + This lookup plugin is part of the `checkmk.general collection `_ (version 5.2.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 ad2f48fc8..9091ea445 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 5.2.0). + This module is part of the `checkmk.general collection `_ (version 5.2.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 c4326b97a..6a9805883 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 5.2.0). + This module is part of the `checkmk.general collection `_ (version 5.2.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 6d2444497..6698a3b39 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 5.2.0). + This module is part of the `checkmk.general collection `_ (version 5.2.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 80fa896a7..59d1cd780 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 5.2.0). + This module is part of the `checkmk.general collection `_ (version 5.2.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 340f6e804..0d635c8a6 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 5.2.0). + This lookup plugin is part of the `checkmk.general collection `_ (version 5.2.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 fe3e0b192..1040df5e8 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 5.2.0). + This module is part of the `checkmk.general collection `_ (version 5.2.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 c52ad83ba..735736ef9 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 5.2.0). + This lookup plugin is part of the `checkmk.general collection `_ (version 5.2.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 f8a627e13..e4ccb43d0 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 5.2.0). + This module is part of the `checkmk.general collection `_ (version 5.2.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 fa42e6a68..4d19ba7a2 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 5.2.0). + This lookup plugin is part of the `checkmk.general collection `_ (version 5.2.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 61cc7886a..a43b159c1 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 5.2.0). + This module is part of the `checkmk.general collection `_ (version 5.2.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 95a273e6a..d508e9349 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 5.2.0). + This lookup plugin is part of the `checkmk.general collection `_ (version 5.2.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 ddfb074a9..980dbee21 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,7 +9,7 @@ Checkmk.General =============== -Collection version 5.2.0 +Collection version 5.2.1 .. contents:: :local: diff --git a/docs/password_module.rst b/docs/password_module.rst index b537f5a24..9b124ff19 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 5.2.0). + This module is part of the `checkmk.general collection `_ (version 5.2.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_lookup.rst b/docs/rule_lookup.rst index bc5df2d88..df06c5c62 100644 --- a/docs/rule_lookup.rst +++ b/docs/rule_lookup.rst @@ -23,7 +23,7 @@ checkmk.general.rule lookup -- Show a rule .. Collection note .. note:: - This lookup plugin is part of the `checkmk.general collection `_ (version 5.2.0). + This lookup plugin is part of the `checkmk.general collection `_ (version 5.2.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 3b9e264b8..8b7a72585 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 5.2.0). + This module is part of the `checkmk.general collection `_ (version 5.2.1). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/rules_lookup.rst b/docs/rules_lookup.rst index 6a540ccc5..587a8e30e 100644 --- a/docs/rules_lookup.rst +++ b/docs/rules_lookup.rst @@ -23,7 +23,7 @@ checkmk.general.rules lookup -- Get a list rules .. Collection note .. note:: - This lookup plugin is part of the `checkmk.general collection `_ (version 5.2.0). + This lookup plugin is part of the `checkmk.general collection `_ (version 5.2.1). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/ruleset_lookup.rst b/docs/ruleset_lookup.rst index 63e3d6fe0..06123f266 100644 --- a/docs/ruleset_lookup.rst +++ b/docs/ruleset_lookup.rst @@ -23,7 +23,7 @@ checkmk.general.ruleset lookup -- Show a ruleset .. Collection note .. note:: - This lookup plugin is part of the `checkmk.general collection `_ (version 5.2.0). + This lookup plugin is part of the `checkmk.general collection `_ (version 5.2.1). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/rulesets_lookup.rst b/docs/rulesets_lookup.rst index 982748a51..97df2e01a 100644 --- a/docs/rulesets_lookup.rst +++ b/docs/rulesets_lookup.rst @@ -23,7 +23,7 @@ checkmk.general.rulesets lookup -- Search rulesets .. Collection note .. note:: - This lookup plugin is part of the `checkmk.general collection `_ (version 5.2.0). + This lookup plugin is part of the `checkmk.general collection `_ (version 5.2.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 f90ededdb..53f909e63 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 5.2.0). + This module is part of the `checkmk.general collection `_ (version 5.2.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 a3a9d2583..cef9df4e1 100644 --- a/docs/tag_group_module.rst +++ b/docs/tag_group_module.rst @@ -23,7 +23,7 @@ checkmk.general.tag_group module -- Manage tag groups in Checkmk. .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 5.2.0). + This module is part of the `checkmk.general collection `_ (version 5.2.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 e01264aa5..574aec371 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 5.2.0). + This module is part of the `checkmk.general collection `_ (version 5.2.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 0d04d0e26..a9ac2b558 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 5.2.0). + This module is part of the `checkmk.general collection `_ (version 5.2.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 bfce55890..eec4290c9 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 5.2.0). + This lookup plugin is part of the `checkmk.general collection `_ (version 5.2.1). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`.