minikube/CHANGELOG.md

31 lines
1.2 KiB
Markdown
Raw Normal View History

2016-06-03 18:21:22 +00:00
# Minikube Release Notes
2016-06-24 17:15:16 +00:00
## Version 0.4.0 - 6/27/2016
2016-06-24 17:14:05 +00:00
* Updated Kubernetes components to v1.3.0-beta.1
2016-06-24 17:15:16 +00:00
* Updated the Kubernetes Dashboard to v1.1.0
2016-06-24 17:14:05 +00:00
* Added a check for updates to minikube.
* Added a driver for VMWare Fusion on OSX.
* Added a flag to customize the memory of the minikube VM.
* Documentation updates
* Fixed a bug in Docker certificate generation. Certificates will now be
regenerated whenever `minikube start` is run.
## Version 0.3.0 - 6/10/2016
2016-06-10 14:37:07 +00:00
* Added a `minikube dashboard` command to open the Kubernetes Dashboard.
* Updated Docker to version 1.11.1.
* Updated Kubernetes components to v1.3.0-alpha.5-330-g760c563.
* Generated documentation for all commands. Documentation [is here](https://github.com/kubernetes/minikube/blob/master/docs/minikube.md).
2016-06-03 18:21:22 +00:00
## Version 0.2.0 - 6/3/2016
* conntrack is now bundled in the ISO.
* DNS is now working.
* Minikube now uses the iptables based proxy mode.
* Internal libmachine logging is now hidden by default.
* There is a new `minikube ssh` command to ssh into the minikube VM.
* Dramatically improved integration test coverage
* Switched to glog instead of fmt.Print*
## Version 0.1.0 - 5/29/2016
* Initial minikube release.