Skip to content

Releases: k0sproject/rig

v0.3.15

19 Apr 06:34
@kke kke
6b60b02
Compare
Choose a tag to compare
Fix closing WinRM stdout twice (#22)

v0.3.14

14 Apr 11:39
@kke kke
33ff2ac
Compare
Choose a tag to compare
Remove keypath validation altogether

v0.3.13

14 Apr 08:56
@kke kke
a72f6c4
Compare
Choose a tag to compare
  • 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

18 Feb 12:47
@kke kke
0f599ce
Compare
Choose a tag to compare
  • Fix winrm uploads (dont prefix ProgressPreference to PS scripts with begin..end)
  • Use 5986 as default winrm port when using https

v0.3.8

15 Feb 12:39
@kke kke
4d67da8
Compare
Choose a tag to compare
Fix exec.HideOutput (#12)

v0.3.7

12 Feb 07:56
@kke kke
3c0da65
Compare
Choose a tag to compare
  • Shorten windows shutdown time
  • Make IsWindows never return error because it was too cumbersome to use in conditionals

v0.3.5

11 Feb 09:02
@kke kke
3886427
Compare
Choose a tag to compare

Add SilentlyContinue to powershell cmds (#10)

v0.3.4

10 Feb 08:31
@kke kke
5b27584
Compare
Choose a tag to compare
Fix connection.Protocol and Address (#9)

v0.3.3

09 Feb 09:37
@kke kke
7e8a8a0
Compare
Choose a tag to compare
  • Add connection.Protocol() and .Address (string)

v0.3.2

09 Feb 09:08
@kke kke
c0711ec
Compare
Choose a tag to compare
  • Simplified "inheritance"
  • Added confirmation example
  • Look for systemctl, not systemd when determining linux init system
  • Fix linux.CommandExist