Skip to content

Commit

Permalink
Merge pull request #417 from aaron-prindle/0.7.1
Browse files Browse the repository at this point in the history
Updated CHANGELOG, Makefile, and releases.json for v0.7.1 release
  • Loading branch information
dlorenc authored Jul 28, 2016
2 parents 4d02473 + 116994c commit a6cf8f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Minikube Release Notes

## Version 0.7.1 - 7/27/2016
* Fixed a filepath issue which caused `minikube start` to not work properly on Windows

## Version 0.7.0 - 7/26/2016
* Added experimental support for Windows.
* Changed the etc DNS port to avoid a conflict with deis/router.
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.7.0
VERSION ?= v0.7.1

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.1"
},
{
"name": "v0.7.0"
},
Expand Down

0 comments on commit a6cf8f0

Please sign in to comment.