Skip to content

Commit a6cf8f0

Browse files
authored
Merge pull request #417 from aaron-prindle/0.7.1
Updated CHANGELOG, Makefile, and releases.json for v0.7.1 release
2 parents 4d02473 + 116994c commit a6cf8f0

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Minikube Release Notes
22

3+
## Version 0.7.1 - 7/27/2016
4+
* Fixed a filepath issue which caused `minikube start` to not work properly on Windows
5+
36
## Version 0.7.0 - 7/26/2016
47
* Added experimental support for Windows.
58
* Changed the etc DNS port to avoid a conflict with deis/router.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
export GO15VENDOREXPERIMENT=1
1717

1818
# Bump this on release
19-
VERSION ?= v0.7.0
19+
VERSION ?= v0.7.1
2020

2121
GOOS ?= $(shell go env GOOS)
2222
GOARCH ?= $(shell go env GOARCH)

deploy/minikube/releases.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
[
2+
{
3+
"name": "v0.7.1"
4+
},
25
{
36
"name": "v0.7.0"
47
},

0 commit comments

Comments
 (0)