File tree 2 files changed +3
-3
lines changed
deploy/iso/minikube-iso/package/hyperv-daemons
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RPM_VERSION ?= $(DEB_VERSION)
29
29
GO_VERSION ?= 1.13.4
30
30
31
31
INSTALL_SIZE ?= $(shell du out/minikube-windows-amd64.exe | cut -f1)
32
- BUILDROOT_BRANCH ?= 2019.02.6
32
+ BUILDROOT_BRANCH ?= 2019.02.7
33
33
REGISTRY? =gcr.io/k8s-minikube
34
34
35
35
# Get git commit id
@@ -49,7 +49,7 @@ MINIKUBE_BUCKET ?= minikube/releases
49
49
MINIKUBE_UPLOAD_LOCATION := gs://${MINIKUBE_BUCKET}
50
50
MINIKUBE_RELEASES_URL =https://github.com/kubernetes/minikube/releases/download
51
51
52
- KERNEL_VERSION ?= 4.19.76
52
+ KERNEL_VERSION ?= 4.19.81
53
53
# latest from https://github.com/golangci/golangci-lint/releases
54
54
GOLINT_VERSION ?= v1.21.0
55
55
# Limit number of default jobs, to avoid the CI builds running out of memory
Original file line number Diff line number Diff line change 4
4
#
5
5
# ###############################################################################
6
6
7
- HYPERV_DAEMONS_VERSION = 4.19.76
7
+ HYPERV_DAEMONS_VERSION = 4.19.81
8
8
HYPERV_DAEMONS_SITE = https://www.kernel.org/pub/linux/kernel/v4.x
9
9
HYPERV_DAEMONS_SOURCE = linux-$(HYPERV_DAEMONS_VERSION ) .tar.xz
10
10
You can’t perform that action at this time.
0 commit comments