Skip to content

Commit b038994

Browse files
authored
Merge pull request #9543 from medyagh/14_1
release 1.14.1
2 parents a012248 + f68603d commit b038994

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CHANGELOG.md

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

3+
4+
## Version 1.14.1 - 2020-10-23
5+
6+
Features:
7+
8+
* new --wait flag component "kubelet" [#9459](https://github.com/kubernetes/minikube/pull/9459)
9+
10+
Bug Fixes:
11+
12+
* docker: When creating networks, use MTU of built-in bridge network [#9530](https://github.com/kubernetes/minikube/pull/9530)
13+
* multinode: ensure worker node join control plane on restart [#9476](https://github.com/kubernetes/minikube/pull/9476)
14+
* Fix "--native-ssh" flag for "minikube ssh" [#9417](https://github.com/kubernetes/minikube/pull/9417)
15+
* Fix parallels driver initialization [#9494](https://github.com/kubernetes/minikube/pull/9494)
16+
17+
Minor Improvements:
18+
19+
* Omit error message if 100-crio-bridge.conf has already been disabled [#9505](https://github.com/kubernetes/minikube/pull/9505)
20+
* avoid re-downloading hyperkit driver [#9365](https://github.com/kubernetes/minikube/pull/9365)
21+
* improve gcp-auth addon failure policy [#9408](https://github.com/kubernetes/minikube/pull/9408)
22+
* Added deprecation warning for --network-plugin=cni [#9368](https://github.com/kubernetes/minikube/pull/9368)
23+
* Update warning message for local proxy. [#9490](https://github.com/kubernetes/minikube/pull/9490)
24+
* bump helm-tiller addon to v2.16.12 [#9444](https://github.com/kubernetes/minikube/pull/9444)
25+
* bump version for ingress dns addon [#9435](https://github.com/kubernetes/minikube/pull/9435)
26+
27+
Thank you to our contributors for this release!
28+
29+
- Anders F Björklund
30+
- Dale Hamel
31+
- GRXself
32+
- Ilya Zuyev
33+
- Josh Woodcock
34+
- Joshua Mühlfort
35+
- Kenta Iso
36+
- Medya Ghazizadeh
37+
- Mikhail Zholobov
38+
- Nick Kubala
39+
- Pablo Caderno
40+
- Predrag Rogic
41+
- Priya Modali
42+
- Priya Wadhwa
43+
- Sharif Elgamal
44+
- Thomas Strömberg
45+
- heyf
46+
347
## Version 1.14.0 - 2020-10-08
448

549
## Features

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 ?= 0
18+
VERSION_BUILD ?= 1
1919
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
2020
VERSION ?= v$(RAW_VERSION)
2121

0 commit comments

Comments
 (0)