Skip to content

Commit f4c9d61

Browse files
authored
Merge pull request #5967 from afbjorklund/buildroot-2019.02.7
Upgrade buildroot minor version to 2019.02.7
2 parents b96bb0e + 3ef2535 commit f4c9d61

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
@@ -29,7 +29,7 @@ RPM_VERSION ?= $(DEB_VERSION)
2929
GO_VERSION ?= 1.13.4
3030

3131
INSTALL_SIZE ?= $(shell du out/minikube-windows-amd64.exe | cut -f1)
32-
BUILDROOT_BRANCH ?= 2019.02.6
32+
BUILDROOT_BRANCH ?= 2019.02.7
3333
REGISTRY?=gcr.io/k8s-minikube
3434

3535
# Get git commit id
@@ -49,7 +49,7 @@ MINIKUBE_BUCKET ?= minikube/releases
4949
MINIKUBE_UPLOAD_LOCATION := gs://${MINIKUBE_BUCKET}
5050
MINIKUBE_RELEASES_URL=https://github.com/kubernetes/minikube/releases/download
5151

52-
KERNEL_VERSION ?= 4.19.76
52+
KERNEL_VERSION ?= 4.19.81
5353
# latest from https://github.com/golangci/golangci-lint/releases
5454
GOLINT_VERSION ?= v1.21.0
5555
# Limit number of default jobs, to avoid the CI builds running out of memory

deploy/iso/minikube-iso/package/hyperv-daemons/hyperv-daemons.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
################################################################################
66

7-
HYPERV_DAEMONS_VERSION = 4.19.76
7+
HYPERV_DAEMONS_VERSION = 4.19.81
88
HYPERV_DAEMONS_SITE = https://www.kernel.org/pub/linux/kernel/v4.x
99
HYPERV_DAEMONS_SOURCE = linux-$(HYPERV_DAEMONS_VERSION).tar.xz
1010

0 commit comments

Comments
 (0)