Releases: k0sproject/rig
Releases · k0sproject/rig
v0.3.15
Fix closing WinRM stdout twice (#22)
v0.3.14
Remove keypath validation altogether
v0.3.13
- Add SSH/WinRM ssh bastion support (#20)
- Simple SSH host key check (#20)
- Don't require a SSH keyfile (makes auth forwarding work) (#20)
- Test WinRM client after connection to get better error messages (#19)
- Fix Windows 2019 detection (#21)
(since 0.3.9):
- Use sudo -i for systemd detection (#15)
- Fix hang-up on linux reboot (#16) …
- Use su -l for local execs (#17) …
- Don't add stderr to ExecOutput's output (#18) …
v0.3.9
- Fix winrm uploads (dont prefix ProgressPreference to PS scripts with begin..end)
- Use 5986 as default winrm port when using https
v0.3.8
Fix exec.HideOutput (#12)
v0.3.7
- Shorten windows shutdown time
- Make IsWindows never return error because it was too cumbersome to use in conditionals
v0.3.5
Add SilentlyContinue to powershell cmds (#10)
v0.3.4
Fix connection.Protocol and Address (#9)
v0.3.3
- Add connection.Protocol() and .Address (string)
v0.3.2
- Simplified "inheritance"
- Added confirmation example
- Look for systemctl, not systemd when determining linux init system
- Fix linux.CommandExist