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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
# v2.2
2
+
3
+
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!
4
+
5
+
The second highlight feature is the inclusion of **type stub files for operations** that include all of the global arguments. Thank you to @StefanBRas for implementing this.
6
+
7
+
Other changes:
8
+
9
+
+ Use home directory fact for default in `server.user` operation (@yunzheng)
10
+
+ Fix matching `replace` as a whole line in `files.line` operation
11
+
+ Fix bug in `mysql.privileges` invalid argument requesting `MysqlUserGrants` fact
12
+
13
+
1
14
# v2.1
2
15
3
16
First `2.x` point release! Major feature: **nested operations** (at last!).
@@ -36,6 +49,7 @@ Internal changes:
36
49
+ Fix license link (@Lab-Brat)
37
50
+ Run `black` and `isort` across the codebase, now part of CI
38
51
52
+
39
53
# v2.0.2
40
54
41
55
+ Fix for `config.SUDO`/etc handling for operation argument defaults
0 commit comments