We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7312d19 + bc90a15 commit 2c82918Copy full SHA for 2c82918
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Release Notes
2
3
+## Version 1.14.2 - 2020-10-27
4
+
5
+Bug Fixes:
6
7
+* fix "profile list" timing out when cluster stopped. [#9557](https://github.com/kubernetes/minikube/pull/9557)
8
9
+Thank you to our contributors for this release!
10
11
+- Medya Ghazizadeh
12
+- Sharif Elgamal
13
+- Thomas Strömberg
14
15
## Version 1.14.1 - 2020-10-23
16
Makefile
@@ -15,7 +15,7 @@
# Bump these on release - and please check ISO_VERSION for correctness.
VERSION_MAJOR ?= 1
17
VERSION_MINOR ?= 14
18
-VERSION_BUILD ?= 1
+VERSION_BUILD ?= 2
19
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
20
VERSION ?= v$(RAW_VERSION)
21
0 commit comments