You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,24 @@
1
+
# v2.3
2
+
3
+
Relatively small quick release with two additions and a bunch of fixes.
4
+
5
+
Added:
6
+
7
+
+ Add `create_home` argument to `server.user` operation
8
+
+ Separate no change/change in proposed changes & results output
9
+
+ Support IO-like objects as `stdin`
10
+
11
+
Fixed:
12
+
13
+
+ Fix short fact gathering
14
+
+ Fix handling of IO-like objects when `assume_exists=True` in `files.put` operation
15
+
+ Don't fail to ensure user home dir that already exists as a link
16
+
+ Rename file utils to avoid clashes/confusion with operations
17
+
18
+
Internal:
19
+
20
+
+ Check operation type stubs during CI
21
+
1
22
# v2.2
2
23
3
24
The main feature of `2.2` is the switch to **using a DAG to generate operation order**. This mostly replaces line-number ordering (still used to tie-break) and means hacks such as `state.preserve_loop_order` are no longer required!
0 commit comments