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 216aef0 commit ca56d70Copy full SHA for ca56d70
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# v1.3.3
2
+
3
++ Fix support for package names in `deb_package` fact (@s-vx)
4
++ Fix check for match any vs. all in ensure packages util (fixes Pacman package groups)
5
++ Fix/support passing keyword functions into facts
6
++ Fix parsing of `mysql_user_grants` fact output
7
++ Fix idempotency of `mysql.privileges` operation
8
9
# v1.3.2
10
11
+ Add `pacman_unpack_group` fact (@unai-ndz)
pyinfra/version.py
@@ -1 +1 @@
-__version__ = '1.3.2'
+__version__ = '1.3.3'
0 commit comments