Skip to content

Commit c8e2f85

Browse files
committed
Update changelog/release v1.6.2.
1 parent 524ed4b commit c8e2f85

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# v1.6.2
2+
3+
SSH connector config fixes:
4+
5+
+ Implement & fix `StrictHostKeyChecking` matching how OpenSSH works (@bauen1)
6+
+ Fix / use SSH config for `ProxyJump` hosts (@artizirk)
7+
+ Add ways to disable SSH agent / looking for SSH keys (`host.data.ssh_allow_agent` & `host.data.ssh_look_for_keys`)
8+
+ Fix `Match exec` SSH config
9+
10+
Operation/fact fixes:
11+
12+
+ Set `LC_TIME` in `server.Date` fact
13+
+ Use a temporary file + move in `files.download` operation
14+
15+
Misc:
16+
17+
+ Workaround fix for `host.data.env` not being a dictionary
18+
+ Workaround fix for `host.data.use_sudo_password` being different for each host
19+
+ Fix bash autocomplete documentation (@oz123)
20+
+ Fix incorrect handling of internal errors when hosts fail
21+
+ Refreshed logo/readme/docs/website for upcoming v2
22+
123
# v1.6.1
224

325
+ Fix typo bug in the SSH client preventing connection

0 commit comments

Comments
 (0)