Release notes.

pull/164/head
Dan Lorenc 2016-06-03 11:21:22 -07:00
parent dcc0b3854d
commit 72b325d941
1 changed files with 13 additions and 0 deletions

13
CHANGELOG.md Normal file
View File

@ -0,0 +1,13 @@
# Minikube Release Notes
## 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.