Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 931938

Summary: sys-cluster/minikube v1.33.0 version bump
Product: Gentoo Linux Reporter: nzventuri
Component: Current packagesAssignee: Zac Medico <zmedico>
Status: UNCONFIRMED ---    
Severity: normal CC: jesse, nzventuri
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/kubernetes/minikube/releases/tag/v1.33.0
Whiteboard:
Package list:
Runtime testing required: ---

Description nzventuri 2024-05-15 07:49:20 UTC
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.
Comment 1 Mike Gilbert gentoo-dev 2024-05-16 17:59:59 UTC
Please do not add random arches to CC.
Comment 2 nzventuri 2024-05-16 18:16:52 UTC
(In reply to Mike Gilbert from comment #1)
> Please do not add random arches to CC.

Got it.
Comment 3 Jesse Adelman 2024-09-18 16:56:06 UTC
We're now at 1.34.0. Cheers! :) (https://github.com/kubernetes/minikube/releases/tag/v1.34.0)
Comment 4 Jesse Adelman 2024-09-18 17:26:21 UTC
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!
Comment 5 Jesse Adelman 2025-02-05 17:01:24 UTC
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!