File tree Expand file tree Collapse file tree 2 files changed +26
-22
lines changed Expand file tree Collapse file tree 2 files changed +26
-22
lines changed Original file line number Diff line number Diff line change 19
19
matrix :
20
20
k8s-name :
21
21
- k8s-oldest
22
- - k8s-plus-one
22
+ - k8s-1.29
23
+ - k8s-1.30
24
+ - k8s
25
+ - k8s-latest
23
26
24
27
feature-flags :
25
28
- stable
30
33
include :
31
34
- k8s-name : k8s-oldest
32
35
k8s-version : v1.28.x
33
- - k8s-name : k8s-plus-one
36
+ - k8s-name : k8s-1.29
34
37
k8s-version : v1.29.x
38
+ - k8s-name : k8s-1.30
39
+ k8s-version : v1.30.x
40
+ - k8s-name : k8s
41
+ k8s-version : v1.31.x
42
+ - k8s-name : k8s-plus-one
43
+ k8s-version : v1.32.x
35
44
- feature-flags : stable
36
45
env-file : prow
37
46
- feature-flags : alpha
Original file line number Diff line number Diff line change 84
84
85
85
# The version map correlated with this version of KinD
86
86
case ${K8S_VERSION} in
87
- v1.25.x)
88
- K8S_VERSION=" 1.25.16"
89
- KIND_IMAGE_SHA=" sha256:5da57dfc290ac3599e775e63b8b6c49c0c85d3fec771cd7d55b45fae14b38d3b"
90
- KIND_IMAGE=" kindest/node:${K8S_VERSION} @${KIND_IMAGE_SHA} "
91
- ;;
92
- v1.26.x)
93
- K8S_VERSION=" 1.26.15"
94
- KIND_IMAGE_SHA=" sha256:84333e26cae1d70361bb7339efb568df1871419f2019c80f9a12b7e2d485fe19"
87
+ v1.28.x)
88
+ K8S_VERSION=" 1.28.15"
89
+ KIND_IMAGE_SHA=" sha256:c79602a44b4056d7e48dc20f7504350f1e87530fe953428b792def00bc1076dd"
95
90
KIND_IMAGE=" kindest/node:${K8S_VERSION} @${KIND_IMAGE_SHA} "
96
91
;;
97
- v1.27 .x)
98
- K8S_VERSION=" 1.27.13 "
99
- KIND_IMAGE_SHA=" sha256:17439fa5b32290e3ead39ead1250dca1d822d94a10d26f1981756cd51b24b9d8 "
92
+ v1.29 .x)
93
+ K8S_VERSION=" 1.29.14 "
94
+ KIND_IMAGE_SHA=" sha256:8703bd94ee24e51b778d5556ae310c6c0fa67d761fae6379c8e0bb480e6fea29 "
100
95
KIND_IMAGE=" kindest/node:${K8S_VERSION} @${KIND_IMAGE_SHA} "
101
96
;;
102
- v1.28 .x)
103
- K8S_VERSION=" 1.28.9 "
104
- KIND_IMAGE_SHA=" sha256:dca54bc6a6079dd34699d53d7d4ffa2e853e46a20cd12d619a09207e35300bd0 "
97
+ v1.30 .x)
98
+ K8S_VERSION=" 1.30.10 "
99
+ KIND_IMAGE_SHA=" sha256:4de75d0e82481ea846c0ed1de86328d821c1e6a6a91ac37bf804e5313670e507 "
105
100
KIND_IMAGE=" kindest/node:${K8S_VERSION} @${KIND_IMAGE_SHA} "
106
101
;;
107
- v1.29 .x)
108
- K8S_VERSION=" 1.29.4 "
109
- KIND_IMAGE_SHA=" sha256:3abb816a5b1061fb15c6e9e60856ec40d56b7b52bcea5f5f1350bc6e2320b6f8 "
102
+ v1.31 .x)
103
+ K8S_VERSION=" 1.31.6 "
104
+ KIND_IMAGE_SHA=" sha256:28b7cbb993dfe093c76641a0c95807637213c9109b761f1d422c2400e22b8e87 "
110
105
KIND_IMAGE=" kindest/node:${K8S_VERSION} @${KIND_IMAGE_SHA} "
111
106
;;
112
- v1.30 .x)
113
- K8S_VERSION=" 1.30.0 "
114
- KIND_IMAGE_SHA=" sha256:047357ac0cfea04663786a612ba1eaba9702bef25227a794b52890dd8bcd692e "
107
+ v1.32 .x)
108
+ K8S_VERSION=" 1.32.2 "
109
+ KIND_IMAGE_SHA=" sha256:f226345927d7e348497136874b6d207e0b32cc52154ad8323129352923a3142f "
115
110
KIND_IMAGE=" kindest/node:${K8S_VERSION} @${KIND_IMAGE_SHA} "
116
111
;;
117
112
* ) abort " Unsupported version: ${K8S_VERSION} " ;;
You can’t perform that action at this time.
0 commit comments