@@ -197,16 +197,16 @@ func TestFindLatestEKSBuilds(t *testing.T) {
197
197
region string
198
198
expectedVersion string
199
199
}{
200
+ {coreDNSVersionLookupTable , coreDNSRepoPath , "1.29" , "us-east-1" , "1.11.1-eksbuild.6" },
200
201
{coreDNSVersionLookupTable , coreDNSRepoPath , "1.28" , "us-east-1" , "1.10.1-eksbuild.8" },
201
202
{coreDNSVersionLookupTable , coreDNSRepoPath , "1.27" , "us-east-1" , "1.10.1-eksbuild.8" },
202
203
{coreDNSVersionLookupTable , coreDNSRepoPath , "1.26" , "us-east-1" , "1.9.3-eksbuild.12" },
203
204
{coreDNSVersionLookupTable , coreDNSRepoPath , "1.25" , "us-east-1" , "1.9.3-eksbuild.12" },
204
- {coreDNSVersionLookupTable , coreDNSRepoPath , "1.24" , "us-east-1" , "1.9.3-eksbuild.12" },
205
- {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.28" , "us-east-1" , "1.28.2-minimal-eksbuild.2" },
206
- {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.27" , "us-east-1" , "1.27.6-minimal-eksbuild.2" },
207
- {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.26" , "us-east-1" , "1.26.9-minimal-eksbuild.2" },
208
- {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.25" , "us-east-1" , "1.25.14-minimal-eksbuild.2" },
209
- {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.24" , "us-east-1" , "1.24.17-minimal-eksbuild.8" },
205
+ {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.29" , "us-east-1" , "1.29.1-minimal-eksbuild.3" },
206
+ {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.28" , "us-east-1" , "1.28.6-minimal-eksbuild.3" },
207
+ {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.27" , "us-east-1" , "1.27.10-minimal-eksbuild.3" },
208
+ {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.26" , "us-east-1" , "1.26.13-minimal-eksbuild.3" },
209
+ {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.25" , "us-east-1" , "1.25.16-minimal-eksbuild.4" },
210
210
}
211
211
212
212
for _ , tc := range testCase {
0 commit comments