(release-3006.11)=

Salt 3006.11 release notes

Changelog

Fixed

  • Fixes an issue with cmd.run where the command is a built-in command and must be run with cmd. #54821

  • Show a better error when running cmd.* commands using runas and the runas user does not exist #56680

  • Make sure the comment field is populated when test=True for the reg state #65514

  • Fixed result detection of module.run from returned dict #65842

  • Fix an issue with the osrelease_info grain that was displaying empty strings #66936

  • support retry: True as per docs #67049

  • Fixed if arguments are passed to the key delete all, -D, it will throw an error #67903

  • Set virtual grain for docker using systemd and virt-what #67905

  • Remove broken salt-common bash-completion links in root filesystem #67915

  • Fix refresh of osrelease and related grains on Python 3.10+ #67932

  • Re-add -oProxyCommand to ssh gateway arguments when ssh_gateway is present. #67934

  • Repair Git state comment formatting #67944

  • Use a Jscript Custom Action to stop the salt-minion service on Windows instead of a VBscript Custom Action due to future deprecation and security issues #67982