This is an automated email from the ASF dual-hosted git repository.

shahar1 pushed a commit to branch gha-arc-rebase
in repository https://gitbox.apache.org/repos/asf/airflow-ci-infra.git

commit 8b957e9762eb099e11440997451a62699e97c217
Author: Hussein Awala <[email protected]>
AuthorDate: Wed Oct 25 00:59:03 2023 +0200

    Update EKS cluster to 1.28
---
 terraform/eks/eks.tf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/terraform/eks/eks.tf b/terraform/eks/eks.tf
index 772903d..d76d32f 100644
--- a/terraform/eks/eks.tf
+++ b/terraform/eks/eks.tf
@@ -23,10 +23,10 @@ locals {
 
 module "eks" {
   source  = "terraform-aws-modules/eks/aws"
-  version = "19.15.3"
+  version = "19.17.2"
 
   cluster_name    = local.cluster_name
-  cluster_version = "1.27"
+  cluster_version = "1.28"
 
   vpc_id     = module.vpc.vpc_id
   subnet_ids = module.vpc.public_subnets

Reply via email to