diff --git a/CHANGELOG.md b/CHANGELOG.md index 308f373b2c5bd1bbd77f9f2a840d49873b57782c..47b2c4d0af041baba556f0de4bff4aede66f0093 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Minikube Release Notes -## Version 0.4.0 - 6/24/2016 +## Version 0.4.0 - 6/27/2016 * Updated Kubernetes components to v1.3.0-beta.1 +* Updated the Kubernetes Dashboard to v1.1.0 * 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. diff --git a/pkg/minikube/constants/constants.go b/pkg/minikube/constants/constants.go index 147fd23547e4fea9dfa4c366859ea9a36d211154..00944f57978775eddd6dac1d9f3aa94f1e7e083a 100644 --- a/pkg/minikube/constants/constants.go +++ b/pkg/minikube/constants/constants.go @@ -51,7 +51,7 @@ var SupportedVMDrivers = [...]string{ } const ( - DefaultIsoUrl = "https://storage.googleapis.com/minikube/minikube-0.3.iso" + DefaultIsoUrl = "https://storage.googleapis.com/minikube/minikube-0.4.iso" DefaultMemory = 1024 DefaultVMDriver = "virtualbox" )