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

Support Kubernetes v1.29 #257

Merged
merged 2 commits into from
Jun 3, 2024
Merged

Support Kubernetes v1.29 #257

merged 2 commits into from
Jun 3, 2024

Conversation

daichimukai
Copy link
Contributor

This PR adds support for Kubernetes v1.29.

Closes: #232

The KIND_NODE_IMAGE variable in versions.mk file is not used. This
commit removes this one.

Signed-off-by: Daichi Mukai <daichi-mukai@cybozu.co.jp>
This commit adds support for Kubernetes v1.29 and drops support for
Kubernetes v1.26.

The author followed the procedures in maintenance.md, but there is one
exception: we upgraded the Go version to Go 1.22 despite K8s v1.29 being
built with Go 1.21. This is because TopoLVM that supports K8s v1.29
requires Go 1.22 and it is hard to use the Go version that cannot build
TopoLVM without rewriting the CI workflow a lot.

Signed-off-by: Daichi Mukai <daichi-mukai@cybozu.co.jp>
@daichimukai daichimukai marked this pull request as ready for review May 31, 2024 08:57
@daichimukai daichimukai requested a review from a team as a code owner May 31, 2024 08:57
@ushitora-anqou ushitora-anqou merged commit 197cac9 into main Jun 3, 2024
12 checks passed
@ushitora-anqou ushitora-anqou deleted the support-k8s-v1.29 branch June 3, 2024 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Update supporting Kubernetes (1.29)
3 participants