File tree 2 files changed +3
-3
lines changed
deploy/iso/minikube-iso/configs
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ RPM_VERSION ?= $(DEB_VERSION)
32
32
GO_VERSION ?= 1.15.2
33
33
34
34
INSTALL_SIZE ?= $(shell du out/minikube-windows-amd64.exe | cut -f1)
35
- BUILDROOT_BRANCH ?= 2020.02.7
35
+ BUILDROOT_BRANCH ?= 2020.02.8
36
36
REGISTRY? =gcr.io/k8s-minikube
37
37
REGISTRY_GH? =docker.pkg.github.com/kubernetes/minikube
38
38
@@ -58,7 +58,7 @@ MINIKUBE_BUCKET ?= minikube/releases
58
58
MINIKUBE_UPLOAD_LOCATION := gs://${MINIKUBE_BUCKET}
59
59
MINIKUBE_RELEASES_URL =https://github.com/kubernetes/minikube/releases/download
60
60
61
- KERNEL_VERSION ?= 4.19.150
61
+ KERNEL_VERSION ?= 4.19.157
62
62
# latest from https://github.com/golangci/golangci-lint/releases
63
63
GOLINT_VERSION ?= v1.30.0
64
64
# Limit number of default jobs, to avoid the CI builds running out of memory
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL_MINIKUBE_PATH)/board/coreos/minikube/patche
21
21
BR2_LINUX_KERNEL=y
22
22
BR2_LINUX_KERNEL_LATEST_VERSION=n
23
23
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
24
- BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.150 "
24
+ BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.157 "
25
25
BR2_LINUX_KERNEL_BZIMAGE=y
26
26
BR2_LINUX_KERNEL_LZ4=y
27
27
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
You can’t perform that action at this time.
0 commit comments