Kind Cluster
Version updated for https://github.com/helm/kind-action to version v1.14.0.
- This action is used across all versions by 14,438 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Kind Action is a GitHub Action designed to automate the creation and management of local Kubernetes clusters using Kubernetes-IN-Docker (Kind). It simplifies testing Kubernetes environments by spinning up clusters during workflows, such as pull requests, and supports features like configuring a local Docker registry within the cluster. This action is ideal for streamlining development, testing, and validation of Kubernetes-based applications in CI/CD pipelines.
Release notes
What’s Changed
- Bump actions/checkout from 5.0.0 to 6.0.1 by @dependabot[bot] in https://github.com/helm/kind-action/pull/153
- bump kind to v0.31.0 and k8s to v1.35.0 by @MrFreezeex in https://github.com/helm/kind-action/pull/155
- Bump actions/checkout from 6.0.1 to 6.0.2 in the actions group by @dependabot[bot] in https://github.com/helm/kind-action/pull/156
New Contributors
- @MrFreezeex made their first contribution in https://github.com/helm/kind-action/pull/155
Full Changelog: https://github.com/helm/kind-action/compare/v1...v1.14.0