We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abec84c commit 01e1b79Copy full SHA for 01e1b79
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+# v1.1.2
2
+
3
++ Add `port=22` argument to the `ssh.keyscan` operation
4
++ Add `extra_install_args` argument to the `pip.packages` operation
5
++ Support uninstalling a requirements file in the `pip.packages` operation
6
++ Use state in `files.replace` operation, enabling noop support where appropriate
7
++ Add a warning when using `use_su_login`
8
++ Fix parsing stat output when groups contain spaces (`file`, `directory`, `link` facts)
9
++ Fix minimum gevent version (@alexandervdm)
10
11
# v1.1.1
12
13
+ Don't fail for user error facts when the user will be added earlier in the deploy
pyinfra/version.py
@@ -1 +1 @@
-__version__ = '1.1.1'
+__version__ = '1.1.2'
0 commit comments