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

[release-1.26] Bump K3s version for v1.26 #5608

Merged
merged 1 commit into from Mar 13, 2024
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
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -105,7 +105,7 @@ require (
github.com/google/go-containerregistry v0.19.0
github.com/iamacarpet/go-win64api v0.0.0-20210311141720-fe38760bed28
github.com/k3s-io/helm-controller v0.15.9
github.com/k3s-io/k3s v1.26.15-0.20240308012543-8d24a9dc2921 // release-1.26
github.com/k3s-io/k3s v1.26.15-0.20240313142928-812c386f3081 // release-1.26
github.com/libp2p/go-netroute v0.2.1
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/onsi/ginkgo/v2 v2.11.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -1008,8 +1008,8 @@ github.com/k3s-io/etcd/server/v3 v3.5.9-k3s1 h1:B3039IkTPnwQEt4tIMjC6yd6b1Q3Z9ZZ
github.com/k3s-io/etcd/server/v3 v3.5.9-k3s1/go.mod h1:GgI1fQClQCFIzuVjlvdbMxNbnISt90gdfYyqiAIt65g=
github.com/k3s-io/helm-controller v0.15.9 h1:eBZq0KkZCDyWh4og+tyI43Nt9T5TNjc7QCFhAt1aR64=
github.com/k3s-io/helm-controller v0.15.9/go.mod h1:AYitg40howLjKloL/zdjDDOPL1jg/K5R4af0tQcyPR8=
github.com/k3s-io/k3s v1.26.15-0.20240308012543-8d24a9dc2921 h1:6N17B5BlbOtm9IbvDhJe/KDqSvO8B69/aEJqMdd00Ls=
github.com/k3s-io/k3s v1.26.15-0.20240308012543-8d24a9dc2921/go.mod h1:yqaOEGZmTnoBcB3s7GE/wb5YrN1Gpq06zOHi2iAXvic=
github.com/k3s-io/k3s v1.26.15-0.20240313142928-812c386f3081 h1:ZWl61KF3Z3Wl1ns/ugRkFzbu0QO/c1YKJ4J++m8MrCM=
github.com/k3s-io/k3s v1.26.15-0.20240313142928-812c386f3081/go.mod h1:yqaOEGZmTnoBcB3s7GE/wb5YrN1Gpq06zOHi2iAXvic=
github.com/k3s-io/kine v0.11.4 h1:ZIXQT4vPPKNL9DwLF4dQ11tWtpJ1C/7OKNIpFmTkImo=
github.com/k3s-io/kine v0.11.4/go.mod h1:NmwOWsWgB3aScq5+LEYytAaceqkG7lmCLLjjrWug8v4=
github.com/k3s-io/klog v1.0.0-k3s2 h1:yyvD2bQbxG7m85/pvNctLX2bUDmva5kOBvuZ77tTGBA=
Expand Down