Skip to content

Commit

Permalink
Update to Kubernetes 1.30.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Scholz <[email protected]>
  • Loading branch information
scholzj committed May 19, 2024
1 parent fd7a47c commit 2e24d22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ AWS Minikube is a single node Kubernetes deployment in AWS. It creates EC2 host

## Updates

* *19.5.2024* Update to Kubernetes 1.30.1 + Ingress and External DNS add-on updates
* *29.4.2024* Update to Kubernetes 1.30.0
* *31.3.2024* Update to Kubernetes 1.29.3 + Ingress and External DNS add-on updates
* *18.2.2024* Update to Kubernetes 1.29.2 + Ingress add-on update
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ variable "api_access_cidr" {

variable "kubernetes_version" {
description = "Kubernetes version of the Minikube cluster. Note, this module has only been tested to work with what is currently the latest version of Kubernetes (i.e. the default value for this variable). Specifying any other version might result in an error or a cluster that is not fully functional."
default = "1.30.0"
default = "1.30.1"
}

0 comments on commit 2e24d22

Please sign in to comment.