Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] minikube: update to 1.23.0.
@ 2021-10-22  8:09 Gottox
  2021-10-22 16:55 ` [PR PATCH] [Updated] " Gottox
  2021-10-22 17:08 ` [PR PATCH] [Merged]: " Gottox
  0 siblings, 2 replies; 3+ messages in thread
From: Gottox @ 2021-10-22  8:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

There is a new pull request by Gottox against master on the void-packages repository

https://github.com/Gottox/void-packages minikube-1.23
https://github.com/void-linux/void-packages/pull/33688

minikube: update to 1.23.0.
None

A patch file from https://github.com/void-linux/void-packages/pull/33688.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-minikube-1.23-33688.patch --]
[-- Type: text/x-diff, Size: 1818 bytes --]

From 5f0995908a04ecbd7b13197c7830f0827c67d27b Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Fri, 22 Oct 2021 10:09:20 +0200
Subject: [PATCH] minikube: update to 1.23.0.

---
 srcpkgs/minikube/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/minikube/template b/srcpkgs/minikube/template
index eaef07bd086b..ea3f4261aed4 100644
--- a/srcpkgs/minikube/template
+++ b/srcpkgs/minikube/template
@@ -1,6 +1,6 @@
 # Template file for 'minikube'
 pkgname=minikube
-version=1.19.0
+version=1.23.0
 revision=1
 build_style=go
 build_helper=qemu
@@ -15,7 +15,7 @@ license="Apache-2.0"
 homepage="https://github.com/kubernetes/minikube"
 changelog="https://raw.githubusercontent.com/kubernetes/minikube/master/CHANGELOG.md"
 distfiles="https://github.com/kubernetes/minikube/archive/v$version.tar.gz"
-checksum=89647d2bba64061154ffc15cf393df1834a9f860b618f699e84696992a1654b3
+checksum=c40e43a4944cf434e03d2ce520c330bdca209fb08428601e1d453ea124a9c2b3
 
 pre_configure() {
 	case "$XBPS_TARGET_MACHINE" in
@@ -26,13 +26,14 @@ pre_configure() {
 pre_build() {
 	local storage_provisioner_tag= iso_version=
 
-	make pkg/minikube/assets/assets.go pkg/minikube/translate/translations.go
 	storage_provisioner_tag=$(sed -n '/^STORAGE_PROVISIONER_TAG/s/.*=\W*//p' Makefile)
 	iso_version=$(sed -n '/^ISO_VERSION/s/.*=\W*//p' Makefile)
 
 	go_ldflags+="
-		-X k8s.io/minikube/pkg/version.isoVersion=$iso_version
-		-X k8s.io/minikube/pkg/version.storageProvisionerVersion=$storage_provisioner_tag
+	 -X k8s.io/minikube/pkg/drivers/kvm.version=${version}
+	 -X k8s.io/minikube/pkg/version.version=${version}
+	 -X k8s.io/minikube/pkg/version.isoVersion=${iso_version}
+	 -X k8s.io/minikube/pkg/version.storageProvisionerVersion=${storage_provisioner_tag}
 	"
 }
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] minikube: update to 1.23.0.
  2021-10-22  8:09 [PR PATCH] minikube: update to 1.23.0 Gottox
@ 2021-10-22 16:55 ` Gottox
  2021-10-22 17:08 ` [PR PATCH] [Merged]: " Gottox
  1 sibling, 0 replies; 3+ messages in thread
From: Gottox @ 2021-10-22 16:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 325 bytes --]

There is an updated pull request by Gottox against master on the void-packages repository

https://github.com/Gottox/void-packages minikube-1.23
https://github.com/void-linux/void-packages/pull/33688

minikube: update to 1.23.0.
None

A patch file from https://github.com/void-linux/void-packages/pull/33688.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-minikube-1.23-33688.patch --]
[-- Type: text/x-diff, Size: 1818 bytes --]

From d43c498ea0cd70814851b5f3325f2fe133314372 Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Fri, 22 Oct 2021 10:09:20 +0200
Subject: [PATCH] minikube: update to 1.23.0.

---
 srcpkgs/minikube/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/minikube/template b/srcpkgs/minikube/template
index eaef07bd086b..ea3f4261aed4 100644
--- a/srcpkgs/minikube/template
+++ b/srcpkgs/minikube/template
@@ -1,6 +1,6 @@
 # Template file for 'minikube'
 pkgname=minikube
-version=1.19.0
+version=1.23.0
 revision=1
 build_style=go
 build_helper=qemu
@@ -15,7 +15,7 @@ license="Apache-2.0"
 homepage="https://github.com/kubernetes/minikube"
 changelog="https://raw.githubusercontent.com/kubernetes/minikube/master/CHANGELOG.md"
 distfiles="https://github.com/kubernetes/minikube/archive/v$version.tar.gz"
-checksum=89647d2bba64061154ffc15cf393df1834a9f860b618f699e84696992a1654b3
+checksum=c40e43a4944cf434e03d2ce520c330bdca209fb08428601e1d453ea124a9c2b3
 
 pre_configure() {
 	case "$XBPS_TARGET_MACHINE" in
@@ -26,13 +26,14 @@ pre_configure() {
 pre_build() {
 	local storage_provisioner_tag= iso_version=
 
-	make pkg/minikube/assets/assets.go pkg/minikube/translate/translations.go
 	storage_provisioner_tag=$(sed -n '/^STORAGE_PROVISIONER_TAG/s/.*=\W*//p' Makefile)
 	iso_version=$(sed -n '/^ISO_VERSION/s/.*=\W*//p' Makefile)
 
 	go_ldflags+="
-		-X k8s.io/minikube/pkg/version.isoVersion=$iso_version
-		-X k8s.io/minikube/pkg/version.storageProvisionerVersion=$storage_provisioner_tag
+	 -X k8s.io/minikube/pkg/drivers/kvm.version=${version}
+	 -X k8s.io/minikube/pkg/version.version=${version}
+	 -X k8s.io/minikube/pkg/version.isoVersion=${iso_version}
+	 -X k8s.io/minikube/pkg/version.storageProvisionerVersion=${storage_provisioner_tag}
 	"
 }
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: minikube: update to 1.23.0.
  2021-10-22  8:09 [PR PATCH] minikube: update to 1.23.0 Gottox
  2021-10-22 16:55 ` [PR PATCH] [Updated] " Gottox
@ 2021-10-22 17:08 ` Gottox
  1 sibling, 0 replies; 3+ messages in thread
From: Gottox @ 2021-10-22 17:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 165 bytes --]

There's a merged pull request on the void-packages repository

minikube: update to 1.23.0.
https://github.com/void-linux/void-packages/pull/33688

Description:
None

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-22 17:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-22  8:09 [PR PATCH] minikube: update to 1.23.0 Gottox
2021-10-22 16:55 ` [PR PATCH] [Updated] " Gottox
2021-10-22 17:08 ` [PR PATCH] [Merged]: " Gottox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).