Skip to content

Releases: k0sproject/rig

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.

v0.18.0

21 Feb 22:12
@kke kke
5ef11fd
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/crypto from 0.18.0 to 0.19.0 by @dependabot in #167
  • Load all keys from ssh agent if no specific AuthMethods is passed by @jadolg in #162
  • Expose OS resolvers for overriding and read raw extra fields from os-release by @james-nesbitt in #169

New Contributors

Full Changelog: v0.17.5...v0.18.0

v0.17.5

05 Feb 13:18
@kke kke
b2ef347
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.4...v0.17.5

v0.17.4

18 Jan 11:30
@kke kke
f0c372b
Compare
Choose a tag to compare

What's Changed

  • Handle exec.Sudo() in connection.Upload(..) by @kke in #160

Full Changelog: v0.17.3...v0.17.4

v0.17.3

09 Jan 09:09
@kke kke
609d8c4
Compare
Choose a tag to compare

What's Changed

  • Non-random sudo-check order by @kke in #158

Full Changelog: v0.17.2...v0.17.3

v0.17.2

09 Jan 08:45
@kke kke
d1f6f84
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/crypto from 0.17.0 to 0.18.0 by @dependabot in #155
  • Use path.Dir() instead of filepath.Dir() for remote paths by @cr1cr1 in #154
  • Add exec.LogError option by @kke in #157

Full Changelog: v0.17.1...v0.17.2

v0.17.1

08 Jan 12:25
@kke kke
40275c2
Compare
Choose a tag to compare

What's Changed

  • Use CopyFrom in connection.Upload by @kke in #153
  • Reduce log noise during Write() by @kke in #152

Full Changelog: v0.17.0...v0.17.1

v0.17.0

08 Jan 11:43
@kke kke
88a1923
Compare
Choose a tag to compare

What's Changed

  • Add CopyFrom / CopyTo to fsys.Files by @kke in #151
  • Bump golang.org/x/term from 0.15.0 to 0.16.0 by @dependabot in #150

Full Changelog: v0.16.0...v0.17.0

v0.16.0

04 Jan 11:25
@kke kke
10f783d
Compare
Choose a tag to compare

What's Changed

  • Breaking change: Fix fsys.OpenFile confusion of flags and permissions by @kke in #137
  • Refactor cmd/rigtest into a real test suite in test/rig_test.go and fix found bugs by @kke in #145
  • Do not Close() finished winrm commands by @kke in #142
  • Don't chmod when performing touch on posixfsys by @kke in #136
  • Eliminate righelper.sh by implementing it all in go by @kke in #139
  • Silence "touch" version detection by @kke in #131
  • Make windows integration tests pass by @kke in #141
  • Add a windows test workflow by @kke in #140
  • Lint fixes (inamedparam) by @kke in #135
  • Bump actions/setup-go from 4 to 5 by @dependabot in #146
  • Bump github/codeql-action from 2 to 3 by @dependabot in #147
  • Bump golang.org/x/crypto from 0.14.0 to 0.15.0 by @dependabot in #134
  • Bump golang.org/x/crypto from 0.15.0 to 0.16.0 by @dependabot in #143
  • Bump golang.org/x/crypto from 0.16.0 to 0.17.0 by @dependabot in #148
  • Bump golang.org/x/net from 0.11.0 to 0.17.0 by @dependabot in #130
  • Bump golang.org/x/term from 0.14.0 to 0.15.0 by @dependabot in #144

Full Changelog: v0.15.1...v0.16.0

v0.10.1: Do not Close() finished winrm commands

27 Nov 08:32
@kke kke
667aaac
Compare
Choose a tag to compare

Backported #142 for the v0.10 - may solve "close of closed channel" panic in winrm.