Skip to content

Commit

Permalink
bump to minikube v1.13.0, K8S v1.18.9, helm v3.3.1, helm-image v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe VILA committed Sep 17, 2020
1 parent 54b8fd4 commit 4b2f7df
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 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.13.0 - 09/17/2020
* Bump to minikube v1.13.0, K8S v1.18.9, helm v3.3.1, helm-image v1.0.2

## Version 1.12.3 - 08/13/2020
* Bump to minikube v1.12.3

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

const (
DEFAULT_KUBERNETES_VERSION = "v1.18.6"
DEFAULT_KUBECTL_VERSION = "v1.18.6"
DEFAULT_MINIKUBE_VERSION = "v1.12.3"
DEFAULT_KUBERNETES_VERSION = "v1.18.9"
DEFAULT_KUBECTL_VERSION = "v1.18.9"
DEFAULT_MINIKUBE_VERSION = "v1.13.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.3.0"
DEFAULT_HELM_VERSION = "v3.3.1"
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"
DEFAULT_HELM_IMAGE_VERSION = "v1.0.2"
DEFAULT_HELM_IMAGE_URL = "https://github.com/cvila84/helm-image/releases/download/%s/helm-image-windows-amd64.tar.gz"
DEFAULT_HELM_PUSH_VERSION = "0.8.1"
DEFAULT_HELM_PUSH_URL = "https://github.com/chartmuseum/helm-push/releases/download/v%s/helm-push_%s_windows_amd64.tar.gz"
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.3"
GOKUBE_VERSION = "1.13.0"
)

var gokubeVersion string
Expand Down

0 comments on commit 4b2f7df

Please sign in to comment.