Releases: k0sproject/rig
Releases · k0sproject/rig
v2.0.0-alpha.1
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
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
- @jadolg made their first contribution in #162
- @james-nesbitt made their first contribution in #169
Full Changelog: v0.17.5...v0.18.0
v0.17.5
v0.17.4
v0.17.3
v0.17.2
v0.17.1
v0.17.0
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
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
Backported #142 for the v0.10 - may solve "close of closed channel" panic in winrm.