Skip to content

Commit 2b26693

Browse files
committed
Release v3007.1
1 parent df1061c commit 2b26693

38 files changed

+28954
-34777
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+
## 3007.1 (2024-05-19)
11+
12+
13+
### Removed
14+
15+
- The ``salt.utils.psutil_compat`` was deprecated and now removed in Salt 3008. Please use the ``psutil`` module directly. [#66160](https://github.com/saltstack/salt/issues/66160)
16+
17+
18+
### Fixed
19+
20+
- Fixes multiple issues with the cmd module on Windows. Scripts are called using
21+
the ``-File`` parameter to the ``powershell.exe`` binary. ``CLIXML`` data in
22+
stderr is now removed (only applies to encoded commands). Commands can now be
23+
sent to ``cmd.powershell`` as a list. Makes sure JSON data returned is valid.
24+
Strips whitespace from the return when using ``runas``. [#61166](https://github.com/saltstack/salt/issues/61166)
25+
- Fixed the win_lgpo_netsh salt util to handle non-English systems. This was a
26+
rewrite to use PowerShell instead of netsh to make the changes on the system [#61534](https://github.com/saltstack/salt/issues/61534)
27+
- Fix typo in nftables module to ensure unique nft family values [#65295](https://github.com/saltstack/salt/issues/65295)
28+
- Corrected x509_v2 CRL creation `last_update` and `next_update` values when system timezone is not UTC [#65837](https://github.com/saltstack/salt/issues/65837)
29+
- Fix for NoneType can't be used in 'await' expression error. [#66177](https://github.com/saltstack/salt/issues/66177)
30+
- Log "Publish server binding pub to" messages to debug instead of error level. [#66179](https://github.com/saltstack/salt/issues/66179)
31+
- Fix syndic startup by making payload handler a coroutine [#66237](https://github.com/saltstack/salt/issues/66237)
32+
- Fixed `aptpkg.remove` "unable to locate package" error for non-existent package [#66260](https://github.com/saltstack/salt/issues/66260)
33+
- Fixed pillar.ls doesn't accept kwargs [#66262](https://github.com/saltstack/salt/issues/66262)
34+
- Fix cache directory setting in Master Cluster tutorial [#66264](https://github.com/saltstack/salt/issues/66264)
35+
- Change log level of successful master cluster key exchange from error to info. [#66266](https://github.com/saltstack/salt/issues/66266)
36+
- Made `file.managed` skip download of a remote source if the managed file already exists with the correct hash [#66342](https://github.com/saltstack/salt/issues/66342)
37+
- Fixed nftables.build_rule breaks ipv6 rules by using the wrong syntax for source and destination addresses [#66382](https://github.com/saltstack/salt/issues/66382)
38+
39+
40+
### Added
41+
42+
- Added the ability to pass a version of chocolatey to install to the
43+
chocolatey.bootstrap function. Also added states to bootstrap and
44+
unbootstrap chocolatey. [#64722](https://github.com/saltstack/salt/issues/64722)
45+
- Add Ubuntu 24.04 support [#66180](https://github.com/saltstack/salt/issues/66180)
46+
- Add Fedora 40 support, replacing Fedora 39 [#66300](https://github.com/saltstack/salt/issues/66300)
47+
48+
49+
### Security
50+
51+
- Bump to `pydantic==2.6.4` due to https://github.com/advisories/GHSA-mr82-8j83-vxmv [#66433](https://github.com/saltstack/salt/issues/66433)
52+
- Bump to ``jinja2==3.1.4`` due to https://github.com/advisories/GHSA-h75v-3vvj-5mfj [#66488](https://github.com/saltstack/salt/issues/66488)
53+
1054

1155
## 3006.8 (2024-04-29)
1256

changelog/61166.fixed.md

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

changelog/61534.fixed.md

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

changelog/64722.added.md

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

changelog/65295.fixed.md

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

changelog/65837.fixed.md

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

changelog/66160.removed.md

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

changelog/66177.fixed.md

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

changelog/66179.fixed.md

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

changelog/66180.added.md

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

changelog/66237.fixed.md

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

changelog/66260.fixed.md

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

changelog/66262.fixed.md

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

changelog/66264.fixed.md

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

changelog/66266.fixed.md

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

changelog/66300.added.md

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

changelog/66342.fixed.md

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

changelog/66382.fixed.md

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

changelog/66433.security.md

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

changelog/66488.security.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 April 29, 2024 at 03:20:12 AM UTC." "3006.8" "Salt"
30+
.TH "SALT-API" "1" "Generated on May 19, 2024 at 12:51:08 PM UTC." "3007.1" "Salt"
3131
.SH NAME
3232
salt-api \- salt-api Command
3333
.sp

doc/man/salt-call.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-CALL" "1" "Generated on April 29, 2024 at 03:20:12 AM UTC." "3006.8" "Salt"
30+
.TH "SALT-CALL" "1" "Generated on May 19, 2024 at 12:51:08 PM UTC." "3007.1" "Salt"
3131
.SH NAME
3232
salt-call \- salt-call Documentation
3333
.SH SYNOPSIS

doc/man/salt-cloud.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-CLOUD" "1" "Generated on April 29, 2024 at 03:20:12 AM UTC." "3006.8" "Salt"
30+
.TH "SALT-CLOUD" "1" "Generated on May 19, 2024 at 12:51:08 PM UTC." "3007.1" "Salt"
3131
.SH NAME
3232
salt-cloud \- Salt Cloud Command
3333
.sp

doc/man/salt-cp.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-CP" "1" "Generated on April 29, 2024 at 03:20:12 AM UTC." "3006.8" "Salt"
30+
.TH "SALT-CP" "1" "Generated on May 19, 2024 at 12:51:08 PM UTC." "3007.1" "Salt"
3131
.SH NAME
3232
salt-cp \- salt-cp Documentation
3333
.sp

doc/man/salt-key.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-KEY" "1" "Generated on April 29, 2024 at 03:20:12 AM UTC." "3006.8" "Salt"
30+
.TH "SALT-KEY" "1" "Generated on May 19, 2024 at 12:51:08 PM UTC." "3007.1" "Salt"
3131
.SH NAME
3232
salt-key \- salt-key Documentation
3333
.SH SYNOPSIS

doc/man/salt-master.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-MASTER" "1" "Generated on April 29, 2024 at 03:20:12 AM UTC." "3006.8" "Salt"
30+
.TH "SALT-MASTER" "1" "Generated on May 19, 2024 at 12:51:08 PM UTC." "3007.1" "Salt"
3131
.SH NAME
3232
salt-master \- salt-master Documentation
3333
.sp

doc/man/salt-minion.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-MINION" "1" "Generated on April 29, 2024 at 03:20:12 AM UTC." "3006.8" "Salt"
30+
.TH "SALT-MINION" "1" "Generated on May 19, 2024 at 12:51:08 PM UTC." "3007.1" "Salt"
3131
.SH NAME
3232
salt-minion \- salt-minion Documentation
3333
.sp

doc/man/salt-proxy.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-PROXY" "1" "Generated on April 29, 2024 at 03:20:12 AM UTC." "3006.8" "Salt"
30+
.TH "SALT-PROXY" "1" "Generated on May 19, 2024 at 12:51:08 PM UTC." "3007.1" "Salt"
3131
.SH NAME
3232
salt-proxy \- salt-proxy Documentation
3333
.sp

doc/man/salt-run.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-RUN" "1" "Generated on April 29, 2024 at 03:20:12 AM UTC." "3006.8" "Salt"
30+
.TH "SALT-RUN" "1" "Generated on May 19, 2024 at 12:51:08 PM UTC." "3007.1" "Salt"
3131
.SH NAME
3232
salt-run \- salt-run Documentation
3333
.sp

doc/man/salt-ssh.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-SSH" "1" "Generated on April 29, 2024 at 03:20:12 AM UTC." "3006.8" "Salt"
30+
.TH "SALT-SSH" "1" "Generated on May 19, 2024 at 12:51:08 PM UTC." "3007.1" "Salt"
3131
.SH NAME
3232
salt-ssh \- salt-ssh Documentation
3333
.SH SYNOPSIS

doc/man/salt-syndic.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-SYNDIC" "1" "Generated on April 29, 2024 at 03:20:12 AM UTC." "3006.8" "Salt"
30+
.TH "SALT-SYNDIC" "1" "Generated on May 19, 2024 at 12:51:08 PM UTC." "3007.1" "Salt"
3131
.SH NAME
3232
salt-syndic \- salt-syndic Documentation
3333
.sp

doc/man/salt.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" "1" "Generated on April 29, 2024 at 03:20:12 AM UTC." "3006.8" "Salt"
30+
.TH "SALT" "1" "Generated on May 19, 2024 at 12:51:08 PM UTC." "3007.1" "Salt"
3131
.SH NAME
3232
salt \- salt
3333
.SH SYNOPSIS

0 commit comments

Comments
 (0)