File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ # v3.4
2
+
3
+ Much delayed 3.4, great collection of additions and improvements. Huge THANK YOU to all contributors as always. New features:
4
+
5
+ - Add @podman connector (@Griffoen )
6
+
7
+ New and updated operations/facts:
8
+
9
+ - operations/docker.network: add support for aux addresses (@DonDebonair )
10
+ - operations/files: try multiple hash functions in ` files.get ` + ` files.put ` (@mrkbac )
11
+ - operations/files.download: add ` temp_dir ` argument (@scy )
12
+ - operations/files.download: add ` extra_curl_args ` and ` extra_wget_args ` arguments (@jgelens )
13
+ - operations/flatpak: add remote support (@Griffoen )
14
+ - operations/git + facts/git: add ` GitTag ` fact and support tag checkout (@wowi42 )
15
+ - operations/server.mount: add support for FreeBSD mounts (@DtxdF )
16
+ - facts/server: add ` server.Port ` fact to find process listening on port (@missytake )
17
+
18
+ Operation/fact fixes:
19
+
20
+ - operations/docker: handle case where no docker containers/etc exist (@wowi42 )
21
+ - operations/files + operations/crontab: fix deletion of lines when ` present=False ` (@bad )
22
+ - operations/files.block: avoid use of non-POSIX ` chown -n `
23
+ - operations/files.put: fix copying of local file mode (@vram0gh2 )
24
+ - operations/server.user: fix appending of user groups (@aaron-riact )
25
+ - facts/server.Mounts: fix whitespace and escaped character parsing (@lemmi )
26
+ - facts/systemd: treat mounted units as active
27
+
28
+ Internal/meta:
29
+
30
+ - remove unnecessary setuptools runtime dependency (@karlicoss )
31
+
1
32
# v3.3.1
2
33
3
34
- connectors/ssh: fix extra ` keep_alive ` key passing through to paramiko ` connect ` call (@chipot )
You can’t perform that action at this time.
0 commit comments