Skip to content

Commit 83e9f93

Browse files
committed
Release v3007.8
1 parent 30a61f5 commit 83e9f93

26 files changed

+126
-24
lines changed

CHANGELOG.md

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

88
# Changelog
99

10+
## 3007.8 (2025-09-18)
11+
12+
13+
### Fixed
14+
15+
- Fixed an issue with the win_network salt.util to select interfaces
16+
by name instead of description. [#58138](https://github.com/saltstack/salt/issues/58138)
17+
- Fixes debug logging for master AES and session keys to be consistent across crypt.AsyncAuth._authenticate() and crypt.SAuth.authenticate(). Now differentiates between master key rotation and session key rotation. [#68113](https://github.com/saltstack/salt/issues/68113)
18+
- Fix filedescriptor out of range problem in tcp.py by replacing select.sect() with the higher-level selectors API [#68136](https://github.com/saltstack/salt/issues/68136)
19+
- Fixed loader handling of already loaded modules, thereby fixed an interaction between the `x509_v2` state module and any following state having a `prereq` on a `file` state [#68281](https://github.com/saltstack/salt/issues/68281)
20+
- Fix potential race conditions an memory usage in zeromq request client
21+
tranport. [#68297](https://github.com/saltstack/salt/issues/68297)
22+
- Revert change to store cargo home as a temporary directory [#68311](https://github.com/saltstack/salt/issues/68311)
23+
- Update openssl FIPS provider to 3.1.2 (certified until 2030) [#68317](https://github.com/saltstack/salt/issues/68317)
24+
25+
26+
### Added
27+
28+
- Added the ability to pass the context to pyobjects renderer [#68224](https://github.com/saltstack/salt/issues/68224)
29+
30+
1031
## 3007.7 (2025-08-28)
1132

1233

changelog/58138.fixed.md

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

changelog/68113.fixed.md

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

changelog/68136.fixed.md

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

changelog/68224.added.md

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

changelog/68281.fixed.md

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

changelog/68297.fixed.md

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

changelog/68311.fixed.md

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

changelog/68317.fixed.md

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

doc/man/salt-api.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "SALT-API" "1" "Generated on August 28, 2025 at 23:14:30 UTC." "3007.7" "Salt"
30+
.TH "SALT-API" "1" "Generated on September 18, 2025 at 06:58:52 UTC." "3007.8" "Salt"
3131
.SH NAME
3232
salt-api \- salt-api Command
3333
.sp

0 commit comments

Comments
 (0)