Skip to content

Commit

Permalink
bump to minikube v1.13.1, helm v3.3.3, helm-spray v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe VILA committed Sep 21, 2020
1 parent 4b2f7df commit 2170c18
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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.1 - 09/21/2020
* Bump to minikube v1.13.1, helm v3.3.3, helm-spray v4.0.2

## 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

Expand Down
6 changes: 3 additions & 3 deletions cmd/gokube/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ import (
const (
DEFAULT_KUBERNETES_VERSION = "v1.18.9"
DEFAULT_KUBECTL_VERSION = "v1.18.9"
DEFAULT_MINIKUBE_VERSION = "v1.13.0"
DEFAULT_MINIKUBE_VERSION = "v1.13.1"
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.1"
DEFAULT_HELM_SPRAY_VERSION = "v4.0.1"
DEFAULT_HELM_VERSION = "v3.3.3"
DEFAULT_HELM_SPRAY_VERSION = "v4.0.2"
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.2"
DEFAULT_HELM_IMAGE_URL = "https://github.com/cvila84/helm-image/releases/download/%s/helm-image-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.13.0"
GOKUBE_VERSION = "1.13.1"
)

var gokubeVersion string
Expand Down

0 comments on commit 2170c18

Please sign in to comment.