Skip to content

Commit f6c18dd

Browse files
committed
Release v2.3 🎉
1 parent 6893167 commit f6c18dd

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
122
# v2.2
223

324
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

Comments
 (0)