Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: james-nesbitt/rig

Tags

v0.18.4-PRODENG2696

Toggle v0.18.4-PRODENG2696's commit message
PRODENG-2696 sudo w/out -s

- Some customers reject sudo w/ -s

Signed-off-by: James Nesbitt <[email protected]>

v0.18.4

Toggle v0.18.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Backport winrm panic workaround (k0sproject#209)

Signed-off-by: Kimmo Lehto <[email protected]>

v0.18.3

Toggle v0.18.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
knownhosts hostname fix (k0sproject#206)

v0.18.2

Toggle v0.18.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use execOpts directly in Upload function (k0sproject#203)

This allows for all the options to be passed, instead of only supporting
sudo.

Signed-off-by: Tom Wieczorek <[email protected]>

v2.0.0-alpha.2

Toggle v2.0.0-alpha.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump golang.org/x/crypto from 0.22.0 to 0.23.0 (k0sproject#201)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.22.0 to 0.23.0.
- [Commits](golang/crypto@v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.18.1

Toggle v0.18.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Run stat in empty env with C locale (k0sproject#184)

This allows for a stable output in case the target systems use a locale
with a different number format.

Signed-off-by: Tom Wieczorek <[email protected]>
(cherry picked from commit 5a14296)

v2.0.0-alpha.1

Toggle v2.0.0-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request k0sproject#180 from k0sproject/dependabot/go_modul…

…es/gopkg.in/yaml.v2-2.4.0

Bump gopkg.in/yaml.v2 from 2.2.2 to 2.4.0

v0.18.0

Toggle v0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Expose OS resolvers for overriding and read raw extra fields from os-…

…release (k0sproject#169)

- OSVersion how has functions for setting and retrieving additional
  data from os-release, or other discovery options in a resolver
- resolvFunc->ResolvFunc in order to make slice management easier (allow
  prepend easily)
- parseOSReleaseFile->ParseOSReleaseFile in order to allow reusing the
  OS release files outside of RIG, which allows us to stick with the
  standard for parsing, but adding of custom fields.

Signed-off-by: James Nesbitt <[email protected]>

v0.17.5

Toggle v0.17.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix uploads on winrm (k0sproject#165)

Signed-off-by: Kimmo Lehto <[email protected]>

v0.17.4

Toggle v0.17.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump actions/cache from 3 to 4 (k0sproject#159)

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>