Skip to content

Commit dab3cfe

Browse files
committed
Release v3006.22
1 parent b1bd692 commit dab3cfe

File tree

11 files changed

+117
-12
lines changed

11 files changed

+117
-12
lines changed

CHANGELOG.md

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

88
# Changelog
99

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)
30+
31+
1032
## 3006.21 (2026-02-11)
1133

1234

changelog/67078.fixed.md

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

changelog/68375.fixed.md

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

changelog/68558.added.md

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

changelog/68568.fixed.md

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

changelog/68720.fixed.md

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

changelog/68740.fixed.md

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

doc/topics/releases/3006.22.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
(release-3006.22)=
2+
# Salt 3006.22 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 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)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
(release-3006.22)=
2+
# Salt 3006.22 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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff 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
23+
124
salt (3006.21) stable; urgency=medium
225

326

0 commit comments

Comments
 (0)