File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
31
# v3.4.1
2
32
3
33
- fix config context when getting operation arguments
You can’t perform that action at this time.
0 commit comments