Bump version 0.17.1

pull/1214/head
Matt Rickard 2017-03-02 17:26:04 -08:00
parent a8fcc49f41
commit 58f9b97b60
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)