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 df4fa60 commit dc8a77bCopy full SHA for dc8a77b
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# v1.3.11
2
+
3
++ Fix custom SSH config parsing to support latest Paramiko features (`Match` directives)
4
++ Fix error loading SSH keys with passwords (try all key formats before failing)
5
6
# v1.3.10
7
8
+ Properly escape postgresql role/database/owner operation commands (@RobWouters)
pyinfra/version.py
@@ -1 +1 @@
-__version__ = '1.3.10'
+__version__ = '1.3.11'
0 commit comments