Skip to content

Bump kind to v0.29.0 and set all node images to v1.31.x #32694

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

Merged

Conversation

alex-hunt-materialize
Copy link
Contributor

@alex-hunt-materialize alex-hunt-materialize commented Jun 9, 2025

  • Bumps kind to v0.29.0.
  • Sets all kind node images to v1.31.x to match cloud.

This is needed to handle newer kind versions, which will use a newer version for the nodes without a version set.

There is no version that supports both v0.29.x and v0.33.x nodes.

Motivation

Keep up to date.

  • This PR fixes a previously unreported bug.
    Users with newer kind releases cannot run cloudtest, as our kind cluster.yaml does not specify versions for all nodes. Nodes that are unspecified will use the latest version supported by kind, which is not compatible with other nodes on 1.29. Version 1.29 is also out of support, and our cloud product is mostly on 1.31, so lets use that one. The v0.14.0 kind is ancient, and doesn't support 1.31, so we also need to bump that.

Tips for reviewer

Checklist

  • This PR has adequate test coverage / QA involvement has been duly considered. (trigger-ci for additional test/nightly runs)
  • This PR has an associated up-to-date design doc, is a design doc (template), or is sufficiently small to not require a design.
  • If this PR evolves an existing $T ⇔ Proto$T mapping (possibly in a backwards-incompatible way), then it is tagged with a T-proto label.
  • If this PR will require changes to cloud orchestration or tests, there is a companion cloud PR to account for those changes that is tagged with the release-blocker label (example).
  • If this PR includes major user-facing behavior changes, I have pinged the relevant PM to schedule a changelog post.

* Bumps kind to v0.29.0.
* Sets all kind node images to v1.31.x to match cloud.

This is needed to handle newer kind versions, which will use a
newer version for the nodes without a version set.

There is no version that supports both v0.29.x and v0.33.x nodes.
@alex-hunt-materialize alex-hunt-materialize marked this pull request as ready for review June 10, 2025 08:31
@alex-hunt-materialize alex-hunt-materialize requested a review from a team as a code owner June 10, 2025 08:31
@alex-hunt-materialize alex-hunt-materialize merged commit d992130 into MaterializeInc:main Jun 10, 2025
95 checks passed
@alex-hunt-materialize alex-hunt-materialize deleted the bump_kind branch June 10, 2025 08:34
@teskje teskje mentioned this pull request Jun 10, 2025
32 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants