Releases: k0sproject/rig
Releases · k0sproject/rig
v0.9.0
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
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
- Don't try to YAML marshal the password callback
v0.7.0
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.2
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
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
Changelog
- Export OpenRC /etc/conf.d envs by @kke in #50
- Add Stat and Touch by @kke in #51
v0.5.0
Changelog
- Use go 1.18, upgrade crypto/ssh dependency by @kke in #48
- IPV6 support by @kke in #49