(release-3007.1)=
Salt 3007.1 release notes#
Changelog#
Removed#
The
salt.utils.psutil_compatwas deprecated and now removed in Salt 3008. Please use thepsutilmodule directly. #66160
Fixed#
Fixes multiple issues with the cmd module on Windows. Scripts are called using the
-Fileparameter to thepowershell.exebinary.CLIXMLdata in stderr is now removed (only applies to encoded commands). Commands can now be sent tocmd.powershellas a list. Makes sure JSON data returned is valid. Strips whitespace from the return when usingrunas. #61166Fixed the win_lgpo_netsh salt util to handle non-English systems. This was a rewrite to use PowerShell instead of netsh to make the changes on the system #61534
Fix typo in nftables module to ensure unique nft family values #65295
Corrected x509_v2 CRL creation
last_updateandnext_updatevalues when system timezone is not UTC #65837Fix for NoneType can't be used in 'await' expression error. #66177
Log "Publish server binding pub to" messages to debug instead of error level. #66179
Fix syndic startup by making payload handler a coroutine #66237
Fixed
aptpkg.remove"unable to locate package" error for non-existent package #66260Fix cache directory setting in Master Cluster tutorial #66264
Change log level of successful master cluster key exchange from error to info. #66266
Made
file.managedskip download of a remote source if the managed file already exists with the correct hash #66342Fixed nftables.build_rule breaks ipv6 rules by using the wrong syntax for source and destination addresses #66382
Added#
Security#
Bump to
pydantic==2.6.4due to https://github.com/advisories/GHSA-mr82-8j83-vxmv #66433Bump to
jinja2==3.1.4due to https://github.com/advisories/GHSA-h75v-3vvj-5mfj #66488