Added v0.7.0 CHANGELOG.md entry, bumped version number and added version to releases.json.

pull/401/head
Aaron Prindle 2016-07-26 09:42:04 -07:00
parent 9f177b962a
commit d10cdab4df
3 changed files with 15 additions and 1 deletions

View File

@ -1,5 +1,16 @@
# Minikube Release Notes
## 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.
* 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)
## Version 0.6.0 - 7/13/2016
* Added a `--disk-size` flag to `minikube start`.
* Fixed a bug regarding auth tokens not being reconfigured properly after VM restart

View File

@ -16,7 +16,7 @@
export GO15VENDOREXPERIMENT=1
# Bump this on release
VERSION ?= v0.6.0
VERSION ?= v0.7.0
GOOS ?= $(shell go env GOOS)
GOARCH ?= $(shell go env GOARCH)

View File

@ -1,4 +1,7 @@
[
{
"name": "v0.7.0"
},
{
"name": "v0.6.0"
},