From 9dcc6f77948d87fc4a338503a6a30968678e036a Mon Sep 17 00:00:00 2001 From: Kamaljeet Singh Date: Tue, 1 Oct 2024 08:36:18 +0000 Subject: [PATCH] Remove TODO --- cloudbuild.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index b683482890..7616bde94a 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -278,7 +278,6 @@ steps: featureWithoutGate="" # Use this if specific feature gates can only be supported on specific Kubernetes versions. - # TODO: When 1.28 becomes trailing version, promote GKEAutopilotExtendedDurationPods to beta. declare -A featureWithGateByVersion=( [1.28]="${featureWithGate}" [1.29]="${featureWithGate}" [1.30]="${featureWithGate}") for cloudProduct in ${cloudProducts[@]}