Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: fe0b65227d856f601e9fd545442ea06b1eb37b8d
https://github.com/tribe29/checkmk/commit/fe0b65227d856f601e9fd545442ea06b1…
Author: Benedikt Seidl <benedikt.seidl(a)tribe29.com>
Date: 2021-12-02 (Thu, 02 Dec 2021)
Changed paths:
M cmk/special_agents/utils_kubernetes/api_server.py
Log Message:
-----------
k8s: with 1.20 selfLink is no longer propagated
CMK-9138
Change-Id: I09b5f5ef242109fe891c1c8ce0e72efbdf1e0555
Commit: b9a117206789aad250851763273160c87ef724d1
https://github.com/tribe29/checkmk/commit/b9a117206789aad250851763273160c87…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-12-02 (Thu, 02 Dec 2021)
Changed paths:
A .werks/13320
M cmk/gui/watolib/automations.py
M cmk/utils/version.py
M omd/packages/omd/omdlib/main.py
Log Message:
-----------
13320 omd update: Add version compatibility barrier
For some time now, we have been recommending that, in the case of major updates
over several versions, the updates to the individual versions should be made in
stages, e.g. in the case of a migration from 1.5 to 2.0, the version 1.5 should
first be updated to 1.6 and then to 2.0.
Furthermore, <tt>omd update</tt> does support downgrades to older major
versions. However, a lot of manual adjustments are necessary to make the
configuration and runtime data of the site compatible to an older major version
again. So we don't recommend to do this step either.
This change now introduces a hard barrier in the <tt>omd update</tt> command,
which forces the above recommendations.
Examples:
<ul>
<li>1.6 to 2.0 is allowed</li>
<li>1.6 to 2.1 is blocked</li>
<li>2.0 to 2.1 is allowed</li>
<li>2.0 to 2.2 is blocked</li>
<li>2.0 to 3.0 is allowed</li>
<li>2.1 to 3.1 is allowed</li>
</ul>
You can disable this new check by using the <tt>omd -f update [site]</tt>
command. However, sites that have been updated this way will no longer be
supported by us.
Change-Id: I00de2f4e582ca7b705e30204c2bdf08ce43dd49c
Compare:
https://github.com/tribe29/checkmk/compare/d906afc981d3...b9a117206789