From 717f306e766c0414ea37052e1429078fd98b66d7 Mon Sep 17 00:00:00 2001 From: robin-checkmk <93658105+robin-checkmk@users.noreply.github.com> Date: Wed, 21 Feb 2024 13:51:15 +0000 Subject: [PATCH] Update Docs and Changelogs upon Release --- CHANGELOG.rst | 13 +++++++++++++ changelogs/.plugin-cache.yaml | 2 +- .../4.3.1}/fix_rule_conditions_missing.yml | 0 .../4.3.1}/release_summary.yml | 0 changelogs/changelog.yaml | 9 +++++++++ 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, 48 insertions(+), 26 deletions(-) rename changelogs/{fragments => archive/4.3.1}/fix_rule_conditions_missing.yml (100%) rename changelogs/{fragments => archive/4.3.1}/release_summary.yml (100%) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bcb2476d9..3ad55d034 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,19 @@ checkmk.general Release Notes .. contents:: Topics +v4.3.1 +====== + +Release Summary +--------------- + +Bugfix Release. + +Bugfixes +-------- + +- Rule module - Fix empty rule conditions. + v4.3.0 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 980e55b7f..eca74aa33 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -126,4 +126,4 @@ plugins: strategy: {} test: {} vars: {} -version: 4.3.0 +version: 4.3.1 diff --git a/changelogs/fragments/fix_rule_conditions_missing.yml b/changelogs/archive/4.3.1/fix_rule_conditions_missing.yml similarity index 100% rename from changelogs/fragments/fix_rule_conditions_missing.yml rename to changelogs/archive/4.3.1/fix_rule_conditions_missing.yml diff --git a/changelogs/fragments/release_summary.yml b/changelogs/archive/4.3.1/release_summary.yml similarity index 100% rename from changelogs/fragments/release_summary.yml rename to changelogs/archive/4.3.1/release_summary.yml diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index ae2f95745..f4e51c674 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -858,3 +858,12 @@ releases: - rule.yml - user.yml release_date: '2024-02-16' + 4.3.1: + changes: + bugfixes: + - Rule module - Fix empty rule conditions. + release_summary: Bugfix Release. + fragments: + - fix_rule_conditions_missing.yml + - release_summary.yml + release_date: '2024-02-21' diff --git a/docs/activation_module.rst b/docs/activation_module.rst index f3e352620..1897e6e4c 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.3.0). + This module is part of the `checkmk.general collection `_ (version 4.3.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 13946203f..520f10543 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.3.0). + This lookup plugin is part of the `checkmk.general collection `_ (version 4.3.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 14a417862..796e6b8dc 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.3.0). + This module is part of the `checkmk.general collection `_ (version 4.3.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 be1e21f0c..87507af6e 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.3.0). + This module is part of the `checkmk.general collection `_ (version 4.3.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 edcd49017..ce3148de8 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.3.0). + This module is part of the `checkmk.general collection `_ (version 4.3.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 04a9abcca..7d608a674 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.3.0). + This module is part of the `checkmk.general collection `_ (version 4.3.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 3233819fb..bd263439a 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.3.0). + This lookup plugin is part of the `checkmk.general collection `_ (version 4.3.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 ec27bc4d3..5152810c9 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.3.0). + This module is part of the `checkmk.general collection `_ (version 4.3.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 cf46723a7..1db6b14c1 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.3.0). + This lookup plugin is part of the `checkmk.general collection `_ (version 4.3.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 00fcf6893..58adb75b1 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.3.0). + This module is part of the `checkmk.general collection `_ (version 4.3.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 20df10c55..49035dad6 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.3.0). + This lookup plugin is part of the `checkmk.general collection `_ (version 4.3.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 8e699fcec..304716015 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.3.0). + This module is part of the `checkmk.general collection `_ (version 4.3.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 444d3e617..a4d661577 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.3.0). + This lookup plugin is part of the `checkmk.general collection `_ (version 4.3.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 6fa6c5930..20fc5af31 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,7 +9,7 @@ Checkmk.General =============== -Collection version 4.3.0 +Collection version 4.3.1 .. contents:: :local: diff --git a/docs/password_module.rst b/docs/password_module.rst index e0b8634e0..f3c4a3010 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.3.0). + This module is part of the `checkmk.general collection `_ (version 4.3.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 b32c830f7..2f1740416 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 4.3.0). + This lookup plugin is part of the `checkmk.general collection `_ (version 4.3.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 9fa3ca7e2..58a670819 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.3.0). + This module is part of the `checkmk.general collection `_ (version 4.3.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 285e5b5dc..ce6b14b53 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 4.3.0). + This lookup plugin is part of the `checkmk.general collection `_ (version 4.3.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 544918bba..2868af97d 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 4.3.0). + This lookup plugin is part of the `checkmk.general collection `_ (version 4.3.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 b8b0cbf81..71febe03e 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 4.3.0). + This lookup plugin is part of the `checkmk.general collection `_ (version 4.3.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 ff0d1a444..248ca372e 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.3.0). + This module is part of the `checkmk.general collection `_ (version 4.3.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 b04875a73..441a63269 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 4.3.0). + This module is part of the `checkmk.general collection `_ (version 4.3.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 1666e6506..11c8938eb 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.3.0). + This module is part of the `checkmk.general collection `_ (version 4.3.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 9fb54be1b..cd72f8c1d 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.3.0). + This module is part of the `checkmk.general collection `_ (version 4.3.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 60024fa81..7d815c5a4 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.3.0). + This lookup plugin is part of the `checkmk.general collection `_ (version 4.3.1). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`.