We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d02473 + 116994c commit a6cf8f0Copy full SHA for a6cf8f0
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Minikube Release Notes
2
3
+## Version 0.7.1 - 7/27/2016
4
+* Fixed a filepath issue which caused `minikube start` to not work properly on Windows
5
+
6
## Version 0.7.0 - 7/26/2016
7
* Added experimental support for Windows.
8
* Changed the etc DNS port to avoid a conflict with deis/router.
Makefile
@@ -16,7 +16,7 @@
16
export GO15VENDOREXPERIMENT=1
17
18
# Bump this on release
19
-VERSION ?= v0.7.0
+VERSION ?= v0.7.1
20
21
GOOS ?= $(shell go env GOOS)
22
GOARCH ?= $(shell go env GOARCH)
deploy/minikube/releases.json
@@ -1,4 +1,7 @@
[
+ {
+ "name": "v0.7.1"
+ },
{
"name": "v0.7.0"
},
0 commit comments