Version bump to v1.6.1

pull/6066/head
Thomas Stromberg 2019-12-11 12:50:58 -08:00
parent 8666e224c2
commit 50daf97bde
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Release Notes
## Version 1.6.1 - 2019-12-11
A special bugfix release to fix a Windows regression:
* lock names: Remove uid suffix & hash entire path [#6059](https://github.com/kubernetes/minikube/pull/6059)
## Version 1.6.0 - 2019-12-10
* Update default k8s version to v1.17.0 [#6042](https://github.com/kubernetes/minikube/pull/6042)

View File

@ -15,7 +15,7 @@
# Bump these on release - and please check ISO_VERSION for correctness.
VERSION_MAJOR ?= 1
VERSION_MINOR ?= 6
VERSION_BUILD ?= 0
VERSION_BUILD ?= 1
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).${VERSION_BUILD}
VERSION ?= v$(RAW_VERSION)