@@ -197,16 +197,16 @@ func TestFindLatestEKSBuilds(t *testing.T) {
197197 region string
198198 expectedVersion string
199199 }{
200- {coreDNSVersionLookupTable , coreDNSRepoPath , "1.27 " , "us-east-1" , "1.10.1-eksbuild.2 " },
201- {coreDNSVersionLookupTable , coreDNSRepoPath , "1.26 " , "us-east-1" , "1.9.3 -eksbuild.5" },
202- {coreDNSVersionLookupTable , coreDNSRepoPath , "1.25 " , "us-east-1" , "1.9.3-eksbuild.5 " },
203- {coreDNSVersionLookupTable , coreDNSRepoPath , "1.24 " , "us-east-1" , "1.8.7 -eksbuild.7 " },
204- {coreDNSVersionLookupTable , coreDNSRepoPath , "1.23 " , "us-east-1" , "1.8.7 -eksbuild.7 " },
205- {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.27 " , "us-east-1" , "1.27.1 -minimal-eksbuild.1 " },
206- {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.26 " , "us-east-1" , "1.26.2 -minimal-eksbuild.1 " },
207- {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.25 " , "us-east-1" , "1.25.6 -minimal-eksbuild.2" },
208- {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.24 " , "us-east-1" , "1.24.7 -minimal-eksbuild.2" },
209- {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.23 " , "us-east-1" , "1.23.8 -minimal-eksbuild.2 " },
200+ {coreDNSVersionLookupTable , coreDNSRepoPath , "1.28 " , "us-east-1" , "1.10.1-eksbuild.5 " },
201+ {coreDNSVersionLookupTable , coreDNSRepoPath , "1.27 " , "us-east-1" , "1.10.1 -eksbuild.5" },
202+ {coreDNSVersionLookupTable , coreDNSRepoPath , "1.26 " , "us-east-1" , "1.9.3-eksbuild.9 " },
203+ {coreDNSVersionLookupTable , coreDNSRepoPath , "1.25 " , "us-east-1" , "1.9.3 -eksbuild.9 " },
204+ {coreDNSVersionLookupTable , coreDNSRepoPath , "1.24 " , "us-east-1" , "1.9.3 -eksbuild.9 " },
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.3 " },
210210 }
211211
212212 for _ , tc := range testCase {
0 commit comments