File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ # v2.4
2
+
3
+ Delayed getting this out, lots of little improvements.
4
+
5
+ Added:
6
+
7
+ + Add ` server.user_authorized_keys ` operation
8
+ + Add global ` _continue_on_error ` argument
9
+ + Add ` dir_mode ` argument to ` files.sync ` operation (@filips123 )
10
+ + Copy local permissions when ` mode=True ` in ` files.put ` operation
11
+ + Add ` headers ` and ` insecure ` arguments to ` files.download ` operation
12
+
13
+ Fixed:
14
+
15
+ + Get facts with host & state context (@jaysoffian )
16
+ + Fix short facts with arguments (@jaysoffian )
17
+ + Fix hang on launch of container in ` lxd.container ` operation (@zachwaite )
18
+ + Run operations with host context
19
+ + Fix idempotency with uploads to a directory in ` files.put ` operation
20
+
21
+ Other changes:
22
+
23
+ + Fix multiple doc typos (@timgates42 )
24
+ + Fix variable typo (@bouke-sf )
25
+ + Fix CLI shell autocomplete doc (@jaysoffian )
26
+ + Implement idempotency in ` git.bare_repo ` operation
27
+ + Add typing to fact classes
28
+ + Start testing files operations with ` pathlib ` objects
29
+
1
30
# v2.3
2
31
3
32
Relatively small quick release with two additions and a bunch of fixes.
You can’t perform that action at this time.
0 commit comments