Skip to content

Commit 62a7bb0

Browse files
committed
Release v3007.11
1 parent c738572 commit 62a7bb0

File tree

11 files changed

+107
-13
lines changed

11 files changed

+107
-13
lines changed

CHANGELOG.md

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

88
# Changelog
99

10+
## 3007.11 (2026-01-09)
11+
12+
13+
### Fixed
14+
15+
- Fixed a typo in salt.util.cloud to detect the version of winrm [#68561](https://github.com/saltstack/salt/issues/68561)
16+
- Patched tornado for BDSA-2025-60811 and BDSA-2025-60812 [#68594](https://github.com/saltstack/salt/issues/68594)
17+
- Increase pub and pub_async timeouts on LocalClient from 5 to 15 for better
18+
handling of network delays. This change only affects programatic usage of
19+
LocalClient. [#68597](https://github.com/saltstack/salt/issues/68597)
20+
- Added `lazy_loader_strict_matching` minion configuration option to reduce memory usage by skipping the expensive fallback search that scans through every module file. [#68606](https://github.com/saltstack/salt/issues/68606)
21+
- Upgrade relenv to 0.22.2:
22+
* Remove RPATH from shared libraries that do not link to any other libraries in
23+
our environment.
24+
* Ensure we always return a proper and consistang default python version for
25+
create, fetch, build commands. [#68607](https://github.com/saltstack/salt/issues/68607)
26+
- Mitigate CVE-2025-13836 in nxos utils [#68618](https://github.com/saltstack/salt/issues/68618)
27+
28+
1029
## 3007.10 (2025-12-18)
1130
## 3006.18 (2025-12-18)
1231

changelog/68561.fixed.md

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

changelog/68594.fixed.md

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

changelog/68597.fixed.md

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

changelog/68606.fixed.md

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

changelog/68607.fixed.md

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

changelog/68618.fixed.md

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

doc/topics/releases/3007.11.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
(release-3007.11)=
2+
# Salt 3007.11 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+
- Fixed a typo in salt.util.cloud to detect the version of winrm [#68561](https://github.com/saltstack/salt/issues/68561)
24+
- Patched tornado for BDSA-2025-60811 and BDSA-2025-60812 [#68594](https://github.com/saltstack/salt/issues/68594)
25+
- Increase pub and pub_async timeouts on LocalClient from 5 to 15 for better
26+
handling of network delays. This change only affects programatic usage of
27+
LocalClient. [#68597](https://github.com/saltstack/salt/issues/68597)
28+
- Added `lazy_loader_strict_matching` minion configuration option to reduce memory usage by skipping the expensive fallback search that scans through every module file. [#68606](https://github.com/saltstack/salt/issues/68606)
29+
- Upgrade relenv to 0.22.2:
30+
* Remove RPATH from shared libraries that do not link to any other libraries in
31+
our environment.
32+
* Ensure we always return a proper and consistang default python version for
33+
create, fetch, build commands. [#68607](https://github.com/saltstack/salt/issues/68607)
34+
- Mitigate CVE-2025-13836 in nxos utils [#68618](https://github.com/saltstack/salt/issues/68618)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
(release-3007.11)=
2+
# Salt 3007.11 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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
salt (3007.11) stable; urgency=medium
2+
3+
4+
# Fixed
5+
6+
* Fixed a typo in salt.util.cloud to detect the version of winrm [#68561](https://github.com/saltstack/salt/issues/68561)
7+
* Patched tornado for BDSA-2025-60811 and BDSA-2025-60812 [#68594](https://github.com/saltstack/salt/issues/68594)
8+
* Increase pub and pub_async timeouts on LocalClient from 5 to 15 for better
9+
handling of network delays. This change only affects programatic usage of
10+
LocalClient. [#68597](https://github.com/saltstack/salt/issues/68597)
11+
* Added `lazy_loader_strict_matching` minion configuration option to reduce memory usage by skipping the expensive fallback search that scans through every module file. [#68606](https://github.com/saltstack/salt/issues/68606)
12+
* Upgrade relenv to 0.22.2:
13+
* Remove RPATH from shared libraries that do not link to any other libraries in
14+
our environment.
15+
* Ensure we always return a proper and consistang default python version for
16+
create, fetch, build commands. [#68607](https://github.com/saltstack/salt/issues/68607)
17+
* Mitigate CVE-2025-13836 in nxos utils [#68618](https://github.com/saltstack/salt/issues/68618)
18+
19+
20+
-- Salt Project Packaging <saltproject-packaging@vmware.com> Fri, 09 Jan 2026 10:40:37 +0000
21+
122
salt (3007.10) stable; urgency=medium
223

324

0 commit comments

Comments
 (0)