Cut 0.22.1 release
parent
ad8ea13de0
commit
540596b6d5
|
|
@ -1,5 +1,8 @@
|
|||
# Minikube Release Notes
|
||||
|
||||
# Version 0.22.1 - 9/6/2017
|
||||
* Fix for chmod error on windows [1933](https://github.com/kubernetes/minikube/pull/1933)
|
||||
|
||||
# Version 0.22.0 - 9/6/2017
|
||||
* Made secure serving the default for all components and disabled insecure serving [#1694](https://github.com/kubernetes/minikube/pull/1694)
|
||||
* Increased minikube boot speed by caching docker images [#1881](https://github.com/kubernetes/minikube/pull/1881)
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -15,7 +15,7 @@
|
|||
# Bump these on release
|
||||
VERSION_MAJOR ?= 0
|
||||
VERSION_MINOR ?= 22
|
||||
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