Branch: refs/heads/2.3.0
Home:
https://github.com/Checkmk/checkmk
Commit: f300393b4e55492303974e52720bb2c492b6132d
https://github.com/Checkmk/checkmk/commit/f300393b4e55492303974e52720bb2c49…
Author: Solomon Jacobs <solomon.jacobs(a)checkmk.com>
Date: 2024-03-31 (Sun, 31 Mar 2024)
Changed paths:
A .werks/16414.md
M cmk/gui/userdb/user_attributes.py
Log Message:
-----------
16414 FIX Support Old Configuration Format For 'Disable notifications'
In Werk #6417, we announced that some changes to `etc/check_mk/conf.d/wato/contacts.mk`
are
necessary before updating. In case a user did not migrate his configuration, they would
encounter
the following crash in 2.2.0, but not in 2.1.0:
```
File "/omd/sites/edding/lib/python3/cmk/base/notify.py", line 968, in
rbn_rule_contacts
if disable_notifications_opts.get("disable", False):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'bool' object has no attribute 'get'
```
This crash is now no longer shown.
Change-Id: I8f1a0c0de4fb73eab6c8b69224a60fcfa70b03ea
Commit: 7d3fb408e6964d216d42f18946b6f88fbce08813
https://github.com/Checkmk/checkmk/commit/7d3fb408e6964d216d42f18946b6f88fb…
Author: Solomon Jacobs <solomon.jacobs(a)checkmk.com>
Date: 2024-03-31 (Sun, 31 Mar 2024)
Changed paths:
M .werks/16414.md
M cmk/gui/userdb/user_attributes.py
M cmk/update_config/plugins/actions/user_attributes.py
A tests/unit/cmk/update_config/plugins/actions/test_user_attributes.py
Log Message:
-----------
Migrate instead of transform
The original attempt to revert to old status was insufficient, since I
did not release that we use multiple call sites to load `contacts.mk`
from disk.
Luckily, I was also mistaken about the capabilities of our
update plugins, so it all works out in the end.
SUP-17012
Change-Id: I33f5b2d775851ac819445e12dfbb629c08669b96
Commit: 863fc0347f0260ca6abe8984a0a7a3644c4746ba
https://github.com/Checkmk/checkmk/commit/863fc0347f0260ca6abe8984a0a7a3644…
Author: Solomon Jacobs <solomon.jacobs(a)checkmk.com>
Date: 2024-03-31 (Sun, 31 Mar 2024)
Changed paths:
A .werks/16416.md
M omd/packages/omd/omd.make
M tests/integration/omd/test_openssl_using_cmds.py
Log Message:
-----------
16416 FIX Make scp command work as site userr on SLES 15
On SUSE Linux Enterprise Server 15 systems, the `scp` command could crash with
```
/usr/bin/ssh: symbol lookup error: /usr/bin/ssh: undefined symbol: EVP_KDF_CTX_free,
version OPENSSL_1_1_1d lost connection
```
when executed as a site user.
Change-Id: I5caab291fc8a6d42a0a08885961f0883f94f48d1
Compare:
https://github.com/Checkmk/checkmk/compare/5b635955a3d3...863fc0347f02
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications