Skip to content

Commit bb5218c

Browse files
committed
Release v3.4 🎉
1 parent 28c7fa7 commit bb5218c

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
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+
132
# v3.3.1
233

334
- connectors/ssh: fix extra `keep_alive` key passing through to paramiko `connect` call (@chipot)

0 commit comments

Comments
 (0)