Collection of CheckMK checks (see https://checkmk.com/). All checks and plugins are provided as is. Absolutely no warranty. Send any comments to thl-cmk[at]outlook[dot]com

Skip to content
Snippets Groups Projects
Commit 2ad611a1 authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

bump package version to cmk 2.5.0b1

parent 403330bf
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -28,6 +28,7 @@
# 2024-02-22: link cluster object to core -> needs mapped name
# reordered output check details
from collections.abc import Mapping, Sequence
from re import compile as re_compile
from time import time_ns
......@@ -43,6 +44,7 @@ from cmk.agent_based.v2 import (
render,
)
from cmk.base.check_api import host_name
from cmk_addons.plugins.vsphere_topo.constants import (
Emblem,
ICON_VCENTER,
......
......@@ -16,4 +16,4 @@
'version': '0.1.0-20250222',
'version.min_required': '2.3.0b1',
'version.packaged': 'cmk-mkp-tool 0.2.0',
'version.usable_until': '2.4.0b1'}
'version.usable_until': '2.5.0b1'}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment