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 035757b commit edc29d9Copy full SHA for edc29d9
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# v1.3.10
2
+
3
++ Properly escape postgresql role/database/owner operation commands (@RobWouters)
4
++ Add support for additional winrm transport types & options (@mfrg)
5
++ Fix for `Git*` facts where the target repo doesn't exist
6
++ Git branches update: `master` renamed to `current` and new `next` branch tracking next minor release
7
++ Contributing documentation page updated to include branch description
8
9
# v1.3.9
10
11
+ Use `StringCommand` to implement fact requires commands, fixes `mysql_*` facts with passwords
pyinfra/version.py
@@ -1 +1 @@
-__version__ = '1.3.9'
+__version__ = '1.3.10'
0 commit comments