ci: upgrade KIND_VERSION from v0.12.0 to v0.32.0 in e2e workflows - #4806
Merged
Conversation
Signed-off-by: Gaius <gaius.qi@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4806 +/- ##
=======================================
Coverage 28.09% 28.09%
=======================================
Files 232 232
Lines 23141 23141
=======================================
Hits 6501 6501
Misses 16200 16200
Partials 440 440
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
gaius-qi
enabled auto-merge (squash)
June 9, 2026 02:39
CormickKneey
approved these changes
Jun 9, 2026
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.
Description
This pull request updates the version of the Kubernetes-in-Docker tool (
KIND_VERSION) used across several GitHub Actions workflow files to ensure compatibility with newer features and fixes. The version is bumped fromv0.12.0tov0.32.0.Workflow environment updates:
KIND_VERSIONfromv0.12.0tov0.32.0in the following workflow files:.github/workflows/compatibility-e2e.yml.github/workflows/e2e-nydus.yml.github/workflows/e2e-rate-limit.yml.github/workflows/e2e.ymlRelated Issue
Motivation and Context
Screenshots (if appropriate)
Types of changes
Checklist