Merge branch 'master' into better_release_docs
commit
06aa8da9c9
29
CHANGELOG.md
29
CHANGELOG.md
|
@ -1,5 +1,32 @@
|
|||
# Minikube Release Notes
|
||||
|
||||
# Version 0.30.0 - 10/04/2018
|
||||
|
||||
* Initial support for Kubernetes 1.12+ [#3180](https://github.com/kubernetes/minikube/pull/3180)
|
||||
* Use "kubectl proxy" instead of a NodePort to expose the dashboard [#3210](https://github.com/kubernetes/minikube/pull/3210)
|
||||
* Enhance the Ingress Addon [#3099](https://github.com/kubernetes/minikube/pull/3099)
|
||||
* Upgrade cni and cni-plugins to release version [#3152](https://github.com/kubernetes/minikube/pull/3152)
|
||||
* ensure that /dev has settled before operating [#3195](https://github.com/kubernetes/minikube/pull/3195)
|
||||
* Upgrade gluster client in ISO to 4.1.5 [#3162](https://github.com/kubernetes/minikube/pull/3162)
|
||||
* update nginx ingress controller version to 0.19.0 [#3123](https://github.com/kubernetes/minikube/pull/3123)
|
||||
* Install crictl from binary instead of from source [#3160](https://github.com/kubernetes/minikube/pull/3160)
|
||||
* Switch the source of libmachine to machine-drivers. [#3185](https://github.com/kubernetes/minikube/pull/3185)
|
||||
* Add psmisc package, for pstree command [#3161](https://github.com/kubernetes/minikube/pull/3161)
|
||||
|
||||
Huge thank you for this release towards our contributors:
|
||||
- Anders F Björklund
|
||||
- Bob Killen
|
||||
- David Genest
|
||||
- Denis Gladkikh
|
||||
- dlorenc
|
||||
- Fernando Diaz
|
||||
- oilbeater
|
||||
- Raunak Ramakrishnan
|
||||
- Rui Cao
|
||||
- samuela
|
||||
- Sven Anderson
|
||||
- Thomas Strömberg
|
||||
|
||||
# Version 0.29.0 - 09/27/2018
|
||||
* Issue #3037 change dependency management to dep [#3136](https://github.com/kubernetes/minikube/pull/3136)
|
||||
* Update dashboard version to v1.10.0 [#3122](https://github.com/kubernetes/minikube/pull/3122)
|
||||
|
@ -55,8 +82,6 @@ Huge Thank You for this release to our contributors:
|
|||
- wangxy518
|
||||
- yanxuean
|
||||
|
||||
|
||||
|
||||
# Version 0.28.2 - 7/20/2018
|
||||
* Nvidia driver installation fixed [#2996](https://github.com/kubernetes/minikube/pull/2986)
|
||||
|
||||
|
|
Loading…
Reference in New Issue