Skip to content

Commit 2c82918

Browse files
authored
Merge pull request #9569 from medyagh/release_v_14_2
Release v1.14.2
2 parents 7312d19 + bc90a15 commit 2c82918

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Release Notes
22

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
314

415
## Version 1.14.1 - 2020-10-23
516

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Bump these on release - and please check ISO_VERSION for correctness.
1616
VERSION_MAJOR ?= 1
1717
VERSION_MINOR ?= 14
18-
VERSION_BUILD ?= 1
18+
VERSION_BUILD ?= 2
1919
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
2020
VERSION ?= v$(RAW_VERSION)
2121

0 commit comments

Comments
 (0)