Skip to content

Commit

Permalink
Bumped version number and added version to releases.json for v0.7.0 r…
Browse files Browse the repository at this point in the history
…elease
  • Loading branch information
aaron-prindle committed Jul 26, 2016
1 parent 9f177b9 commit 8e11453
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# 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.

## 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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 3 additions & 0 deletions deploy/minikube/releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[
{
"name": "v0.7.0"
},
{
"name": "v0.6.0"
},
Expand Down

0 comments on commit 8e11453

Please sign in to comment.