Update K8s version matrix to 1.33.7, 1.34.3, 1.35.0#60
Open
whg517 wants to merge 1 commit into
Open
Conversation
45a9a37 to
910b94c
Compare
910b94c to
e3c2a37
Compare
- Update test workflows to test only the highest version (1.35.0) for faster CI - Update release workflows to test all versions (1.33.7, 1.34.3, 1.35.0) - Comment out older versions in test workflows for reference Based on kind v0.31.0 release: - 1.33.7: kindest/node:v1.33.7@sha256:d26ef333bdb2cbe9862a0f7c3803ecc7b4303d8cea8e814b481b09949d353040 - 1.34.3: kindest/node:v1.34.3@sha256:08497ee19eace7b4b5348db5c6a1591d7752b164530a36f855cb0f2bdcbadd48 - 1.35.0: kindest/node:v1.35.0@sha256:452d707d4862f52530247495d180205e029056831160e22870e37e3f6c1ac31f Reference: https://github.com/kubernetes-sigs/kind/releases/tag/v0.31.0
e3c2a37 to
423af09
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update the Kubernetes version matrix in GitHub workflows to support the latest K8s versions.
Changes
Based on the latest kind v0.31.0 release, the K8s version matrix has been updated as follows:
Test workflows (.github/workflows/test.yml):
Release workflows (.github/workflows/release.yml):
Version details:
Motivation
Test Plan
Related Links
🤖 Generated with Claude Code