@@ -79,7 +79,29 @@ type Mapping struct {
79
79
var preBuiltMappings = []Mapping {
80
80
81
81
// 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.
83
105
{
84
106
KubernetesVersion : semver .MustParse ("1.32.0" ),
85
107
Mode : Mode0_20 ,
@@ -101,7 +123,7 @@ var preBuiltMappings = []Mapping{
101
123
Image : "kindest/node:v1.29.12@sha256:62c0672ba99a4afd7396512848d6fc382906b8f33349ae68fb1dbfe549f70dec" ,
102
124
},
103
125
104
- // Pre-built images for Kind v1 .25.
126
+ // Pre-built images for Kind v0 .25.
105
127
{
106
128
KubernetesVersion : semver .MustParse ("1.32.0" ),
107
129
Mode : Mode0_20 ,
@@ -138,7 +160,7 @@ var preBuiltMappings = []Mapping{
138
160
Image : "kindest/node:v1.26.15@sha256:c79602a44b4056d7e48dc20f7504350f1e87530fe953428b792def00bc1076dd" ,
139
161
},
140
162
141
- // Pre-built images for Kind v1 .24.
163
+ // Pre-built images for Kind v0 .24.
142
164
{
143
165
KubernetesVersion : semver .MustParse ("1.31.0" ),
144
166
Mode : Mode0_20 ,
@@ -190,7 +212,7 @@ var preBuiltMappings = []Mapping{
190
212
Image : "kindest/node:v1.25.16@sha256:6110314339b3b44d10da7d27881849a87e092124afab5956f2e10ecdb463b025" ,
191
213
},
192
214
193
- // Pre-built images for Kind v1 .23.
215
+ // Pre-built images for Kind v0 .23.
194
216
{
195
217
KubernetesVersion : semver .MustParse ("1.30.0" ),
196
218
Mode : Mode0_20 ,
@@ -222,7 +244,7 @@ var preBuiltMappings = []Mapping{
222
244
Image : "kindest/node:v1.25.16@sha256:5da57dfc290ac3599e775e63b8b6c49c0c85d3fec771cd7d55b45fae14b38d3b" ,
223
245
},
224
246
225
- // Pre-built images for Kind v1 .22.
247
+ // Pre-built images for Kind v0 .22.
226
248
{
227
249
KubernetesVersion : semver .MustParse ("1.29.2" ),
228
250
Mode : Mode0_20 ,
@@ -279,7 +301,7 @@ var preBuiltMappings = []Mapping{
279
301
Image : "kindest/node:v1.23.17@sha256:14d0a9a892b943866d7e6be119a06871291c517d279aedb816a4b4bc0ec0a5b3" ,
280
302
},
281
303
282
- // Pre-built images for Kind v1 .21.
304
+ // Pre-built images for Kind v0 .21.
283
305
{
284
306
KubernetesVersion : semver .MustParse ("1.29.1" ),
285
307
Mode : Mode0_20 ,
@@ -316,7 +338,7 @@ var preBuiltMappings = []Mapping{
316
338
Image : "kindest/node:v1.23.17@sha256:fbb92ac580fce498473762419df27fa8664dbaa1c5a361b5957e123b4035bdcf" ,
317
339
},
318
340
319
- // Pre-built images for Kind v1 .20.
341
+ // Pre-built images for Kind v0 .20.
320
342
{
321
343
KubernetesVersion : semver .MustParse ("1.29.0" ),
322
344
Mode : Mode0_20 ,
@@ -363,7 +385,7 @@ var preBuiltMappings = []Mapping{
363
385
Image : "kindest/node:v1.21.14@sha256:8a4e9bb3f415d2bb81629ce33ef9c76ba514c14d707f9797a01e3216376ba093" ,
364
386
},
365
387
366
- // Pre-built images for Kind v1 .19.
388
+ // Pre-built images for Kind v0 .19.
367
389
{
368
390
KubernetesVersion : semver .MustParse ("1.27.1" ),
369
391
Mode : Mode0_19 ,
@@ -400,9 +422,9 @@ var preBuiltMappings = []Mapping{
400
422
Image : "kindest/node:v1.21.14@sha256:220cfafdf6e3915fbce50e13d1655425558cb98872c53f802605aa2fb2d569cf" ,
401
423
},
402
424
403
- // Pre-built and additional images for Kind v1 .18.
425
+ // Pre-built and additional images for Kind v0 .18.
404
426
// 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,
406
428
// we are considering this version part of the Mode0_19 group.
407
429
{
408
430
KubernetesVersion : semver .MustParse ("1.26.3" ),
@@ -445,9 +467,9 @@ var preBuiltMappings = []Mapping{
445
467
Image : "kindest/node:v1.27.0@sha256:c6b22e613523b1af67d4bc8a0c38a4c3ea3a2b8fbc5b367ae36345c9cb844518" ,
446
468
},
447
469
448
- // Pre-built and additional images for Kind v1 .17.
470
+ // Pre-built and additional images for Kind v0 .17.
449
471
// 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,
451
473
// we are considering this version part of the Mode0_19 group.
452
474
453
475
{
0 commit comments