|
1 | 1 | # Minikube Release Notes
|
2 | 2 |
|
| 3 | +# Version 0.33.0 - 2019-01-07 |
| 4 | + |
| 5 | +* Set default Kubernetes version to v1.13.2 (latest stable) [#3527](https://github.com/kubernetes/minikube/pull/3527) |
| 6 | +* Update to opencontainers/runc HEAD as of 2019-01-15 [#3535](https://github.com/kubernetes/minikube/pull/3535) |
| 7 | +* Update to crio-bin v1.13.0 [#3515](https://github.com/kubernetes/minikube/pull/3515) |
| 8 | +* Write /etc/crictl.yaml when starting [#3194](https://github.com/kubernetes/minikube/pull/3194) |
| 9 | +* Improve failure output when kubeadm init fails [#3533](https://github.com/kubernetes/minikube/pull/3533) |
| 10 | +* Add new VMware unified driver to supported list [#3534](https://github.com/kubernetes/minikube/pull/3534) |
| 11 | +* Fix Windows cache path issues with directory hierarchies and lower-case drive letters [#3252](https://github.com/kubernetes/minikube/pull/3252) |
| 12 | +* Avoid out directory, when listing test files [#3229](https://github.com/kubernetes/minikube/pull/3229) |
| 13 | +* Do not include the default CNI config by default [#3441](https://github.com/kubernetes/minikube/pull/3441) |
| 14 | +* Adding more utils tests [#3494](https://github.com/kubernetes/minikube/pull/3494) |
| 15 | +* Add a storage-provisioner-gluster addon [#3521](https://github.com/kubernetes/minikube/pull/3521) |
| 16 | +* Improve the default crio-bin configuration [#3190](https://github.com/kubernetes/minikube/pull/3190) |
| 17 | +* Allow to specify api server port through CLI fix #2781 [#3108](https://github.com/kubernetes/minikube/pull/3108) |
| 18 | +* add brew install instructions for hyperkit [#3140](https://github.com/kubernetes/minikube/pull/3140) |
| 19 | +* Added defaultDiskSize setup to hyperkit driver [#3531](https://github.com/kubernetes/minikube/pull/3531) |
| 20 | +* Enable ipvlan kernel module [#3510](https://github.com/kubernetes/minikube/pull/3510) |
| 21 | +* issue# 3499: minikube status missing newline at end of output [#3502](https://github.com/kubernetes/minikube/pull/3502) |
| 22 | +* apiserver health: try up to 5 minutes, add newline [#3528](https://github.com/kubernetes/minikube/pull/3528) |
| 23 | +* Pass network-plugin value to kubelet [#3442](https://github.com/kubernetes/minikube/pull/3442) |
| 24 | +* Fix missing a line break for minikube status [#3523](https://github.com/kubernetes/minikube/pull/3523) |
| 25 | +* Documentation - Updating golang requirement to 1.11 [#3508](https://github.com/kubernetes/minikube/pull/3508) |
| 26 | +* Updating e2e tests instructions [#3509](https://github.com/kubernetes/minikube/pull/3509) |
| 27 | +* Defer dashboard deployment until "minikube dashboard" is executed [#3485](https://github.com/kubernetes/minikube/pull/3485) |
| 28 | +* Change minikube-hostpath storage class addon from Reconcile to EnsureExists [#3497](https://github.com/kubernetes/minikube/pull/3497) |
| 29 | +* Tell user given driver has been ignored if exising VM is different [#3374](https://github.com/kubernetes/minikube/pull/3374) |
| 30 | + |
| 31 | +Thank you to all to everyone who contributed to this massive release: |
| 32 | + |
| 33 | +- Amim Knabben |
| 34 | +- Anders F Björklund |
| 35 | +- Andrew Regner |
| 36 | +- bpopovschi |
| 37 | +- Fabio Rapposelli |
| 38 | +- Jason Cwik |
| 39 | +- Jeff Wu |
| 40 | +- Kazuki Suda |
| 41 | +- Mark Gibbons |
| 42 | +- Martynas Pumputis |
| 43 | +- Matt Dorn |
| 44 | +- Michal Franc |
| 45 | +- Narendra Kangralkar |
| 46 | +- Niels de Vos |
| 47 | +- Sebastien Collin |
| 48 | +- Thomas Strömberg |
| 49 | +- wujeff |
| 50 | + |
3 | 51 | # Version 0.32.0 - 12/21/2018
|
4 | 52 |
|
5 | 53 | * Make Kubernetes v1.12.4 the default [#3482](https://github.com/kubernetes/minikube/pull/3482)
|
|
0 commit comments