Skip to content

Commit

Permalink
Merge pull request #500 from aaron-prindle/v0.8.0
Browse files Browse the repository at this point in the history
Cutting v0.8.0 release
  • Loading branch information
dlorenc committed Aug 17, 2016
2 parents e2d6b5a + 14dca26 commit 3ad8463
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
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.1
VERSION ?= v0.8.0

GOOS ?= $(shell go env GOOS)
GOARCH ?= $(shell go env GOARCH)
Expand Down
3 changes: 3 additions & 0 deletions deploy/minikube/k8s_releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[
{
"version": "v1.3.5"
},
{
"version": "v1.3.4"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/minikube_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ minikube start
--docker-env=[]: Environment variables to pass to the Docker daemon. (format: key=value)
--host-only-cidr="192.168.99.1/24": The CIDR to be used for the minikube VM (only supported with Virtualbox driver)
--insecure-registry=[]: Insecure Docker registries to pass to the Docker daemon
--iso-url="https://storage.googleapis.com/minikube/minikube-0.5.iso": Location of the minikube iso
--iso-url="https://storage.googleapis.com/minikube/minikube-0.6.iso": Location of the minikube iso
--kubernetes-version="v1.3.5": The kubernetes version that the minikube VM will (ex: v1.2.3)
OR a URI which contains a localkube binary (ex: https://storage.googleapis.com/minikube/k8sReleases/v1.3.0/localkube-linux-amd64)
--memory=1024: Amount of RAM allocated to the minikube VM
Expand Down
2 changes: 1 addition & 1 deletion pkg/minikube/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ var LogFlags = [...]string{
}

const (
DefaultIsoUrl = "https://storage.googleapis.com/minikube/minikube-0.5.iso"
DefaultIsoUrl = "https://storage.googleapis.com/minikube/minikube-0.6.iso"
DefaultMemory = 1024
DefaultCPUS = 1
DefaultDiskSize = "20g"
Expand Down

0 comments on commit 3ad8463

Please sign in to comment.