The Wire ยท Showcase
MINIKUBE SHIPS HELM IN ISO, TEST INFRASTRUCTURE FIXES PROPAGATE ACROSS K8S ECOSYSTEM
By RepoJournal ยท Filed ยท About Kubernetes
Minikube's ISO now bundles Helm binaries for both x86_64 and aarch64, eliminating runtime downloads and matching addon expectations.
Helm v4.2.3 is now pinned directly into the minikube ISO [1], installed at /usr/bin/helm with verified hashes, ending the pattern of downloading untested versions on addon enablement. The change lands as test-infra continues cleanup across dependent projects: kubetest2 e2e jobs that broke during the refactor are fixed [2], and cluster-api-provider-ibmcloud's job configuration now points to correct hack/ paths after a script reorganization [3]. Cloud-provider-vsphere bumped its gcb-docker-gcloud build image from staging to production [4], part of broader staging-to-prod migrations across the ecosystem. In core Kubernetes, minCompatibilityVersion data now flows into featuregates YAML [5] to inform emulated version tests, while a flaky Windows timing issue in TestValidateEvictionStatusUpdate was fixed by using fake clock consistently [6]. Across all five repos, 41 commits and 20 PRs moved through in the last 24 hours.
One email a day. Unsubscribe in one click.
Keep up with Kubernetes in about 3 minutes a day: what actually shipped โ the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue โ
Action items
- โ Rebuild minikube ISOs if you're testing Helm-dependent addons kubernetes/minikube [plan]
- โ Verify test-infra job references point to new hack/ structure in your CI configs kubernetes/test-infra [plan]
- โ Monitor Windows test flakes in eviction path for stability kubernetes/kubernetes [monitor]
References
- [1] Add Helm to minikube ISO โ kubernetes/minikube
- [2] fix broken kubetest2 e2e job kubernetes/test-infra
- [3] fix(capibm): update job paths broken by hack/ refactor in #2882 kubernetes/test-infra
- [4] ๐ฑ Bump gcb-docker-gcloud to a prod image โ kubernetes/cloud-provider-vsphere
- [5] Include minCompatibilityVersion info in featuregates yaml โ kubernetes/kubernetes
- [6] Fix flaky TestValidateEvictionStatusUpdate/mark_active_and_started โ kubernetes/kubernetes