File tree Expand file tree Collapse file tree 2 files changed +45
-1
lines changed Expand file tree Collapse file tree 2 files changed +45
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
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
+
3
47
## Version 1.14.0 - 2020-10-08
4
48
5
49
## Features
Original file line number Diff line number Diff line change 15
15
# Bump these on release - and please check ISO_VERSION for correctness.
16
16
VERSION_MAJOR ?= 1
17
17
VERSION_MINOR ?= 14
18
- VERSION_BUILD ?= 0
18
+ VERSION_BUILD ?= 1
19
19
RAW_VERSION =$(VERSION_MAJOR ) .$(VERSION_MINOR ) .$(VERSION_BUILD )
20
20
VERSION ?= v$(RAW_VERSION )
21
21
You can’t perform that action at this time.
0 commit comments