Update helm/kind-action action to v1.14.0#750
Update helm/kind-action action to v1.14.0#750renovate-bot wants to merge 1 commit intojaegertracing:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the repository’s composite GitHub Action used to stand up a local Kubernetes-in-Kind cluster for Helm/chart tests by bumping the helm/kind-action dependency.
Changes:
- Bump
helm/kind-actionGitHub Action fromv1.13.0tov1.14.0.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| - name: Create kind cluster | ||
| uses: helm/kind-action@v1.13.0 | ||
| uses: helm/kind-action@v1.14.0 |
There was a problem hiding this comment.
Updating helm/kind-action to v1.14.0 changes its default Kind/Kubernetes versions (release notes indicate Kind v0.31.0 + Kubernetes v1.35.0). This composite action still pins kubectl to v1.28.8 (and later applies very old manifests), so the kubectl/client–server version skew is likely to break CI. Consider either pinning helm/kind-action to a node image/Kubernetes version compatible with v1.28.8, or updating the kubectl (and any in-cluster components/manifests you apply) to a version compatible with the new default cluster version.
| uses: helm/kind-action@v1.14.0 | |
| uses: helm/kind-action@v1.14.0 | |
| with: | |
| node_image: kindest/node:v1.28.0 |
Signed-off-by: Mend Renovate <bot@renovateapp.com>
6271870 to
1b8d842
Compare
This PR contains the following updates:
v1.13.0→v1.14.0Release Notes
helm/kind-action (helm/kind-action)
v1.14.0Compare Source
What's Changed
New Contributors
Full Changelog: helm/kind-action@v1...v1.14.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.