This update fixes the following issues:
venv-salt-minion:
- Security issues fixed:
- CVE-2023-20897: Do not fail on bad message pack message (bsc#1213441)
- CVE-2023-20898: Fixed Git Providers can read from the wrong environment because they get the same cache directory
base name. (bsc#1214797, bsc#1193948)
- Bugs fixed:
- Revert usage of long running REQ channel to prevent possible missing responses on requests and duplicated
responses (bsc#1213960, bsc#1213630, bsc#1213257)
- Create minion_id with reproducible mtime
- Do not recompile SELinux policy module on building. Use precompiled module instead to avoid incompatibility errors.
- Fix broken tests to make them running in the testsuite
- Fix detection of Salt codename by 'salt_version' execution module
- Fix inconsistency in reported version by egg-info metadata (bsc#1215489)
- Fix regression: multiple values for keyword argument 'saltenv' (bsc#1212844)
- Fix the regression of user.present state when group is unset (bsc#1212855)
- Fix utf8 handling in 'pass' renderer and make it more robust
- Fix zypper repositories always being reconfigured
- Make sure configured user is properly set by Salt (bsc#1210994)
- Prevent possible exceptions on salt.utils.user.get_group_dict (bsc#1212794)
- Ship SELinux policy module version 19 to make it compatible with broader list of Linux distributions