Skip to content

Commit

Permalink
Prepare 1.31.0 - minikube/k8s/helm upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
U-GEMALTO\rfranco authored and U-GEMALTO\rfranco committed Oct 16, 2023
1 parent 4028da4 commit 974f967
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.31.0 - 10/07/2023
* Bump to minikube v1.31.2, K8S v1.27.4, helm v3.12.3

## Version 1.29.2 - 03/09/2023
* Bump to helm v3.11.2
* Fixed snapshot that were always removed after reset
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 @@ -34,16 +34,16 @@ import (
)

const (
DEFAULT_KUBERNETES_VERSION = "v1.24.10"
DEFAULT_KUBECTL_VERSION = "v1.24.10"
DEFAULT_MINIKUBE_VERSION = "v1.29.0"
DEFAULT_KUBERNETES_VERSION = "v1.27.4"
DEFAULT_KUBECTL_VERSION = "v1.27.4"
DEFAULT_MINIKUBE_VERSION = "v1.31.2"
DEFAULT_MINIKUBE_MEMORY = 12288
DEFAULT_MINIKUBE_CPUS = 6
DEFAULT_MINIKUBE_DISK = "20g"
DEFAULT_MINIKUBE_DNS_DOMAIN = "cluster.local"
DEFAULT_MINIKUBE_CONTAINER_RUNTIME = "docker"
DEFAULT_DOCKER_VERSION = "20.10.14"
DEFAULT_HELM_VERSION = "v3.11.2"
DEFAULT_HELM_VERSION = "v3.12.3"
DEFAULT_HELM_SPRAY_VERSION = "v4.0.10"
DEFAULT_HELM_IMAGE_VERSION = "v1.0.7"
DEFAULT_HELM_PUSH_VERSION = "0.10.3"
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 @@ -28,7 +28,7 @@ import (
)

const (
GOKUBE_VERSION = "1.29.2"
GOKUBE_VERSION = "1.31.0"
)

var gokubeVersion string
Expand Down

0 comments on commit 974f967

Please sign in to comment.