@@ -197,22 +197,22 @@ func TestFindLatestEKSBuilds(t *testing.T) {
197197 region string
198198 expectedVersion string
199199 }{
200- {coreDNSVersionLookupTable , coreDNSRepoPath , "1.32" , "us-east-1" , "1.11.4-eksbuild.3 " },
200+ {coreDNSVersionLookupTable , coreDNSRepoPath , "1.32" , "us-east-1" , "1.11.4-eksbuild.14 " },
201201 {coreDNSVersionLookupTable , coreDNSRepoPath , "1.31" , "us-east-1" , "1.11.3-eksbuild.3" },
202202 {coreDNSVersionLookupTable , coreDNSRepoPath , "1.30" , "us-east-1" , "1.11.3-eksbuild.3" },
203203 {coreDNSVersionLookupTable , coreDNSRepoPath , "1.29" , "us-east-1" , "1.11.3-eksbuild.3" },
204- {coreDNSVersionLookupTable , coreDNSRepoPath , "1.28" , "us-east-1" , "1.10.1-eksbuild.19 " },
205- {coreDNSVersionLookupTable , coreDNSRepoPath , "1.27" , "us-east-1" , "1.10.1-eksbuild.19 " },
206- {coreDNSVersionLookupTable , coreDNSRepoPath , "1.26" , "us-east-1" , "1.9.3-eksbuild.23 " },
207- {coreDNSVersionLookupTable , coreDNSRepoPath , "1.25" , "us-east-1" , "1.9.3-eksbuild.23 " },
208- {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.32" , "us-east-1" , "1.32.0-minimal-eksbuild.5 " },
204+ {coreDNSVersionLookupTable , coreDNSRepoPath , "1.28" , "us-east-1" , "1.10.1-eksbuild.30 " },
205+ {coreDNSVersionLookupTable , coreDNSRepoPath , "1.27" , "us-east-1" , "1.10.1-eksbuild.30 " },
206+ {coreDNSVersionLookupTable , coreDNSRepoPath , "1.26" , "us-east-1" , "1.9.3-eksbuild.34 " },
207+ {coreDNSVersionLookupTable , coreDNSRepoPath , "1.25" , "us-east-1" , "1.9.3-eksbuild.34 " },
208+ {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.32" , "us-east-1" , "1.32.0-minimal-eksbuild.10 " },
209209 {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.31" , "us-east-1" , "1.31.0-minimal-eksbuild.6" },
210210 {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.30" , "us-east-1" , "1.30.3-minimal-eksbuild.10" },
211211 {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.29" , "us-east-1" , "1.29.7-minimal-eksbuild.9" },
212212 {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.28" , "us-east-1" , "1.28.12-minimal-eksbuild.11" },
213- {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.27" , "us-east-1" , "1.27.16-minimal-eksbuild.19 " },
214- {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.26" , "us-east-1" , "1.26.15-minimal-eksbuild.24 " },
215- {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.25" , "us-east-1" , "1.25.16-minimal-eksbuild.27 " },
213+ {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.27" , "us-east-1" , "1.27.16-minimal-eksbuild.31 " },
214+ {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.26" , "us-east-1" , "1.26.15-minimal-eksbuild.36 " },
215+ {kubeProxyVersionLookupTable , kubeProxyRepoPath , "1.25" , "us-east-1" , "1.25.16-minimal-eksbuild.39 " },
216216 }
217217
218218 for _ , tc := range testCase {
0 commit comments