Skip to content

Commit 67f3149

Browse files
committed
Release v3007.13
1 parent 41c6912 commit 67f3149

File tree

7 files changed

+71
-4
lines changed

7 files changed

+71
-4
lines changed

CHANGELOG.md

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

88
# Changelog
99

10+
## 3007.13 (2026-02-11)
11+
12+
13+
### Fixed
14+
15+
- Fix user.info when querying domain users. Uses DsGetDcName for more
16+
dependable domain controller lookup. [#68612](https://github.com/saltstack/salt/issues/68612)
17+
- Fixed minion instability and resource exhaustion under high load by implementing resource-aware job queuing and backpressure. Added `process_count_max` enforcement and disk-based queuing to prevent unbounded process spawning and file descriptor exhaustion. [#68703](https://github.com/saltstack/salt/issues/68703)
18+
19+
1020
## 3007.12 (2026-02-05)
1121
## 3006.20 (2026-02-05)
1222

changelog/68612.fixed.md

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

changelog/68703.fixed.md

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

doc/topics/releases/3007.13.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
(release-3007.13)=
2+
# Salt 3007.13 release notes
3+
4+
<!---
5+
Do not edit this file. This is auto generated.
6+
Edit the templates in doc/topics/releases/templates/
7+
for a given release.
8+
-->
9+
10+
11+
<!--
12+
Add release specific details below
13+
-->
14+
15+
<!--
16+
Do not edit the changelog below.
17+
This is auto generated.
18+
-->
19+
## Changelog
20+
21+
### Fixed
22+
23+
- Fix user.info when querying domain users. Uses DsGetDcName for more
24+
dependable domain controller lookup. [#68612](https://github.com/saltstack/salt/issues/68612)
25+
- Fixed minion instability and resource exhaustion under high load by implementing resource-aware job queuing and backpressure. Added `process_count_max` enforcement and disk-based queuing to prevent unbounded process spawning and file descriptor exhaustion. [#68703](https://github.com/saltstack/salt/issues/68703)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
(release-3007.13)=
2+
# Salt 3007.13 release notes{{ unreleased }}
3+
{{ warning }}
4+
5+
<!--
6+
Add release specific details below
7+
-->
8+
9+
<!--
10+
Do not edit the changelog below.
11+
This is auto generated.
12+
-->
13+
## Changelog
14+
{{ changelog }}

pkg/debian/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
salt (3007.13) stable; urgency=medium
2+
3+
4+
# Fixed
5+
6+
* Fix user.info when querying domain users. Uses DsGetDcName for more
7+
dependable domain controller lookup. [#68612](https://github.com/saltstack/salt/issues/68612)
8+
* Fixed minion instability and resource exhaustion under high load by implementing resource-aware job queuing and backpressure. Added `process_count_max` enforcement and disk-based queuing to prevent unbounded process spawning and file descriptor exhaustion. [#68703](https://github.com/saltstack/salt/issues/68703)
9+
10+
11+
-- Salt Project Packaging <saltproject-packaging@vmware.com> Wed, 11 Feb 2026 19:46:35 +0000
12+
113
salt (3007.12) stable; urgency=medium
214

315

pkg/rpm/salt.spec

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
%define fish_dir %{_datadir}/fish/vendor_functions.d
4141

4242
Name: salt
43-
Version: 3007.12
43+
Version: 3007.13
4444
Release: 0
4545
Summary: A parallel remote execution system
4646
Group: System Environment/Daemons
@@ -754,6 +754,15 @@ if [ $1 -ge 1 ] ; then
754754
fi
755755

756756
%changelog
757+
* Wed Feb 11 2026 Salt Project Packaging <saltproject-packaging@vmware.com> - 3007.13
758+
759+
# Fixed
760+
761+
- Fix user.info when querying domain users. Uses DsGetDcName for more
762+
dependable domain controller lookup. [#68612](https://github.com/saltstack/salt/issues/68612)
763+
- Fixed minion instability and resource exhaustion under high load by implementing resource-aware job queuing and backpressure. Added `process_count_max` enforcement and disk-based queuing to prevent unbounded process spawning and file descriptor exhaustion. [#68703](https://github.com/saltstack/salt/issues/68703)
764+
765+
757766
* Thu Feb 05 2026 Salt Project Packaging <saltproject-packaging@vmware.com> - 3007.12
758767

759768
# Fixed

0 commit comments

Comments
 (0)