From 2401bbe50fc593e1261edb8a31e3fbe3e6ebb27b Mon Sep 17 00:00:00 2001 From: Drew Sirenko <68304519+AndrewSirenko@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:43:55 -0400 Subject: [PATCH] Upgrade to eks 1.31 --- hack/e2e/config.sh | 2 +- hack/tools/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/e2e/config.sh b/hack/e2e/config.sh index 480e21629..b09e7cac2 100644 --- a/hack/e2e/config.sh +++ b/hack/e2e/config.sh @@ -36,7 +36,7 @@ OUTPOST_INSTANCE_TYPE=${OUTPOST_INSTANCE_TYPE:-${INSTANCE_TYPE}} # eksctl: mustn't include patch version (e.g. 1.19) # NOTE: Keep KOPS at v1.29.x until ELB usage bug fixed K8S_VERSION_KOPS=${K8S_VERSION_KOPS:-1.29.6} -K8S_VERSION_EKSCTL=${K8S_VERSION_EKSCTL:-1.30} +K8S_VERSION_EKSCTL=${K8S_VERSION_EKSCTL:-1.31} EBS_INSTALL_SNAPSHOT=${EBS_INSTALL_SNAPSHOT:-"true"} EBS_INSTALL_SNAPSHOT_VERSION=${EBS_INSTALL_SNAPSHOT_VERSION:-"v8.0.1"} diff --git a/hack/tools/install.sh b/hack/tools/install.sh index b669d84cc..2cee9d96b 100755 --- a/hack/tools/install.sh +++ b/hack/tools/install.sh @@ -23,7 +23,7 @@ AWSCLI_VERSION="2.17.33" # https://github.com/helm/chart-testing CT_VERSION="v3.11.0" # https://github.com/eksctl-io/eksctl -EKSCTL_VERSION="v0.189.0" +EKSCTL_VERSION="v0.191.0" # https://github.com/onsi/ginkgo GINKGO_VERSION="v2.20.0" # https://github.com/golangci/golangci-lint