Branch: refs/heads/2.3.0
Home: https://github.com/Checkmk/checkmk
Commit: 1c1b97f24b8a01c26a8d8b04976c74abfb8268e1
https://github.com/Checkmk/checkmk/commit/1c1b97f24b8a01c26a8d8b04976c74abf…
Author: Gav <gavin.mcguigan(a)checkmk.com>
Date: 2024-02-23 (Fri, 23 Feb 2024)
Changed paths:
A .werks/16521.md
M cmk/bi/search.py
M tests/unit/cmk/bi/test_bi_search.py
M tests/unit/cmk/gui/openapi/test_openapi_bi.py
Log Message:
-----------
16521 FIX bi_rule: schema update to match the api docs
The Open API schema previously did not reflect the response or the request
schema format that was required to create or show bi_rules. This werk
addresses this issue.
Previously, when creating or getting a bi-rule, via the REST-API, the
schema for host_label_groups or service_label_groups looked something
like this
```
"host_label_groups": [
[
"and",
[
["and", "mystery/switch:yes"],
["or", "mystery/switch:no"],
],
],
]
```
This did not match the schema documented in the Open API docs.
To fix this, we have now changed the format to the following
```
"host_label_groups": [
{
"operator": "and",
"label_group": [
{"operator": "and", "label": "mystery/switch:yes"},
{"operator": "or", "label": "mystery/switch:no"},
],
},
]
```
This also aligns with other endpoints that use our new
host_label_groups or service_label_groups, for example the
rules endpoints.
As this is a breaking change, user scripts should be adjusted
accordingly.
Change-Id: I14657ad8bf37e71c69210b9d7e4f2dfaa2f4d94d
Commit: 3483b5765446a6cd727078384eb8be6a4454627e
https://github.com/Checkmk/checkmk/commit/3483b5765446a6cd727078384eb8be6a4…
Author: Ronny Bruska <ronny.bruska(a)checkmk.com>
Date: 2024-02-23 (Fri, 23 Feb 2024)
Changed paths:
M cmk/post_rename_site/plugins/actions/warn_changed_ports.py
Log Message:
-----------
Fix typo
CMK-16180
Change-Id: Ifd37f4101ab1e538a602a55cfea9ebc8a5f66121
Compare: https://github.com/Checkmk/checkmk/compare/0537445f5be5...3483b5765446
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: b793eae6ccf1ccda3a1fcceea25a5377961cd1cf
https://github.com/Checkmk/checkmk/commit/b793eae6ccf1ccda3a1fcceea25a53779…
Author: Alex Zurhake <alex.zurhake(a)checkmk.com>
Date: 2024-02-23 (Fri, 23 Feb 2024)
Changed paths:
M omd/packages/python3-modules/build-python3-modules.bzl
Log Message:
-----------
Revert "Use python toolchain to install python3-modules"
This reverts commit e20319a9b1e0af11705d80d23f02859f52ceb01e.
Reason for revert: Breaks the python module build
Change-Id: I65f51bc174fe914cddebb329de708e81611e7352
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: c4b9995633e689c7f0c5564db3da956107699f61
https://github.com/Checkmk/checkmk/commit/c4b9995633e689c7f0c5564db3da95610…
Author: Sven Panne <sven.panne(a)checkmk.com>
Date: 2024-02-23 (Fri, 23 Feb 2024)
Changed paths:
M cmk/base/api/agent_based/register/export.py
M cmk/gui/openapi/utils.py
M cmk/gui/rest_api_types/notifications_rule_types.py
M cmk/gui/wato/pages/activate_changes.py
M cmk/gui/watolib/activate_changes.py
M tests/unit/cmk/base/api/agent_based/register/test_section_plugins.py
Log Message:
-----------
Unified suppression formatting.
Just to calm my inner monk. :-) And to make grepping easier.
Change-Id: Ib3635f7c2f46ab2d5713feb1699d977fa61391dc
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
Branch: refs/heads/2.1.0
Home: https://github.com/Checkmk/checkmk
Commit: 5569421fa2d4543cf7481b0ba6ac0cd98995ec2b
https://github.com/Checkmk/checkmk/commit/5569421fa2d4543cf7481b0ba6ac0cd98…
Author: Timotheus Bachinger <timotheus.bachinger(a)checkmk.com>
Date: 2024-02-23 (Fri, 23 Feb 2024)
Changed paths:
M checkman/zerto_vpg_rpo
M cmk/gui/plugins/wato/datasource_programs.py
Log Message:
-----------
Specify the currently supported zerto version
Change-Id: I0337cdfeeb8626d126c49df1f230513058d8eb39
JIRA-Ref: CMK-16257
(cherry picked from commit 9e09359125701fa3c849e34a19f50c3d0fe54f9d)
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: d02ddda6afcd0729cb413d5af622098d4948d580
https://github.com/Checkmk/checkmk/commit/d02ddda6afcd0729cb413d5af622098d4…
Author: Moritz Kiemer <moritz.kiemer(a)checkmk.com>
Date: 2024-02-23 (Fri, 23 Feb 2024)
Changed paths:
M cmk/gui/utils/rule_specs/legacy_converter.py
M cmk/plugins/cisco/rulesets/prime_wlan_controller.py
M cmk/plugins/collection/rulesets/cert.py
M cmk/plugins/collection/rulesets/httpv2.py
M cmk/plugins/collection/rulesets/sql.py
M cmk/plugins/mssql/rulesets/utils.py
M cmk/plugins/rabbitmq/rulesets/nodes_gc.py
M packages/cmk-rulesets/cmk/rulesets/v1/form_specs/__init__.py
M packages/cmk-rulesets/cmk/rulesets/v1/form_specs/_levels.py
M packages/cmk-rulesets/cmk/rulesets/v1/form_specs/_migrations.py
M tests/unit/cmk/gui/utils/rulespecs/test_legacy_converter.py
Log Message:
-----------
split up Levels / SimpleLevels
While the model of SimpleLevels is a subtype
of the Level's model, FormSpecs are invariant
in their model, so we need a dedicated type.
Change-Id: I43d859748e56fff5a200ad5bfd896087bc040868
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
Branch: refs/heads/2.3.0
Home: https://github.com/Checkmk/checkmk
Commit: 0537445f5be53d1fa2a3849d959efd6ba72660f4
https://github.com/Checkmk/checkmk/commit/0537445f5be53d1fa2a3849d959efd6ba…
Author: Moritz Kiemer <moritz.kiemer(a)checkmk.com>
Date: 2024-02-23 (Fri, 23 Feb 2024)
Changed paths:
M cmk/gui/utils/rule_specs/legacy_converter.py
M cmk/plugins/cisco/rulesets/prime_wlan_controller.py
M cmk/plugins/collection/rulesets/cert.py
M cmk/plugins/collection/rulesets/httpv2.py
M cmk/plugins/collection/rulesets/sql.py
M cmk/plugins/mssql/rulesets/utils.py
M cmk/plugins/rabbitmq/rulesets/nodes_gc.py
M packages/cmk-rulesets/cmk/rulesets/v1/form_specs/__init__.py
M packages/cmk-rulesets/cmk/rulesets/v1/form_specs/_levels.py
M packages/cmk-rulesets/cmk/rulesets/v1/form_specs/_migrations.py
M tests/unit/cmk/gui/utils/rulespecs/test_legacy_converter.py
Log Message:
-----------
split up Levels / SimpleLevels
While the model of SimpleLevels is a subtype
of the Level's model, FormSpecs are invariant
in their model, so we need a dedicated type.
Change-Id: I43d859748e56fff5a200ad5bfd896087bc040868
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
Branch: refs/heads/2.3.0
Home: https://github.com/Checkmk/checkmk
Commit: 1f341f57746d7b9908b65627d7287af7b69aca23
https://github.com/Checkmk/checkmk/commit/1f341f57746d7b9908b65627d7287af7b…
Author: Timotheus Bachinger <timotheus.bachinger(a)checkmk.com>
Date: 2024-02-23 (Fri, 23 Feb 2024)
Changed paths:
M cmk/gui/plugins/wato/special_agents/zerto.py
M cmk/plugins/collection/checkman/zerto_agent
M cmk/plugins/collection/checkman/zerto_vpg_rpo
Log Message:
-----------
Specify the currently supported zerto version
Change-Id: I0337cdfeeb8626d126c49df1f230513058d8eb39
JIRA-Ref: CMK-16257
(cherry picked from commit 9e09359125701fa3c849e34a19f50c3d0fe54f9d)
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 9e09359125701fa3c849e34a19f50c3d0fe54f9d
https://github.com/Checkmk/checkmk/commit/9e09359125701fa3c849e34a19f50c3d0…
Author: Timotheus Bachinger <timotheus.bachinger(a)checkmk.com>
Date: 2024-02-23 (Fri, 23 Feb 2024)
Changed paths:
M cmk/gui/plugins/wato/special_agents/zerto.py
M cmk/plugins/collection/checkman/zerto_agent
M cmk/plugins/collection/checkman/zerto_vpg_rpo
Log Message:
-----------
Specify the currently supported zerto version
Change-Id: I0337cdfeeb8626d126c49df1f230513058d8eb39
JIRA-Ref: CMK-16257
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
Branch: refs/heads/2.2.0
Home: https://github.com/Checkmk/checkmk
Commit: 46d3b120d33d5cf23f91d8ba46009e6773a9d689
https://github.com/Checkmk/checkmk/commit/46d3b120d33d5cf23f91d8ba46009e677…
Author: Timotheus Bachinger <timotheus.bachinger(a)checkmk.com>
Date: 2024-02-23 (Fri, 23 Feb 2024)
Changed paths:
M checkman/zerto_agent
M checkman/zerto_vpg_rpo
M cmk/gui/plugins/wato/special_agents/zerto.py
Log Message:
-----------
Specify the currently supported zerto version
Change-Id: I0337cdfeeb8626d126c49df1f230513058d8eb39
JIRA-Ref: CMK-16257
(cherry picked from commit 9e09359125701fa3c849e34a19f50c3d0fe54f9d)
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications