Skip to content

Commit dce4aad

Browse files
committed
Release v3006.18
1 parent a1fd721 commit dce4aad

25 files changed

+207
-38
lines changed

CHANGELOG.md

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

88
# Changelog
99

10+
## 3006.18 (2025-12-18)
11+
12+
13+
### Fixed
14+
15+
- Fixed ssh_auth.present to respect provided `options` when read keys from source file [#60769](https://github.com/saltstack/salt/issues/60769)
16+
- Fixed ssh_auth regexp to handle key types with @ or . [#61299](https://github.com/saltstack/salt/issues/61299)
17+
- Fixed a TypeError exception thrown by ssh_known_hosts.present when the specified user account does not exist [#62049](https://github.com/saltstack/salt/issues/62049)
18+
- Fix runtime error on OpenBSD by adding support for the osfullname grain [#64189](https://github.com/saltstack/salt/issues/64189)
19+
- Forward minion list events in Syndic cluster mode to enable proper job completion detection [#68319](https://github.com/saltstack/salt/issues/68319)
20+
- Fixed ssh_auth.present and ssh.absent to report changes if some key was added or removed when reading keys from a source file [#68403](https://github.com/saltstack/salt/issues/68403)
21+
- Test loader now prevents .pyc files from being written during test run using
22+
sys.dont_write_bytecode = True. This results in 3x faster test execution and
23+
reduced IO operations [#68412](https://github.com/saltstack/salt/issues/68412)
24+
- Fixes a issue where variable names were reversed when detecting domain and
25+
username from a username. [#68450](https://github.com/saltstack/salt/issues/68450)
26+
- Changed the glob pattern for APT sources from `**/*.list` to `*.list`, in line
27+
with APT's default pattern in sources.list.d [#68475](https://github.com/saltstack/salt/issues/68475)
28+
- Remove unwanted error log from aptpkg [#68485](https://github.com/saltstack/salt/issues/68485)
29+
- Use the packaging library instead of the deprecated pkg_resources library for
30+
working with version to avoid a deprecation warning when running salt
31+
commands [#68487](https://github.com/saltstack/salt/issues/68487)
32+
- Fixes issue with disk.tune passing incorrect args for read-only and read-write
33+
to blockdev.
34+
Improves argument and error handling in blockdev. [#68490](https://github.com/saltstack/salt/issues/68490)
35+
- Enhance mod_data to Use Global Loader Extensions in salt-ssh [#68496](https://github.com/saltstack/salt/issues/68496)
36+
- Fix race condition in Salt Syndic when multiple Syndic Masters return at the same time and the Master of Masters tries to write to the same file in the job cache. [#68508](https://github.com/saltstack/salt/issues/68508)
37+
- Patch tornado for CVE-2023-28370 [#68529](https://github.com/saltstack/salt/issues/68529)
38+
- Fixed some of the commands in the Contributing guide. [#68538](https://github.com/saltstack/salt/issues/68538)
39+
- Fix check for non-blockdev devices in blockdev.tuned. Check always returned True
40+
previously, now actually checks with file.is_blkdev. [#68541](https://github.com/saltstack/salt/issues/68541)
41+
- Added documentation and CLI help text for the --disable-keepalive option for
42+
salt-minion and salt-proxy, which disables the automatic restart mechanism
43+
when external process managers like systemd handle daemon restarts. [#68544](https://github.com/saltstack/salt/issues/68544)
44+
- Upgrade relenv to 0.22.1 and fix Python 3.13 support
45+
46+
- Updated relenv from 0.21.2 to 0.22.1
47+
- Fixed backports module import for Python 3.13 compatibility
48+
- Fixed RUSTFLAGS conflicts when compiling cryptography package
49+
- Fixed toolchain cache location for relenv 0.22.1
50+
- Added Obsoletes directives to prevent EPEL salt3006 package conflicts on Rocky 9 [#68552](https://github.com/saltstack/salt/issues/68552)
51+
- Fixed minion process name pollution when multiprocessing is disabled [#68553](https://github.com/saltstack/salt/issues/68553)
52+
53+
1054
## 3006.17 (2025-11-20)
1155

1256

changelog/60769.fixed.md

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

changelog/61299.fixed.md

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

changelog/62049.fixed.md

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

changelog/64189.fixed.md

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

changelog/68319.fixed.md

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

changelog/68403.fixed.md

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

changelog/68412.fixed.md

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

changelog/68450.fixed.md

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

changelog/68475.fixed.md

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

0 commit comments

Comments
 (0)