Skip to content

Commit 516dbb7

Browse files
feat: Update EKS to 1.25 (#895)
* Update EKS to 1.25 Also updates the kube proxy addon version appropriately too * bump ami
1 parent 170b41f commit 516dbb7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bootstrap/terraform/aws-bootstrap/deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
description: Creates an EKS cluster and prepares it for bootstrapping
55
version: 0.1.55
66
spec:
7-
breaking: false
7+
breaking: true
88
dependencies: []
99
providers:
1010
- aws

bootstrap/terraform/aws-bootstrap/variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ variable "cluster_log_retention_in_days" {
5656
variable "kubernetes_version" {
5757
type = string
5858
description = "Kubernetes version to use for the cluster"
59-
default = "1.24"
59+
default = "1.25"
6060
}
6161

6262
variable "vpc_cni_addon_version" {
@@ -73,7 +73,7 @@ variable "core_dns_addon_version" {
7373

7474
variable "kube_proxy_addon_version" {
7575
type = string
76-
default = "v1.24.15-eksbuild.2"
76+
default = "v1.25.16-minimal-eksbuild.1"
7777
description = "The version of the kube-proxy addon to use"
7878
}
7979

@@ -253,7 +253,7 @@ variable "node_groups_defaults" {
253253

254254
instance_types = ["t3.large", "t3a.large"]
255255
disk_size = 50
256-
ami_release_version = "1.24.15-20230816"
256+
ami_release_version = "1.25.16-20240110"
257257
force_update_version = true
258258
ami_type = "AL2_x86_64"
259259
k8s_labels = {}

0 commit comments

Comments
 (0)