Merge pull request #50597 from dixudx/qemu_upgrade_2.9.1

Automatic merge from submit-queue

bump QEMU version to v2.9.1

**What this PR does / why we need it**:

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
xref #38067

**Special notes for your reviewer**:
/assign @luxas 

**Release note**:

```release-note
update QEMU version to v2.9.1
```
pull/6/head
Kubernetes Submit Queue 2017-09-03 03:24:53 -07:00 committed by GitHub
commit 6b9ce5ba11
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ TAG ?= 0.2
TAR_FILE ?= rootfs.tar
ARCH?=amd64
TEMP_DIR:=$(shell mktemp -d)
QEMUVERSION=v2.7.0
QEMUVERSION=v2.9.1
ifeq ($(ARCH),amd64)
BASEIMAGE?=debian:jessie

View File

@ -19,7 +19,7 @@ IMAGE=debian-iptables
TAG=v8
ARCH?=amd64
TEMP_DIR:=$(shell mktemp -d)
QEMUVERSION=v2.7.0
QEMUVERSION=v2.9.1
ifeq ($(ARCH),arm)
QEMUARCH=arm

View File

@ -14,7 +14,7 @@
REGISTRY ?= gcr.io/kubernetes-e2e-test-images
GOARM=7
QEMUVERSION=v2.7.0
QEMUVERSION=v2.9.1
GOLANG_VERSION=1.8.3
export