Skip to content

Commit 01e1b79

Browse files
committed
Changelog + version for v1.1.2.
1 parent abec84c commit 01e1b79

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
# v1.1.1
212

313
+ Don't fail for user error facts when the user will be added earlier in the deploy

pyinfra/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.1.1'
1+
__version__ = '1.1.2'

0 commit comments

Comments
 (0)