@@ -79,7 +79,29 @@ type Mapping struct {
7979var preBuiltMappings = []Mapping {
8080
8181 // TODO: Add pre-built images for newer Kind versions on top
82- // Pre-built images for Kind v1.26.
82+ // Pre-built images for Kind v0.27.
83+ {
84+ KubernetesVersion : semver .MustParse ("1.32.2" ),
85+ Mode : Mode0_20 ,
86+ Image : "kindest/node:v1.32.2@sha256:f226345927d7e348497136874b6d207e0b32cc52154ad8323129352923a3142f" ,
87+ },
88+ {
89+ KubernetesVersion : semver .MustParse ("1.31.6" ),
90+ Mode : Mode0_20 ,
91+ Image : "kindest/node:v1.31.6@sha256:28b7cbb993dfe093c76641a0c95807637213c9109b761f1d422c2400e22b8e87" ,
92+ },
93+ {
94+ KubernetesVersion : semver .MustParse ("1.30.10" ),
95+ Mode : Mode0_20 ,
96+ Image : "kindest/node:v1.30.10@sha256:4de75d0e82481ea846c0ed1de86328d821c1e6a6a91ac37bf804e5313670e507" ,
97+ },
98+ {
99+ KubernetesVersion : semver .MustParse ("1.29.14" ),
100+ Mode : Mode0_20 ,
101+ Image : "kindest/node:v1.29.14@sha256:8703bd94ee24e51b778d5556ae310c6c0fa67d761fae6379c8e0bb480e6fea29" ,
102+ },
103+
104+ // Pre-built images for Kind v0.26.
83105 {
84106 KubernetesVersion : semver .MustParse ("1.32.0" ),
85107 Mode : Mode0_20 ,
@@ -101,7 +123,7 @@ var preBuiltMappings = []Mapping{
101123 Image : "kindest/node:v1.29.12@sha256:62c0672ba99a4afd7396512848d6fc382906b8f33349ae68fb1dbfe549f70dec" ,
102124 },
103125
104- // Pre-built images for Kind v1 .25.
126+ // Pre-built images for Kind v0 .25.
105127 {
106128 KubernetesVersion : semver .MustParse ("1.32.0" ),
107129 Mode : Mode0_20 ,
@@ -138,7 +160,7 @@ var preBuiltMappings = []Mapping{
138160 Image : "kindest/node:v1.26.15@sha256:c79602a44b4056d7e48dc20f7504350f1e87530fe953428b792def00bc1076dd" ,
139161 },
140162
141- // Pre-built images for Kind v1 .24.
163+ // Pre-built images for Kind v0 .24.
142164 {
143165 KubernetesVersion : semver .MustParse ("1.31.0" ),
144166 Mode : Mode0_20 ,
@@ -190,7 +212,7 @@ var preBuiltMappings = []Mapping{
190212 Image : "kindest/node:v1.25.16@sha256:6110314339b3b44d10da7d27881849a87e092124afab5956f2e10ecdb463b025" ,
191213 },
192214
193- // Pre-built images for Kind v1 .23.
215+ // Pre-built images for Kind v0 .23.
194216 {
195217 KubernetesVersion : semver .MustParse ("1.30.0" ),
196218 Mode : Mode0_20 ,
@@ -222,7 +244,7 @@ var preBuiltMappings = []Mapping{
222244 Image : "kindest/node:v1.25.16@sha256:5da57dfc290ac3599e775e63b8b6c49c0c85d3fec771cd7d55b45fae14b38d3b" ,
223245 },
224246
225- // Pre-built images for Kind v1 .22.
247+ // Pre-built images for Kind v0 .22.
226248 {
227249 KubernetesVersion : semver .MustParse ("1.29.2" ),
228250 Mode : Mode0_20 ,
@@ -279,7 +301,7 @@ var preBuiltMappings = []Mapping{
279301 Image : "kindest/node:v1.23.17@sha256:14d0a9a892b943866d7e6be119a06871291c517d279aedb816a4b4bc0ec0a5b3" ,
280302 },
281303
282- // Pre-built images for Kind v1 .21.
304+ // Pre-built images for Kind v0 .21.
283305 {
284306 KubernetesVersion : semver .MustParse ("1.29.1" ),
285307 Mode : Mode0_20 ,
@@ -316,7 +338,7 @@ var preBuiltMappings = []Mapping{
316338 Image : "kindest/node:v1.23.17@sha256:fbb92ac580fce498473762419df27fa8664dbaa1c5a361b5957e123b4035bdcf" ,
317339 },
318340
319- // Pre-built images for Kind v1 .20.
341+ // Pre-built images for Kind v0 .20.
320342 {
321343 KubernetesVersion : semver .MustParse ("1.29.0" ),
322344 Mode : Mode0_20 ,
@@ -363,7 +385,7 @@ var preBuiltMappings = []Mapping{
363385 Image : "kindest/node:v1.21.14@sha256:8a4e9bb3f415d2bb81629ce33ef9c76ba514c14d707f9797a01e3216376ba093" ,
364386 },
365387
366- // Pre-built images for Kind v1 .19.
388+ // Pre-built images for Kind v0 .19.
367389 {
368390 KubernetesVersion : semver .MustParse ("1.27.1" ),
369391 Mode : Mode0_19 ,
@@ -400,9 +422,9 @@ var preBuiltMappings = []Mapping{
400422 Image : "kindest/node:v1.21.14@sha256:220cfafdf6e3915fbce50e13d1655425558cb98872c53f802605aa2fb2d569cf" ,
401423 },
402424
403- // Pre-built and additional images for Kind v1 .18.
425+ // Pre-built and additional images for Kind v0 .18.
404426 // NOTE: This version predates the introduction of this change, but we are including it to expand
405- // the list of supported K8s versions; since they can be started with the same approach used up to kind 1 .19,
427+ // the list of supported K8s versions; since they can be started with the same approach used up to kind 0 .19,
406428 // we are considering this version part of the Mode0_19 group.
407429 {
408430 KubernetesVersion : semver .MustParse ("1.26.3" ),
@@ -445,9 +467,9 @@ var preBuiltMappings = []Mapping{
445467 Image : "kindest/node:v1.27.0@sha256:c6b22e613523b1af67d4bc8a0c38a4c3ea3a2b8fbc5b367ae36345c9cb844518" ,
446468 },
447469
448- // Pre-built and additional images for Kind v1 .17.
470+ // Pre-built and additional images for Kind v0 .17.
449471 // NOTE: This version predates the introduction of this change, but we are including it to expand
450- // the list of supported K8s versions; since they can be started with the same approach used up to kind 1 .19,
472+ // the list of supported K8s versions; since they can be started with the same approach used up to kind 0 .19,
451473 // we are considering this version part of the Mode0_19 group.
452474
453475 {
0 commit comments