You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,51 @@
1
1
# Release Notes
2
2
3
+
## Version 1.14.0 - 2020-10-08
4
+
5
+
## Features
6
+
7
+
* Delete context when stopped [#9414](https://github.com/kubernetes/minikube/pull/9414)
8
+
* New flag "--ports" to expose ports for docker & podman drivers [#9404](https://github.com/kubernetes/minikube/pull/9404)
9
+
10
+
## Bug Fixes and minor improvements
11
+
12
+
* Ingress addon: fix the controller name [#9413](https://github.com/kubernetes/minikube/pull/9413)
13
+
* docker/podman drivers: no panic when updating mount-string with no configuration [#9412](https://github.com/kubernetes/minikube/pull/9412)
14
+
* Improve solution message when there is no space left on device [#9316](https://github.com/kubernetes/minikube/pull/9316)
15
+
16
+
* To see more changes checkout the last beta release notes [1.14.0-beta.0](https://github.com/kubernetes/minikube/releases/tag/v1.14.0-beta.0).
17
+
18
+
Thank you to our contributors for this release.
19
+
20
+
- Anders F Björklund
21
+
- Asare Worae
22
+
- Medya Ghazizadeh
23
+
- Prajilesh N
24
+
- Predrag Rogic
25
+
- Priya Wadhwa
26
+
- Thomas Strömberg
27
+
- ToonvanStrijp
28
+
3
29
## Version 1.14.0-beta.0 - 2020-10-06
4
30
5
31
## Features
32
+
6
33
* add dedicated network for docker driver [#9294](https://github.com/kubernetes/minikube/pull/9294)
7
34
* Make sure gcp-auth addon can be enabled on startup [#9318](https://github.com/kubernetes/minikube/pull/9318)
8
35
9
36
## Bug Fixes
37
+
10
38
* Fix minikube status bug when cluster is paused [#9383](https://github.com/kubernetes/minikube/pull/9383)
11
39
* don't allow profile name to be less than 2 characters [#9367](https://github.com/kubernetes/minikube/pull/9367)
12
40
* fix: "profile list" shows paused clusters as "Running" [#8978](https://github.com/kubernetes/minikube/pull/8978)
13
41
* Fix error in unittest, as pointed out by warning [#9345](https://github.com/kubernetes/minikube/pull/9345)
14
42
15
43
## Updates
44
+
16
45
* update kicbase image to ubuntu-based [#9353](https://github.com/kubernetes/minikube/pull/9353)
0 commit comments