Make sure SaltCacheLoader use correct fileclient (bsc#1199149)
Fix the regression caused by the patch removing strict requirement for
OpenSSL 1.1.1 leading to read/write issues with ssl module for
SLE 15, SLE 12, CentOS 7, Debian 9 (bsc#1198556)
Fix salt-ssh opts poisoning (bsc#1197637)
Fix multiple security issues (bsc#1197417)
CVE-2022-22935: Sign authentication replies to prevent MiTM.
CVE-2022-22934: Sign pillar data to prevent MiTM attacks.
CVE-2022-22936: Prevent job and fileserver replays
CVE-2022-22941: Fixed targeting bug, especially visible when using syndic and user auth.
Salt version bump to 3004
Python version bump to 3.10.2
Clear network interfaces cache on grains request (bsc#1196050)
Add salt-ssh with Salt Bundle support (venv-salt-minion)
(bsc#1182851, bsc#1196432)
Restrict 'state.orchestrate_single' to pass a pillar value if it exists (bsc#1194632)