Skip to content

Commit 45efc4c

Browse files
Frode Gundersendwoz
authored andcommitted
Changelog update
1 parent 4a0342d commit 45efc4c

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Changed
2424
Fixed
2525
-----
2626

27+
- When running scheduled jobs from a proxy minion with multiprocessing turned off (default) a recursive error occurs as __pub_fun_args is repeated over and over again in the kwargs element in the data dictionary. Now we make a copy of data['kwargs'] instead of using a reference. (#57941)
2728
- The `x509.certificate_managed` state no longer triggers a change because of sorting issues if the certificate being evaluated was previously generated under Python 2. (#56556)
2829
- Added support to lo ip alias in network.managed state by checking if lo inet data
2930
from network.interfaces contains label with the name of managed interface.

changelog/57941.fixed

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

doc/topics/releases/3001.1.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Changed
2121
Fixed
2222
-----
2323

24+
- When running scheduled jobs from a proxy minion with multiprocessing turned off (default) a recursive error occurs as __pub_fun_args is repeated over and over again in the kwargs element in the data dictionary. Now we make a copy of data['kwargs'] instead of using a reference. (#57941)
2425
- The `x509.certificate_managed` state no longer triggers a change because of sorting issues if the certificate being evaluated was previously generated under Python 2. (#56556)
2526
- Added support to lo ip alias in network.managed state by checking if lo inet data
2627
from network.interfaces contains label with the name of managed interface.

0 commit comments

Comments
 (0)