Skip to content

Commit

Permalink
bump to minikube v1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe VILA committed Aug 13, 2020
1 parent 661ce77 commit 54b8fd4
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.12.3 - 08/13/2020
* Bump to minikube v1.12.3

## Version 1.12.2 - 08/12/2020
* Bump to minikube v1.12.2, K8S v1.18.6, helm v3.3.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.6"
DEFAULT_KUBECTL_VERSION = "v1.18.6"
DEFAULT_MINIKUBE_VERSION = "v1.12.2"
DEFAULT_MINIKUBE_VERSION = "v1.12.3"
DEFAULT_MINIKUBE_URL = "https://storage.googleapis.com/minikube/releases/%s/minikube-windows-amd64.exe"
DEFAULT_DOCKER_VERSION = "19.03.12"
DEFAULT_HELM_VERSION = "v3.3.0"
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.12.2"
GOKUBE_VERSION = "1.12.3"
)

var gokubeVersion string
Expand Down

0 comments on commit 54b8fd4

Please sign in to comment.