It's been a month since the last release on April 19, 2024, so it's high time we offer up the latest version. Keep it straightforward: grab this patch and let's roll with the new ebuild. To simplify things for @zacmedico, here's my patch for the new ebuild file. --- minikube-1.32.0.ebuild 2024-05-15 02:12:11.214182744 -0500 +++ minikube-1.33.0.ebuild 2024-05-15 02:18:24.304196962 -0500 @@ -3,7 +3,7 @@ EAPI=8 inherit bash-completion-r1 go-module toolchain-funcs -GIT_COMMIT=8220a6eb95f0a4d75f7f2d7b14cef975f050512d +GIT_COMMIT=86fc9d54fca63f295d8737c8eacdbb7987e89c67 GIT_COMMIT_SHORT=${GIT_COMMIT:0:9} DESCRIPTION="Single Node Kubernetes Cluster" Also, check out the changelog at https://github.com/kubernetes/minikube/releases/tag/v1.33.0. I want to emphasize that while I couldn't test the ebuild since the SRC_URI depends on the fork maintained by the package maintainer... I downloaded the binary for my amd64 architecture and everything went smoothly.
Please do not add random arches to CC.
(In reply to Mike Gilbert from comment #1) > Please do not add random arches to CC. Got it.
We're now at 1.34.0. Cheers! :) (https://github.com/kubernetes/minikube/releases/tag/v1.34.0)
Not sure if this deserves it's own bug, but the comment on the package isn't accurate. "Single Node Kubernetes Cluster" is inaccurate because minikube can create multiple virtual nodes, via Docker containers, VMs, etc. See "https://minikube.sigs.k8s.io/docs/tutorials/multi_node/". Perhaps this succinct description is better, from "https://minikube.sigs.k8s.io/docs/start/" ? "minikube is local Kubernetes, focusing on making it easy to learn and develop for Kubernetes." Or, even shorter: "Local kubernetes clusters for learning and development". Cheers!
Thanks for bumping to 1.34. 1.35 is out as of 3 weeks ago. :) https://github.com/kubernetes/minikube/releases/tag/v1.35.0 Happy to open a new request if needed. Cheers!