You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,28 @@ Versions are `MAJOR.PATCH`.
7
7
8
8
# Changelog
9
9
10
+
## 3006.22 (2026-02-21)
11
+
12
+
13
+
### Fixed
14
+
15
+
- Fix nftables module check function doesn't understand that braces are optional [#67078](https://github.com/saltstack/salt/issues/67078)
16
+
- Fix issue with upstream Netbox API which changed api/ipam/prefixes output to use "scope" FK instead of "site" [#68375](https://github.com/saltstack/salt/issues/68375)
17
+
- Fixed SyntaxWarning for invalid escape sequence '\d' in salt/ext/tornado/util.py
18
+
on Python 3.12+ by converting the re_unescape docstring to a raw string. [#68568](https://github.com/saltstack/salt/issues/68568)
19
+
- Raise exception if systemd-run is not found when scope is enabled
20
+
21
+
Instead of returning None when the systemd-run command is not found
22
+
— which causes the command to fail with an unclear error —
23
+
an exception is now raised, helping to identify the real issue. [#68720](https://github.com/saltstack/salt/issues/68720)
24
+
- Remove bundled wheels from virtualenv [#68740](https://github.com/saltstack/salt/issues/68740)
25
+
26
+
27
+
### Added
28
+
29
+
- Add an option in the chocolatey state and module so that the viruscheck flag can be controlled. [#68558](https://github.com/saltstack/salt/issues/68558)
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 nftables module check function doesn't understand that braces are optional [#67078](https://github.com/saltstack/salt/issues/67078)
24
+
- Fix issue with upstream Netbox API which changed api/ipam/prefixes output to use "scope" FK instead of "site" [#68375](https://github.com/saltstack/salt/issues/68375)
25
+
- Fixed SyntaxWarning for invalid escape sequence '\d' in salt/ext/tornado/util.py
26
+
on Python 3.12+ by converting the re_unescape docstring to a raw string. [#68568](https://github.com/saltstack/salt/issues/68568)
27
+
- Raise exception if systemd-run is not found when scope is enabled
28
+
29
+
Instead of returning None when the systemd-run command is not found
30
+
— which causes the command to fail with an unclear error —
31
+
an exception is now raised, helping to identify the real issue. [#68720](https://github.com/saltstack/salt/issues/68720)
32
+
- Remove bundled wheels from virtualenv [#68740](https://github.com/saltstack/salt/issues/68740)
33
+
34
+
35
+
### Added
36
+
37
+
- Add an option in the chocolatey state and module so that the viruscheck flag can be controlled. [#68558](https://github.com/saltstack/salt/issues/68558)
Copy file name to clipboardExpand all lines: pkg/debian/changelog
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,26 @@
1
+
salt (3006.22) stable; urgency=medium
2
+
3
+
4
+
# Fixed
5
+
6
+
* Fix nftables module check function doesn't understand that braces are optional [#67078](https://github.com/saltstack/salt/issues/67078)
7
+
* Fix issue with upstream Netbox API which changed api/ipam/prefixes output to use "scope" FK instead of "site" [#68375](https://github.com/saltstack/salt/issues/68375)
8
+
* Fixed SyntaxWarning for invalid escape sequence '\d' in salt/ext/tornado/util.py
9
+
on Python 3.12+ by converting the re_unescape docstring to a raw string. [#68568](https://github.com/saltstack/salt/issues/68568)
10
+
* Raise exception if systemd-run is not found when scope is enabled
11
+
12
+
Instead of returning None when the systemd*run command is not found
13
+
— which causes the command to fail with an unclear error —
14
+
an exception is now raised, helping to identify the real issue. [#68720](https://github.com/saltstack/salt/issues/68720)
15
+
* Remove bundled wheels from virtualenv [#68740](https://github.com/saltstack/salt/issues/68740)
16
+
17
+
# Added
18
+
19
+
* Add an option in the chocolatey state and module so that the viruscheck flag can be controlled. [#68558](https://github.com/saltstack/salt/issues/68558)
20
+
21
+
22
+
-- Salt Project Packaging <saltproject-packaging@vmware.com> Sat, 21 Feb 2026 22:43:45 +0000
0 commit comments