Skip to content

Commit

Permalink
bump to minikube v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe VILA committed Nov 15, 2020
1 parent 4d17f0d commit 6a0b271
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# GoKube Release Notes

## Version 1.15.0 - 11/16/2020
* Bump to minikube v1.15.0

## Version 1.14.2 - 11/13/2020
* Bump to minikube v1.14.2, K8S v1.18.12, helm v3.4.1, helm-push v0.9.0

Expand Down
2 changes: 1 addition & 1 deletion cmd/gokube/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
const (
DEFAULT_KUBERNETES_VERSION = "v1.18.12"
DEFAULT_KUBECTL_VERSION = "v1.18.12"
DEFAULT_MINIKUBE_VERSION = "v1.14.2"
DEFAULT_MINIKUBE_VERSION = "v1.15.0"
DEFAULT_MINIKUBE_URL = "https://storage.googleapis.com/minikube/releases/%s/minikube-windows-amd64.exe"
DEFAULT_DOCKER_VERSION = "19.03.12"
DEFAULT_HELM_VERSION = "v3.4.1"
Expand Down
2 changes: 1 addition & 1 deletion cmd/gokube/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
)

const (
GOKUBE_VERSION = "1.14.2"
GOKUBE_VERSION = "1.15.0"
)

var gokubeVersion string
Expand Down

0 comments on commit 6a0b271

Please sign in to comment.