Skip to content

Commit 4c1053b

Browse files
committed
Upgrade buildroot minor version
1 parent 14c499b commit 4c1053b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RPM_REVISION ?= 0
3535
GO_VERSION ?= 1.15.5
3636

3737
INSTALL_SIZE ?= $(shell du out/minikube-windows-amd64.exe | cut -f1)
38-
BUILDROOT_BRANCH ?= 2020.02.8
38+
BUILDROOT_BRANCH ?= 2020.02.10
3939
REGISTRY?=gcr.io/k8s-minikube
4040
REGISTRY_GH?=docker.pkg.github.com/kubernetes/minikube
4141

@@ -68,7 +68,7 @@ MINIKUBE_BUCKET ?= minikube/releases
6868
MINIKUBE_UPLOAD_LOCATION := gs://${MINIKUBE_BUCKET}
6969
MINIKUBE_RELEASES_URL=https://github.com/kubernetes/minikube/releases/download
7070

71-
KERNEL_VERSION ?= 4.19.157
71+
KERNEL_VERSION ?= 4.19.171
7272
# latest from https://github.com/golangci/golangci-lint/releases
7373
GOLINT_VERSION ?= v1.30.0
7474
# Limit number of default jobs, to avoid the CI builds running out of memory

deploy/iso/minikube-iso/configs/minikube_defconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL_MINIKUBE_PATH)/board/coreos/minikube/patche
2121
BR2_LINUX_KERNEL=y
2222
BR2_LINUX_KERNEL_LATEST_VERSION=n
2323
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
24-
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.157"
24+
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.171"
2525
BR2_LINUX_KERNEL_BZIMAGE=y
2626
BR2_LINUX_KERNEL_LZ4=y
2727
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y

0 commit comments

Comments
 (0)