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 a008feb commit 689f3f6Copy full SHA for 689f3f6
CHANGELOG.md
@@ -1,3 +1,18 @@
1
+# v2.8
2
+
3
+Added:
4
5
++ Add `device` and `fs_type` arguments to `server.mount` operation (@chriskingio)
6
++ Add `args` argument to `server.script_template` operation (@chriskingio)
7
8
+Fixed:
9
10
++ Support FreeBSD in `server.user` & `server.group` operations (@wowi42)
11
++ Add missing `py.typed` flag to package
12
++ Fix lookup of systemd units containing `.` in the name (@cawo-odoo)
13
++ Strip newlines off public keys read from disk (@sysadmin75)
14
++ Properly escape database names in `mysql.database` operation (@tissieres)
15
16
# v2.7
17
18
Been a while since a release, so there's a bunch of great stuff in thise one!
0 commit comments