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 5c6b28a commit e9a9dc0Copy full SHA for e9a9dc0
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# v1.3.9
2
+
3
++ Use `StringCommand` to implement fact requires commands, fixes `mysql_*` facts with passwords
4
++ Improve error for invalid private key files, including message for old paramiko versions
5
++ Fix `files.line`/`files.replace`/`server.crontab` replacements containing quotes
6
++ Fix `@winrm` connector command execution
7
++ Improve `files.template` docstring (@Gaming4LifeDE)
8
9
# v1.3.8
10
11
+ Add Debian to prettified names in `LinuxDistribution` fact (@blarghmatey)
pyinfra/version.py
@@ -1 +1 @@
-__version__ = '1.3.8'
+__version__ = '1.3.9'
0 commit comments