Merge pull request #2251 from r2d4/241

Cut patch version v0.24.1
pull/2252/head v0.24.1
Matt Rickard 2017-11-30 20:32:17 -08:00 committed by GitHub
commit 2e9443213f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Minikube Release Notes
# Version 0.24.1 - 11/30/2017
* Add checksum verification for localkube
* Bump minikube iso to v0.23.6
# Version 0.24.0 - 11/29/2017
* Deprecated xhyve and kvm drivers [#2227](https://github.com/kubernetes/minikube/pull/2227)
* Added support for a "rootfs" layer in .minikube/files [#2110](https://github.com/kubernetes/minikube/pull/2110)

View File

@ -15,7 +15,7 @@
# Bump these on release
VERSION_MAJOR ?= 0
VERSION_MINOR ?= 24
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)