Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 816705 - sys-cluster/minikube-1.23.2 version bump
Summary: sys-cluster/minikube-1.23.2 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-06 19:43 UTC by Niels Hamaker
Modified: 2021-10-28 22:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
proposed ebuild (minikube-1.23.2.ebuild,101.20 KB, text/plain)
2021-10-06 19:43 UTC, Niels Hamaker
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Niels Hamaker 2021-10-06 19:43:57 UTC
Created attachment 743559 [details]
proposed ebuild

This updates minikube to the latest version that was released 2 weeks ago. Current version in portage (1.19.0) was released on 10 Apr 2021, almost 6 months ago. 

In the attached ebuild I've updated the go modules in EGO_SUM using `get-ego-vendor`. 

This is the first ebuild that I've submitted, please let me know if I should do anything more.
Comment 1 Larry the Git Cow gentoo-dev 2021-10-28 22:04:28 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac008f93a5d882a078d127881cdaa1764eb00f9d

commit ac008f93a5d882a078d127881cdaa1764eb00f9d
Author:     Niels Hamaker <niels@hamaker.co>
AuthorDate: 2021-10-28 22:01:48 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2021-10-28 22:03:22 +0000

    sys-cluster/minikube: Bump to version 1.23.2
    
    Closes: https://bugs.gentoo.org/816705
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 sys-cluster/minikube/Manifest               |  448 +++++++
 sys-cluster/minikube/minikube-1.23.2.ebuild | 1919 +++++++++++++++++++++++++++
 2 files changed, 2367 insertions(+)
Comment 2 Zac Medico gentoo-dev 2021-10-28 22:06:33 UTC
Thanks!

I also updated the GIT_COMMIT variables like this:

> --- minikube-1.23.2.ebuild
> +++ minikube-1.23.2.ebuild
> @@ -3,8 +3,8 @@
>  
>  EAPI=7
>  inherit bash-completion-r1 go-module toolchain-funcs
> -GIT_COMMIT=15cede53bdc5fe242228853e737333b09d4336b5
> -GIT_COMMIT_SHORT=15cede53b
> +GIT_COMMIT=0a0ad764652082477c00d51d2475284b5d39ceed
> +GIT_COMMIT_SHORT=${GIT_COMMIT:0:9}
>  
>  DESCRIPTION="Single Node Kubernetes Cluster"
>  HOMEPAGE="https://github.com/kubernetes/minikube https://kubernetes.io"