Skip to content

Commit 87fb7a0

Browse files
committed
Release v2.4 🎉
1 parent ae02f24 commit 87fb7a0

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
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+
130
# v2.3
231

332
Relatively small quick release with two additions and a bunch of fixes.

0 commit comments

Comments
 (0)