File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
+ 10.2.0
6
+ ======
7
+
8
+ * [NEW] Query all usernames and group names
9
+ * [FIX] Prevent Paramiko deadlock when test sends more than 2MB to stdout
10
+ * [FIX] Follow changes in ansible shell module
11
+ * [FIX] Add 4 to the expected exit code when running "systemctl is-active"
12
+ * [FIX] Fix KeyError in MountPoint.__repr__() if mount does not exist
13
+ * [DOC] Use pytest command instead of py.test
14
+ * [DOC] Extend backend documentation with a general host spec section
15
+ * [MISC] Also run lint for py 3.12 and 3.13
16
+ * [MISC] Switch packaging to use hatchling
17
+ * [MISC] Drop unused extra "args" argument to run_winrm()
18
+ * [MISC] Use ruff format instead of black/isort
19
+ * [MISC] Use ruff instead of flake8
20
+ * [MISC] Use f-string instead of str.format()
21
+ * [MISC] Use builtin dict, list and tuple for typing
22
+ * [MISC] Use python 3.11 during tests
23
+ * [MISC] Fix salt tests
24
+ * [MISC] Fix tests failing due to expiration date passed
25
+ * [MISC] Remove crypt lib from testing
26
+
5
27
10.1.1
6
28
======
7
29
You can’t perform that action at this time.
0 commit comments