Skip to content

Commit

Permalink
Merge pull request #4986 from tstromberg/v1.15.2
Browse files Browse the repository at this point in the history
Update latest kubernetes version to v1.15.2
  • Loading branch information
tstromberg committed Aug 6, 2019
2 parents 66442da + 2042cd9 commit 7ea0fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/minikube/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ 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.15.1"
var DefaultKubernetesVersion = "v1.15.2"

// NewestKubernetesVersion is the newest Kubernetes version to test against
var NewestKubernetesVersion = "v1.15.1"
var NewestKubernetesVersion = "v1.15.2"

// OldestKubernetesVersion is the oldest Kubernetes version to test against
var OldestKubernetesVersion = "v1.10.13"
Expand Down

0 comments on commit 7ea0fbc

Please sign in to comment.