Skip to content

Commit 5608fa5

Browse files
committed
Release v3006.13
1 parent 956dafa commit 5608fa5

33 files changed

+140
-31
lines changed

CHANGELOG.md

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

88
# Changelog
99

10+
## 3006.13 (2025-06-26)
11+
12+
13+
### Fixed
14+
15+
- Return target path for symlinks and junctions on Windows [#54484](https://github.com/saltstack/salt/issues/54484)
16+
- Fixed `Pillar payload signature failed to validate` error on master failover [#62318](https://github.com/saltstack/salt/issues/62318)
17+
- Fixes an issue running powershell commands that begin with parenthesis or
18+
other commands that do not require an ampersand [#67190](https://github.com/saltstack/salt/issues/67190)
19+
- Make x509 module compatible with M2Crypto 0.44.0. [#67782](https://github.com/saltstack/salt/issues/67782)
20+
- Fix syndic event forwarding [#67936](https://github.com/saltstack/salt/issues/67936)
21+
- Fix cp.push module function and its integration test [#67941](https://github.com/saltstack/salt/issues/67941)
22+
- logging regression: fix loglines/findCaller introspection [#68057](https://github.com/saltstack/salt/issues/68057)
23+
- Handle [email protected]:saltstack/salt style remotes in remote url validation [#68069](https://github.com/saltstack/salt/issues/68069)
24+
- Fix GitFS file_find for file in sub-directories [#68072](https://github.com/saltstack/salt/issues/68072)
25+
- Fix install in Ubuntu 24.04 noble Docker by using groupadd rather than addgroup. [#68073](https://github.com/saltstack/salt/issues/68073)
26+
- Token validation removes token from request handler payload [#68076](https://github.com/saltstack/salt/issues/68076)
27+
- Fix minion connectivity issues by ensuring auth notices refreshed session token [#68079](https://github.com/saltstack/salt/issues/68079)
28+
- Fix file_recv path verification to allow subdirs used by cp.push [#68087](https://github.com/saltstack/salt/issues/68087)
29+
- Fixes an issue on Windows where cmd.run wasn't handling commands sent as a
30+
list [#68095](https://github.com/saltstack/salt/issues/68095)
31+
- Disconnect ipc clients that stop consuming [#68114](https://github.com/saltstack/salt/issues/68114)
32+
33+
1034
## 3006.12 (2025-06-12)
1135

1236

changelog/54484.fixed.md

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

changelog/62318.fixed.md

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

changelog/67190.fixed.md

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

changelog/67782.fixed.md

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

changelog/67936.fixed.md

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

changelog/67941.fixed.md

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

changelog/68057.fixed.md

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

changelog/68069.fixed.md

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

changelog/68072.fixed.md

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

0 commit comments

Comments
 (0)