Skip to content

Releases: k0sproject/rig

v0.9.0

17 Nov 07:16
@kke kke
c167094
Compare
Choose a tag to compare

What's Changed

  • Bump go to 1.19 by @kke in #71
  • Discover keypaths from ssh_config, update agent key selection logic by @kke in #73
  • Add linting workflow and make it pass by @kke in #74
  • Proper ssh knownhosts hostkey checking by @kke in #75

Full Changelog: v0.8.1...v0.9.0

v0.8.0

12 Aug 09:51
@kke kke
efd0464
Compare
Choose a tag to compare

What's Changed

  • Add support for ssh client auth via windows openssh-agent and pageant by @cr1cr1 in #67

New Contributors

Full Changelog: v0.7.2...v0.8.0

v0.7.1

08 Aug 07:09
@kke kke
Compare
Choose a tag to compare
  • Don't try to YAML marshal the password callback

v0.7.0

08 Aug 06:58
@kke kke
f710eda
Compare
Choose a tag to compare

What's Changed

  • Add password provider to SSH connection by @weakpixel in #63
  • Fix /etc/environment row duplication by @kke in #64

New Contributors

Full Changelog: v0.6.4...v0.7.0

v0.6.4

05 Jul 12:25
@kke kke
8ac0c0f
Compare
Choose a tag to compare

What's Changed

  • Don't quote env values by @kke in #62

Full Changelog: v0.6.3...v0.6.4

v0.6.3

06 Jun 06:56
@kke kke
4d83452
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.2...v0.6.3

v0.6.2

16 May 10:45
@kke kke
c8e08bb
Compare
Choose a tag to compare

What's Changed

  • Reduce error log level of ParsePrivateKey to Infof by @rtsp in #58
  • Fix sudo with VAR=value for newer distros by @kke in #60
  • Pure go lineintofile by @kke in #59

New Contributors

  • @rtsp made their first contribution in #58

Full Changelog: v0.6.1...v0.6.2

v0.6.1

05 Apr 10:15
@kke kke
2c26742
Compare
Choose a tag to compare

What's Changed

  • Fix typo in README by @twz123 in #53
  • Support paths and commands starting with hyphens on Linux by @twz123 in #52
  • Allow nanosecond precision for Stat and Touch by @twz123 in #54

v0.6.0

23 Mar 10:32
@kke kke
4ee9dfd
Compare
Choose a tag to compare

Changelog

  • Export OpenRC /etc/conf.d envs by @kke in #50
  • Add Stat and Touch by @kke in #51

v0.5.0

21 Mar 08:29
@kke kke
a8add46
Compare
Choose a tag to compare

Changelog

  • Use go 1.18, upgrade crypto/ssh dependency by @kke in #48
  • IPV6 support by @kke in #49