alessiodionisi / terraform-provider-k0s

Terraform provider to create and manage k0s Kubernetes clusters, using embedded k0sctl
https://registry.terraform.io/providers/alessiodionisi/k0s
Apache License 2.0
23 stars 8 forks source link

Bump github.com/k0sproject/rig from 0.6.3 to 0.9.2 #28

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps github.com/k0sproject/rig from 0.6.3 to 0.9.2.

Release notes

Sourced from github.com/k0sproject/rig's releases.

v0.9.1

What's Changed

Full Changelog: https://github.com/k0sproject/rig/compare/v0.9.0...v0.9.1

v0.9.0

What's Changed

Full Changelog: https://github.com/k0sproject/rig/compare/v0.8.1...v0.9.0

v0.8.0

What's Changed

New Contributors

Full Changelog: https://github.com/k0sproject/rig/compare/v0.7.2...v0.8.0

v0.7.1

  • Don't try to YAML marshal the password callback

v0.7.0

What's Changed

New Contributors

Full Changelog: https://github.com/k0sproject/rig/compare/v0.6.4...v0.7.0

v0.6.4

What's Changed

Full Changelog: https://github.com/k0sproject/rig/compare/v0.6.3...v0.6.4

Commits
  • ef82f84 Check build on windows (#77)
  • 9ed76c2 Update all dependencies (#76)
  • c167094 Proper ssh hostkey checking with .ssh/known_hosts support (#75)
  • ba0bbf4 Add linting workflow (#74)
  • 51844ce Discover keypaths from ssh_config, update agent key selection logic (#73)
  • b5ca9e0 Bump go to 1.19 (#71)
  • b2c2b50 Don't try agent if private key wasn't defaulted (#68)
  • efd0464 Add support for ssh client auth via windows openssh-agent and pageant (#67)
  • ca21dc9 Fix systemd env quoting (#65)
  • 4e8cd29 [ci] Remove skip-go-installation to stop warnings (#66)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #29.