Skip to content

Commit

Permalink
bump to minikube v1.12.2, K8S v1.18.6, helm v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe VILA committed Aug 12, 2020
1 parent 16edc99 commit 661ce77
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 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.2 - 08/12/2020
* Bump to minikube v1.12.2, K8S v1.18.6, helm v3.3.0

## Version 1.12.1 - 07/23/2020
* Bump to minikube v1.12.1

Expand Down
8 changes: 4 additions & 4 deletions cmd/gokube/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ import (
)

const (
DEFAULT_KUBERNETES_VERSION = "v1.18.5"
DEFAULT_KUBECTL_VERSION = "v1.18.5"
DEFAULT_MINIKUBE_VERSION = "v1.12.1"
DEFAULT_KUBERNETES_VERSION = "v1.18.6"
DEFAULT_KUBECTL_VERSION = "v1.18.6"
DEFAULT_MINIKUBE_VERSION = "v1.12.2"
DEFAULT_MINIKUBE_URL = "https://storage.googleapis.com/minikube/releases/%s/minikube-windows-amd64.exe"
DEFAULT_DOCKER_VERSION = "19.03.12"
DEFAULT_HELM_VERSION = "v3.2.4"
DEFAULT_HELM_VERSION = "v3.3.0"
DEFAULT_HELM_SPRAY_VERSION = "v4.0.1"
DEFAULT_HELM_SPRAY_URL = "https://github.com/ThalesGroup/helm-spray/releases/download/%s/helm-spray-windows-amd64.tar.gz"
DEFAULT_HELM_IMAGE_VERSION = "v1.0.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.12.1"
GOKUBE_VERSION = "1.12.2"
)

var gokubeVersion string
Expand Down

0 comments on commit 661ce77

Please sign in to comment.