Skip to content

Releases: k0sproject/rig

v0.18.7

27 Aug 07:39
@kke kke
567e12c
Compare
Choose a tag to compare

What's Changed

  • confirm non-interactive sudo using -n -l instead of sudo -n true by @james-nesbitt in #221

Full Changelog: v0.18.6...v0.18.7

v2.0.0-alpha.3

15 Aug 09:20
@kke kke
92d9a85
Compare
Choose a tag to compare
v2.0.0-alpha.3 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0-alpha.2...v2.0.0-alpha.3

v0.18.6

07 Aug 10:56
@kke kke
7c41ec9
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x dependencies (x/crypto v0.25.0 => v0.26.0) by @kke in #220
  • Fix Configurer.CommandExist for sudo without -s by @kke in #219

Full Changelog: v0.18.5...v0.18.6

v0.18.5

06 Aug 08:56
@kke kke
011dfba
Compare
Choose a tag to compare

What's Changed

  • Remove "-s" from sudo commands (backport) by @james-nesbitt in #213
  • Improve winrm channel close panic recovery workaround by @kke in #215
  • Bump dependencies in 0.18.x (backport) by @kke in #216

Full Changelog: v0.18.4...v0.18.5

v0.18.4

05 Jun 12:21
@kke kke
31b7511
Compare
Choose a tag to compare

What's Changed

  • Backport winrm panic workaround by @kke in #209

Full Changelog: v0.18.3...v0.18.4

v0.18.3

21 May 06:42
@kke kke
2dff216
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.18.2...v0.18.3

v0.18.2

10 May 09:53
@kke kke
1b23c72
Compare
Choose a tag to compare

What's Changed

  • [release-0.x] Use execOpts directly in Upload function by @twz123 in #203

Full Changelog: v0.18.1...v0.18.2

v2.0.0-alpha.2

07 May 08:18
@kke kke
0a24719
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release

What's Changed

  • V2 by @kke in #164
  • Add ssh keepalive support by @kke in #178
  • Detect windows SSH from server header by @kke in #177
  • Replace go-shellwords with own shellescape.Split by @kke in #179
  • Bump gopkg.in/yaml.v2 from 2.2.2 to 2.4.0 by @dependabot in #180
  • Run stat in empty env with C locale by @twz123 in #183
  • Implement an SSH config parser by @kke in #181
  • Bump dependabot/fetch-metadata from 1 to 2 by @dependabot in #185
  • Drop kevinburke/ssh_config dependency in favor of rig/v2/sshconfig by @kke in #186
  • Bump golang.org/x/crypto from 0.21.0 to 0.22.0 by @dependabot in #187
  • Bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #190
  • Bump github.com/Microsoft/go-winio from 0.6.1 to 0.6.2 by @dependabot in #191
  • Bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #192
  • Use go1.22, lint updates by @kke in #198
  • Add missing call to client setup in Clone() by @james-nesbitt in #199
  • Bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #200
  • Bump golang.org/x/crypto from 0.22.0 to 0.23.0 by @dependabot in #201

Full Changelog: v0.18.1...v2.0.0-alpha.2

v0.18.1

18 Mar 11:56
@kke kke
566086e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.0...v0.18.1

v2.0.0-alpha.1

14 Mar 07:06
@kke kke
05c65ac
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

This is an early preview of the rig v2.

If you notice any bugs or something that makes it hard to use, please file an issue (or a PR).

Documentation in README will be improved, but for now look at the code, examples, tests and godoc.