Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/k0sproject/k0sctl from 0.20.0 to 0.22.0 in /hack/tool #5461

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2025

Bumps github.com/k0sproject/k0sctl from 0.20.0 to 0.22.0.

Release notes

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

v0.22.0

What's Changed

New Contributors

Full Changelog: k0sproject/k0sctl@v0.21.0...v0.22.0

SHA256 Checksums

e7e12dc60d1496f140404055973a2e38bf58974b357f84699244496546136cb9 *k0sctl-linux-amd64
c277bcde641ecf3f5bc12ed2f60b9c41842e7f6c48b15394d0ce479cbe332446 *k0sctl-linux-arm64
15864cecb3857150ff6b3e7f32421e3ff69961867f886582474527ce9314490e *k0sctl-linux-arm
cfd95dec56acea77bdb1a59606ac23587946da981eb2da94d40a597f9522b104 *k0sctl-win-amd64.exe
356fffd16a07acb141276f6635894d7ef6c905c6dd4aa1fff0bd480648b526ea *k0sctl-darwin-amd64
daf63460a8c96d7da0b0b4bab22b9c00ba17e5411a05813c0cbb5ee6b9c9a49d *k0sctl-darwin-arm64

v0.21.0

What's Changed

Full Changelog: k0sproject/k0sctl@v0.20.0...v0.21.0

SHA256 Checksums

1a623fc840b0c6b7570a138b6df14d3e22ea55a63a0e12d2028084bd5496654c *k0sctl-linux-amd64
5e43ea7de1f304b0b534593a53541771640740a4150e128e9b18d84a96408317 *k0sctl-linux-arm64
964a235f3e072ec0b29a61d216c2f354a03933b4afbe67431539bc2649d5a9ee *k0sctl-linux-arm
46e57439b40849625656b5d1447300fca55fb643ca649c9724258666037f86b9 *k0sctl-win-amd64.exe
bd41072958ee51b26020082ba936e8d112af47914d3a77bc7737feee389febfe *k0sctl-darwin-amd64
7fcf66a4c4f5c27f34ede716dab3a8779b6c703864f36d42da5b4a37be07694e *k0sctl-darwin-arm64
Commits
  • 929602e Use cluster.StorageType() for ValidateEtcdMembers phase (#823)
  • fa0f5ab Fix multidoc smoke-test retry (#822)
  • 69a9dea Bump github.com/go-playground/validator/v10 from 10.23.0 to 10.24.0 (#821)
  • dd7f38f Bump k8s.io/client-go from 0.32.0 to 0.32.1 (#820)
  • bf52ca7 Bump github.com/bmatcuk/doublestar/v4 from 4.7.1 to 4.8.0 (#819)
  • 1c7d80d Bump golang.org/x/net from 0.30.0 to 0.33.0 (#818)
  • 22a352b Apply additional kube manifests from configs to cluster (#817)
  • a3795b7 Do not set etcd peerAddress when cluster storage type is kine (#816)
  • 63ef8eb Allow reading k0s config from a separate or multidoc YAML document (#814)
  • 082a528 Bump golang.org/x/crypto from 0.29.0 to 0.31.0 (#810)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot requested review from a team as code owners January 22, 2025 13:39
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 22, 2025
@dependabot dependabot bot requested review from kke and juanluisvaladas January 22, 2025 13:39
@dependabot dependabot bot requested review from makhov and twz123 January 22, 2025 13:39
@github-actions github-actions bot enabled auto-merge January 22, 2025 13:39
Copy link
Contributor

@juanluisvaladas juanluisvaladas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This cannot be merged because in hack/ostests/modules/k0sctl/main.tf there are two calls to k0sctl with the flag --disable-telemetry. This brakes the ostests.

#5424

Bumps [github.com/k0sproject/k0sctl](https://github.com/k0sproject/k0sctl) from 0.20.0 to 0.22.0.
- [Release notes](https://github.com/k0sproject/k0sctl/releases)
- [Commits](k0sproject/k0sctl@v0.20.0...v0.22.0)

---
updated-dependencies:
- dependency-name: github.com/k0sproject/k0sctl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/hack/tool/github.com/k0sproject/k0sctl-0.22.0 branch from c828f93 to 865f080 Compare January 30, 2025 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant