Merge pull request #403 from aaron-prindle/0.7.0-changelog-update
Updated CHANGELOG.md to reflect all changes made in v0.7.0pull/406/head
commit
97aa309f45
|
@ -3,13 +3,14 @@
|
|||
## Version 0.7.0 - 7/26/2016
|
||||
* Added experimental support for Windows.
|
||||
* Changed the etc DNS port to avoid a conflict with deis/router.
|
||||
* Added a flag to `minikube start` to support insecure docker registries.
|
||||
* Added a `insecure-registry` flag to `minikube start` to support insecure docker registries.
|
||||
* Added a `--docker-env` flag to `minikube start` which allows for environment variables to be passed to the Docker daemon.
|
||||
* Updated Kubernetes components to 1.3.3.
|
||||
* Enabled all available (including alpha) Kubernetes APIs.
|
||||
* Added ISO caching.
|
||||
* Added a `--unset` flag to `minikube docker-env` to unset the environment variables.
|
||||
* Added a `--no-proxy` flag to `minikube docker-env` to add a machine IP to NO_PROXY environment variable.
|
||||
* Added additional supported shells for `minikube docker-env` (fish, cmd, powershell, tcsh, bash, zsh)
|
||||
* Added additional supported shells for `minikube docker-env` (fish, cmd, powershell, tcsh, bash, zsh).
|
||||
|
||||
## Version 0.6.0 - 7/13/2016
|
||||
* Added a `--disk-size` flag to `minikube start`.
|
||||
|
|
Loading…
Reference in New Issue