Skip to content

Commit 150ea3e

Browse files
committed
Release v3006.11
1 parent 7481bb9 commit 150ea3e

31 files changed

+136
-30
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,29 @@ Versions are `MAJOR.PATCH`.
77

88
# Changelog
99

10+
## 3006.11 (2025-06-02)
11+
12+
13+
### Fixed
14+
15+
- Fixes an issue with cmd.run where the command is a built-in command and must be
16+
run with cmd. [#54821](https://github.com/saltstack/salt/issues/54821)
17+
- Show a better error when running cmd.* commands using runas and the
18+
runas user does not exist [#56680](https://github.com/saltstack/salt/issues/56680)
19+
- Make sure the comment field is populated when test=True for the reg state [#65514](https://github.com/saltstack/salt/issues/65514)
20+
- Fixed result detection of module.run from returned dict [#65842](https://github.com/saltstack/salt/issues/65842)
21+
- Fix an issue with the osrelease_info grain that was displaying empty strings [#66936](https://github.com/saltstack/salt/issues/66936)
22+
- support retry: True as per docs [#67049](https://github.com/saltstack/salt/issues/67049)
23+
- Fixed if arguments are passed to the key delete all, -D, it will throw an error [#67903](https://github.com/saltstack/salt/issues/67903)
24+
- Set virtual grain for docker using systemd and virt-what [#67905](https://github.com/saltstack/salt/issues/67905)
25+
- Remove broken salt-common bash-completion links in root filesystem [#67915](https://github.com/saltstack/salt/issues/67915)
26+
- Fix refresh of osrelease and related grains on Python 3.10+ [#67932](https://github.com/saltstack/salt/issues/67932)
27+
- Re-add -oProxyCommand to ssh gateway arguments when ssh_gateway is present. [#67934](https://github.com/saltstack/salt/issues/67934)
28+
- Repair Git state comment formatting [#67944](https://github.com/saltstack/salt/issues/67944)
29+
- Use a Jscript Custom Action to stop the salt-minion service on Windows instead
30+
of a VBscript Custom Action due to future deprecation and security issues [#67982](https://github.com/saltstack/salt/issues/67982)
31+
32+
1033
## 3006.10 (2025-03-19)
1134

1235

changelog/54821.fixed.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog/56680.fixed.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog/65514.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/65842.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/66936.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/67049.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/67903.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/67905.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/67915.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)