Bump Kubernetes e2e test tool versions and add Renovate managers#4105
Merged
Bump Kubernetes e2e test tool versions and add Renovate managers#4105
Conversation
Update Kind CLI (v0.29.0 → v0.31.0), Chainsaw (v0.2.12 → v0.2.14), and Helm CLI (v3.14.0 → v3.20.0) across CI workflows. Add custom Renovate regex managers so these versions are auto-bumped in the future, and pin Helm to v3.x to avoid accidental v4 major upgrades. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4105 +/- ##
==========================================
- Coverage 68.68% 68.66% -0.03%
==========================================
Files 453 453
Lines 46011 46011
==========================================
- Hits 31604 31594 -10
- Misses 11967 11977 +10
Partials 2440 2440 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
rdimitrov
approved these changes
Mar 11, 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.
Summary
Several CI tools used in Kubernetes e2e workflows were behind their latest versions, and Renovate had no custom managers to auto-bump them. This updates the tools and adds Renovate coverage so they stay current.
release:param lagged)Type of change
Test plan
Verified kindest/node image compatibility: Kind v0.31.0 supports v1.33.7, v1.34.3, and v1.35.x which are the images in the workflow matrix. CI workflows will validate end-to-end on push.
Changes
.github/workflows/operator-ci.yml# kindand# chainsawcomments for Renovate.github/workflows/test-e2e-lifecycle.yml# kindcomment for Renovate.github/workflows/helm-charts-test.yml# helmcomment for Renovaterenovate.jsonSpecial notes for reviewers
The
# kind,# chainsaw, and# helminline comments are required for the Renovate custom regex managers to disambiguateversion:fields in the workflow YAML. Without them, Renovate would match unrelatedversion:parameters.The Helm package rule blocks major version bumps (v4.x) since chart-testing compatibility with Helm 4 hasn't been verified.
Generated with Claude Code