Skip to content

Update helm/kind-action action to v1.14.0#750

Open
renovate-bot wants to merge 1 commit intojaegertracing:mainfrom
renovate-bot:renovate/helm-kind-action-1.x
Open

Update helm/kind-action action to v1.14.0#750
renovate-bot wants to merge 1 commit intojaegertracing:mainfrom
renovate-bot:renovate/helm-kind-action-1.x

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

@renovate-bot renovate-bot commented Mar 21, 2026

This PR contains the following updates:

Package Type Update Change
helm/kind-action action minor v1.13.0v1.14.0

Release Notes

helm/kind-action (helm/kind-action)

v1.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: helm/kind-action@v1...v1.14.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copilot AI review requested due to automatic review settings March 21, 2026 05:51
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-action GitHub Action from v1.13.0 to v1.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
Copy link

Copilot AI Mar 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
uses: helm/kind-action@v1.14.0
uses: helm/kind-action@v1.14.0
with:
node_image: kindest/node:v1.28.0

Copilot uses AI. Check for mistakes.
Signed-off-by: Mend Renovate <bot@renovateapp.com>
@renovate-bot renovate-bot changed the title chore(deps): update helm/kind-action action to v1.14.0 Update helm/kind-action action to v1.14.0 Apr 15, 2026
@renovate-bot renovate-bot force-pushed the renovate/helm-kind-action-1.x branch from 6271870 to 1b8d842 Compare April 15, 2026 23:56
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