提交 d5556bf6 编写于 作者: A Aaron Prindle

Cut 0.19.0 release

上级 d813e4a2
# Minikube Release Notes
## Version 0.19.0 - 5/3/2017
* Updated nginx ingress to v0.9-beta.4
* Updated kube-dns to 1.14.1
* Added optional `--profile` flag to all `minikube` commands to support multiple minikube instances
* Increased localkube boot speed by removing dependency on the network being up
* Improved integration tests to be more stable
* Fixed issue where using TPRs could cause localkube to crash
## Version 0.18.0 - 4/6/2017
* Upgraded default kubernetes version to v1.6.0
* Mount command on macOS xhyve
......
......@@ -14,7 +14,7 @@
# Bump these on release
VERSION_MAJOR ?= 0
VERSION_MINOR ?= 18
VERSION_MINOR ?= 19
VERSION_BUILD ?= 0
VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
DEB_VERSION ?= $(VERSION_MAJOR).$(VERSION_MINOR)-$(VERSION_BUILD)
......@@ -25,7 +25,7 @@ DARWIN_BUILD_IMAGE ?= karalabe/xgo-1.7.3
ISO_BUILD_IMAGE ?= $(REGISTRY)/buildroot-image
# The iso will be versioned the same as minikube
ISO_VERSION ?= $(VERSION)
ISO_VERSION ?= v0.18.0
ISO_BUCKET ?= minikube/iso
GOOS ?= $(shell go env GOOS)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册