Bump version 0.17.1
parent
a8fcc49f41
commit
58f9b97b60
|
@ -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
|
||||
|
|
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue