Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: db49de61fcb4cff0d0889729daa5f86558d54aed
https://github.com/Checkmk/checkmk/commit/db49de61fcb4cff0d0889729daa5f8655…
Author: Logan Connolly <logan.connolly(a)checkmk.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
A cmk/utils/semantic_version.py
A tests/unit/cmk/utils/test_semantic_version.py
Log Message:
-----------
utils: add support for semantic version parsing
Change-Id: I0a99f3b0146cbe841b71b452112d4687876a4b46
Commit: 47ea7474476e2648b22aa3f31531614a91c2ec90
https://github.com/Checkmk/checkmk/commit/47ea7474476e2648b22aa3f31531614a9…
Author: Logan Connolly <logan.connolly(a)checkmk.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
A .werks/17244.md
A agents/special/agent_gerrit
A cmk/plugins/gerrit/agent_based/gerrit_version.py
A cmk/plugins/gerrit/checkman/gerrit_version
A cmk/plugins/gerrit/rulesets/special_agent.py
A cmk/plugins/gerrit/rulesets/version.py
A cmk/plugins/gerrit/server_side_calls/__init__.py
A cmk/plugins/gerrit/server_side_calls/gerrit.py
A cmk/special_agents/agent_gerrit.py
M cmk/utils/man_pages.py
M cmk/utils/password_store/hack.py
A tests/unit/cmk/plugins/gerrit/__init__.py
A tests/unit/cmk/plugins/gerrit/test_gerrit_version.py
M tests/unit/cmk/plugins_consistency/test_special_agent_args.py
A tests/unit/cmk/special_agents/test_agent_gerrit.py
Log Message:
-----------
17244 gerrit: monitor version of deployed instance
This check compares a currently deployed Gerrit instance with newer available releases.
Since Gerrit uses a release cycle similar to semantic versioning (
https://semver.org),
this check
can monitor when a major, minor, or patch release is available. With the service
configuration, a
user can specify the specific type of release(s) they would like to be notified about.
For example, an administrator may only want to be notified when there is a new patch
release, but
isn't concerned about major or minor releases.
CMK-17966
Change-Id: Ie57a515cca31fd06a46780eb5126a0e6216ff766
Compare:
https://github.com/Checkmk/checkmk/compare/b63504731bd5...47ea7474476e
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications