Hand massage some of the changelog descriptions
parent
481583f1b8
commit
ca3edec8a7
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -2,13 +2,14 @@
|
|||
|
||||
# Version 0.33.0 - 2019-01-07
|
||||
|
||||
* Set default Kubernetes version to v1.13.2 (latest stable) [#3527](https://github.com/kubernetes/minikube/pull/3527)
|
||||
* Update to opencontainers/runc HEAD as of 2019-01-15 [#3535](https://github.com/kubernetes/minikube/pull/3535)
|
||||
* Update to crio-bin v1.13.0 [#3515](https://github.com/kubernetes/minikube/pull/3515)
|
||||
* Write /etc/crictl.yaml when starting [#3194](https://github.com/kubernetes/minikube/pull/3194)
|
||||
* Improve failure output when kubeadm init fails [#3533](https://github.com/kubernetes/minikube/pull/3533)
|
||||
* Update to opencontainers/runc HEAD as of 2019-01-15 [#3535](https://github.com/kubernetes/minikube/pull/3535)
|
||||
* Add new VMware unified driver to supported list #2 [#3534](https://github.com/kubernetes/minikube/pull/3534)
|
||||
* Add new VMware unified driver to supported list [#3534](https://github.com/kubernetes/minikube/pull/3534)
|
||||
* Fix Windows cache path issues with directory hierarchies and lower-case drive letters [#3252](https://github.com/kubernetes/minikube/pull/3252)
|
||||
* Avoid out directory, when listing test files [#3229](https://github.com/kubernetes/minikube/pull/3229)
|
||||
* Number ordered list of priorities [#3364](https://github.com/kubernetes/minikube/pull/3364)
|
||||
* Do not include the default CNI config by default [#3441](https://github.com/kubernetes/minikube/pull/3441)
|
||||
* Adding more utils tests [#3494](https://github.com/kubernetes/minikube/pull/3494)
|
||||
* Add a storage-provisioner-gluster addon [#3521](https://github.com/kubernetes/minikube/pull/3521)
|
||||
|
@ -17,17 +18,15 @@
|
|||
* add brew install instructions for hyperkit [#3140](https://github.com/kubernetes/minikube/pull/3140)
|
||||
* Added defaultDiskSize setup to hyperkit driver [#3531](https://github.com/kubernetes/minikube/pull/3531)
|
||||
* Enable ipvlan kernel module [#3510](https://github.com/kubernetes/minikube/pull/3510)
|
||||
* Set default Kubernetes version to v1.13.2 (latest stable) [#3527](https://github.com/kubernetes/minikube/pull/3527)
|
||||
* issue# 3499: minikube status missing newline at end of output [#3502](https://github.com/kubernetes/minikube/pull/3502)
|
||||
* apiserver health: try up to 5 minutes, add newline [#3528](https://github.com/kubernetes/minikube/pull/3528)
|
||||
* Update to crio-bin v1.13.0 [#3515](https://github.com/kubernetes/minikube/pull/3515)
|
||||
* Pass network-plugin value to kubelet [#3442](https://github.com/kubernetes/minikube/pull/3442)
|
||||
* Fix missing a line break for minikube status [#3523](https://github.com/kubernetes/minikube/pull/3523)
|
||||
* Documentation - Updating golang requirement to 1.11 [#3508](https://github.com/kubernetes/minikube/pull/3508)
|
||||
* Updating e2e tests instructions [#3509](https://github.com/kubernetes/minikube/pull/3509)
|
||||
* Defer dashboard deployment until "minikube dashboard" is executed [#3485](https://github.com/kubernetes/minikube/pull/3485)
|
||||
* Fix for Minikube #3495 [#3497](https://github.com/kubernetes/minikube/pull/3497)
|
||||
* Tell user given driver has been igored if exising VM has a different … [#3374](https://github.com/kubernetes/minikube/pull/3374)
|
||||
* Change minikube-hostpath storage class addon from Reconcile to EnsureExists [#3497](https://github.com/kubernetes/minikube/pull/3497)
|
||||
* Tell user given driver has been ignored if exising VM is different [#3374](https://github.com/kubernetes/minikube/pull/3374)
|
||||
|
||||
Thank you to all to everyone who contributed to this massive release:
|
||||
|
||||
|
@ -43,7 +42,6 @@ Thank you to all to everyone who contributed to this massive release:
|
|||
- Martynas Pumputis
|
||||
- Matt Dorn
|
||||
- Michal Franc
|
||||
- minikube-bot
|
||||
- Narendra Kangralkar
|
||||
- Niels de Vos
|
||||
- Sebastien Collin
|
||||
|
|
Loading…
Reference in New Issue