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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
# v3.0.1
2
+
3
+
- Switch to `command -v` not `which` in `server.Which` fact (@lemmi)
4
+
- Fix detection of xbps in `server.packages` operation (@romain-dartigues)
5
+
- Fix argument typo in operations doc (@scoufman)
6
+
- Add expanded note about detected changes + hidden side effects during execution
7
+
- Fix missing global arguments in group data files
8
+
- Fix `--group-data` CLI argument behaviour
9
+
- Remove unused/dead `--quiet` flag
10
+
1
11
# v3.0
2
12
3
13
Welcome to pyinfra v3! This version is the biggest overhaul of pyinfra since it was created back in 2015. Most v2 deployment code should be automatically compatible, but as always be aware. Major changes:
0 commit comments