(release-3007.8)=

Salt 3007.8 release notes

Changelog

Fixed

  • Fixed an issue with the win_network salt.util to select interfaces by name instead of description. #58138

  • Fixes debug logging for master AES and session keys to be consistent across crypt.AsyncAuth._authenticate() and crypt.SAuth.authenticate(). Now differentiates between master key rotation and session key rotation. #68113

  • Fix filedescriptor out of range problem in tcp.py by replacing select.sect() with the higher-level selectors API #68136

  • Fixed loader handling of already loaded modules, thereby fixed an interaction between the x509_v2 state module and any following state having a prereq on a file state #68281

  • Fix potential race conditions an memory usage in zeromq request client tranport. #68297

  • Revert change to store cargo home as a temporary directory #68311

  • Update openssl FIPS provider to 3.1.2 (certified until 2030) #68317

Added

  • Added the ability to pass the context to pyobjects renderer #68224