| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| downloadKubekey.sh | 2026-09-06 | 4.3 kB | |
| cluster-template.yaml | 2026-09-06 | 2.9 kB | |
| infrastructure-components.yaml | 2026-09-06 | 173.8 kB | |
| metadata.yaml | 2026-09-06 | 403 Bytes | |
| kubekey-v4.0.7-darwin-amd64.tar.gz | 2026-09-06 | 49.0 MB | |
| kubekey-v4.0.7-darwin-arm64.tar.gz | 2026-09-06 | 46.6 MB | |
| kubekey_v4.0.7_checksums.txt | 2026-09-06 | 606 Bytes | |
| kubekey-v4.0.7-linux-amd64.tar.gz | 2026-09-06 | 46.4 MB | |
| kubekey-v4.0.7-linux-arm64.tar.gz | 2026-09-06 | 42.9 MB | |
| kubekey-v4.0.7-windows-amd64.tar.gz | 2026-09-06 | 47.1 MB | |
| kubekey-v4.0.7-windows-arm64.tar.gz | 2026-09-06 | 43.1 MB | |
| README.md | 2026-09-04 | 4.6 kB | |
| v4.0.7 source code.tar.gz | 2026-09-04 | 4.3 MB | |
| v4.0.7 source code.zip | 2026-09-04 | 4.9 MB | |
| Totals: 14 Items | 284.5 MB | 2 | |
What's Changed
- fix(download): include actual host architectures in binary download list by @pujitha24 in https://github.com/kubesphere/kubekey/pull/3188
- fix(connector): free sudo's stdin for the password prompt over SSH by @pujitha24 in https://github.com/kubesphere/kubekey/pull/3190
- fix: allow disabling kube-vip Service VIP management via svc_enable by @pujitha24 in https://github.com/kubesphere/kubekey/pull/3196
- fix: align PutData temp file path with connector working directory by @redscholar in https://github.com/kubesphere/kubekey/pull/3195
- fix: detect kubectl client version via structured -o yaml output by @redscholar in https://github.com/kubesphere/kubekey/pull/3197
- fix: move cluster pki and kubeconfig out of binary_dir by @redscholar in https://github.com/kubesphere/kubekey/pull/3198
- feat(kubernetes): support kubelet extra_config in KubeletConfiguration by @redscholar in https://github.com/kubesphere/kubekey/pull/3199
- ci: split QingStor OSS sync into separate jobs by @redscholar in https://github.com/kubesphere/kubekey/pull/3200
- fix(cmd): correct the short description of kk create config by @redscholar in https://github.com/kubesphere/kubekey/pull/3201
- fix(cilium ): close semver conditional with if block by @Panharoth06 in https://github.com/kubesphere/kubekey/pull/3206
- docs(installation): align kubernetes & kubesphere install guides (zh/en) by @redscholar in https://github.com/kubesphere/kubekey/pull/3204
- build(deps): bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in https://github.com/kubesphere/kubekey/pull/3203
- fix: comment out explicit LimitNOFILE in all container runtime units by @redscholar in https://github.com/kubesphere/kubekey/pull/3207
- build(deps): bump actions/download-artifact from 4 to 8 by @dependabot[bot] in https://github.com/kubesphere/kubekey/pull/3202
- build(deps): bump github.com/go-git/go-git/v5 from 5.19.1 to 5.19.2 by @dependabot[bot] in https://github.com/kubesphere/kubekey/pull/3187
- build(deps): bump oras.land/oras-go/v2 from 2.6.0 to 2.6.2 by @dependabot[bot] in https://github.com/kubesphere/kubekey/pull/3182
- build(deps): bump sigs.k8s.io/structured-merge-diff/v4 from 4.4.1 to 4.7.0 by @dependabot[bot] in https://github.com/kubesphere/kubekey/pull/2936
- build(deps): bump github.com/go-openapi/spec from 0.22.3 to 0.22.9 by @dependabot[bot] in https://github.com/kubesphere/kubekey/pull/3209
- fix: make single-node ops select the first node deterministically by @redscholar in https://github.com/kubesphere/kubekey/pull/3214
- build(deps): bump github.com/emicklei/go-restful-openapi/v2 from 2.12.0 to 2.12.1 by @dependabot[bot] in https://github.com/kubesphere/kubekey/pull/3208
- fix: fail fast with a clear error when helm is missing during artifact packaging by @pujitha24 in https://github.com/kubesphere/kubekey/pull/3223
- fix: route docker_registry artifact download through the KubeKey mirror by @pujitha24 in https://github.com/kubesphere/kubekey/pull/3224
- feat: add upgrade cluster playbook by @redscholar in https://github.com/kubesphere/kubekey/pull/3102
- fix(cni): clean up node-local residue of the active CNI on uninstall by @redscholar in https://github.com/kubesphere/kubekey/pull/3227
- feat(kubernetes): support Kubernetes 1.35 and 1.36 by @redscholar in https://github.com/kubesphere/kubekey/pull/3226
- docs: add cluster upgrade guide and fix upgrade switches by @redscholar in https://github.com/kubesphere/kubekey/pull/3229
- build(deps): bump golang.org/x/net from 0.56.0 to 0.58.0 by @dependabot[bot] in https://github.com/kubesphere/kubekey/pull/3216
- build(deps): bump google.golang.org/grpc from 1.82.1 to 1.83.1 by @dependabot[bot] in https://github.com/kubesphere/kubekey/pull/3228
- fix(cni): preserve existing values on CNI upgrade by @redscholar in https://github.com/kubesphere/kubekey/pull/3230
- build(deps): bump github.com/cockroachdb/errors from 1.12.0 to 1.14.0 by @dependabot[bot] in https://github.com/kubesphere/kubekey/pull/3233
- fix(project): skip empty YAML docs in vars_files and role defaults by @redscholar in https://github.com/kubesphere/kubekey/pull/3236
- feat(upgrade): support Kubernetes 1.37 deployment and upgrade by @redscholar in https://github.com/kubesphere/kubekey/pull/3235
New Contributors
- @pujitha24 made their first contribution in https://github.com/kubesphere/kubekey/pull/3188
- @Panharoth06 made their first contribution in https://github.com/kubesphere/kubekey/pull/3206
Full Changelog: https://github.com/kubesphere/kubekey/compare/v4.0.6...v4.0.7