Cut 0.28.2.

pull/3008/head
dlorenc 2018-07-20 11:07:42 -07:00
parent 87d7a3208a
commit 9232e26301
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# Minikube Release Notes
# Version 0.28.2 - 7/20/2018
* Nvidia driver installation fixed [#2996](https://github.com/kubernetes/minikube/pull/2986)
# Version 0.28.1 - 7/16/2018
* vboxsf Host Mounting fixed (Linux Kernel version downgraded to 4.15 from 4.16) [#2986](https://github.com/kubernetes/minikube/pull/2986)
* cri-tools udpated to 1.11.1 [#2986](https://github.com/kubernetes/minikube/pull/2986)

View File

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