Skip to content

Commit eb0e683

Browse files
committed
Release v3.5 🎉
1 parent bac089c commit eb0e683

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# v3.5
2+
3+
New release with some really awesome new features, brought to you by the fantastic contributions of the community. New stuff:
4+
5+
- add `--diff` argument to show file diffs for potential file changes (@jgelens)
6+
- add `_retries`, `_retry_delay` and `_retry_until` global arguments (@shohamd4)
7+
- parallelize disconnecting from hosts (@gwelch-contegix)
8+
- enable using SCP instead of SFTP for SSH file transfers (@DonDebonair)
9+
10+
New and updated operations/facts:
11+
- facts/server: add `RebootRequired` fact (@wowi42)
12+
- operations/pip: support PEP-508 package versions (@morrison12)
13+
- operations+facts/docker: add Docker plugin support (@DonDebonair)
14+
- operations/files.put: add `atime` and `mtime` arguments (@vram0gh2)
15+
- operations/openrc: support runlevel when enabling services (@sengo4hd)
16+
- facts/yum+dnf+zypper: return `repoid` in repository facts
17+
18+
Operation/fact fixes:
19+
20+
- facts/files.File: add ls fallback support (@mrkbac)
21+
- operations/openrc: add missing noop messages (@sengo4hd)
22+
- operations/server.crontab: fix newline when replacing existing values (@Nananas)
23+
- operations/files.block: fix examples doc (@morrison12)
24+
- operations/files.block: fix case where file exists but line is missing (@morrison12)
25+
- operations/files.block: improve handling of special characters in marker lines (@morrison12)
26+
27+
Internal/meta:
28+
29+
- documentation link fix (@sengo4hd)
30+
131
# v3.4.1
232

333
- fix config context when getting operation arguments

0 commit comments

Comments
 (0)