Skip to content

Commit

Permalink
Merge pull request #5967 from afbjorklund/buildroot-2019.02.7
Browse files Browse the repository at this point in the history
Upgrade buildroot minor version to 2019.02.7
  • Loading branch information
k8s-ci-robot authored Nov 25, 2019
2 parents b96bb0e + 3ef2535 commit f4c9d61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RPM_VERSION ?= $(DEB_VERSION)
GO_VERSION ?= 1.13.4

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

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

KERNEL_VERSION ?= 4.19.76
KERNEL_VERSION ?= 4.19.81
# latest from https://github.com/golangci/golangci-lint/releases
GOLINT_VERSION ?= v1.21.0
# Limit number of default jobs, to avoid the CI builds running out of memory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

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

Expand Down

0 comments on commit f4c9d61

Please sign in to comment.