Skip to content

Commit

Permalink
Merge pull request #3967 from tstromberg/default-k8s
Browse files Browse the repository at this point in the history
Update default Kubernetes version to v1.14.0
  • Loading branch information
tstromberg committed Mar 26, 2019
2 parents 950421d + 294b26b commit e57189a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ var DefaultISOURL = fmt.Sprintf("https://storage.googleapis.com/%s/minikube-%s.i
var DefaultISOSHAURL = DefaultISOURL + SHASuffix

// DefaultKubernetesVersion is the default kubernetes version
var DefaultKubernetesVersion = "v1.13.4"
var DefaultKubernetesVersion = "v1.14.0"

// NewestKubernetesVersion is the newest Kubernetes version to test against
var NewestKubernetesVersion = "v1.14.0"
Expand Down

0 comments on commit e57189a

Please sign in to comment.