Merge pull request #1214 from r2d4/0.17.1

Bump version 0.17.1
pull/1218/head v0.17.1
Matt Rickard 2017-03-02 18:22:17 -08:00 committed by GitHub
commit 15c56c2e15
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# Minikube Release Notes
## Version 0.17.1 - 3/2/2017
* Removed vendored KVM driver so minikube doesn't have a dependency on libvirt-bin
## Version 0.17.0 - 3/2/2017
* Added external hostpath provisioner to localkube
* Added unit test coverage

View File

@ -15,7 +15,7 @@
# Bump these on release
VERSION_MAJOR ?= 0
VERSION_MINOR ?= 17
VERSION_BUILD ?= 0
VERSION_BUILD ?= 1
VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
DEB_VERSION ?= $(VERSION_MAJOR).$(VERSION_MINOR)-$(VERSION_BUILD)
INSTALL_SIZE ?= $(shell du out/minikube-windows-amd64.exe | cut -f1)