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

Update k3s to fix node stuck on removal #1542

Merged
merged 1 commit into from
Aug 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ require (
github.com/google/go-containerregistry v0.5.0
github.com/google/gopacket v1.1.19
github.com/iamacarpet/go-win64api v0.0.0-20210311141720-fe38760bed28
github.com/k3s-io/helm-controller v0.10.1
github.com/k3s-io/helm-controller v0.10.3
github.com/pkg/errors v0.9.1
github.com/rancher/k3s v1.21.1-rc1.0.20210730192650-5ab3590d9b4b
github.com/rancher/k3s v1.21.1-rc1.0.20210805203201-bc96ffb5f3c6
github.com/rancher/wharfie v0.4.1
github.com/rancher/wrangler v0.6.2
github.com/rancher/wrangler-api v0.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -813,8 +813,8 @@ github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40T
github.com/quobyte/api v0.1.8/go.mod h1:jL7lIHrmqQ7yh05OJ+eEEdHr0u/kmT1Ff9iHd+4H6VI=
github.com/rancher/dynamiclistener v0.2.3 h1:FHn0Gkx+kIUqsFs3zMMR2QC9ufH/AoBLqO5zH5hbtqw=
github.com/rancher/dynamiclistener v0.2.3/go.mod h1:9WusTANoiRr8cDWCTtf5txieulezHbpv4vhLADPp0zU=
github.com/rancher/k3s v1.21.1-rc1.0.20210730192650-5ab3590d9b4b h1:rX214/lmMmgI2j497urqgXOSjrxZvgyHWPaOvtNxu/g=
github.com/rancher/k3s v1.21.1-rc1.0.20210730192650-5ab3590d9b4b/go.mod h1:cf5T8h1uaY94n2UbApNE4zNSx5dlvUO0W5OEO2aIFiQ=
github.com/rancher/k3s v1.21.1-rc1.0.20210805203201-bc96ffb5f3c6 h1:QrAMf17k/EFnK6jFO5ZkGt4ZlXRTfo7EmPuYJ8rtABg=
github.com/rancher/k3s v1.21.1-rc1.0.20210805203201-bc96ffb5f3c6/go.mod h1:N5eipDvVSrQckfvUlkpJC9xkNypo7Tu+LxP+JLgYRkA=
github.com/rancher/moq v0.0.0-20190404221404-ee5226d43009/go.mod h1:wpITyDPTi/Na5h73XkbuEf2AP9fbgrIGqqxVzFhYD6U=
github.com/rancher/remotedialer v0.2.0 h1:xD7t3K6JYwTdAsxmGtTHQMkEkFgKouQ1foLxVW424Dc=
github.com/rancher/remotedialer v0.2.0/go.mod h1:tkU8ZvrR5lRgaKWaX71nAy6daeqvPFx/lJEnbW7tXSI=
Expand Down