@@ -89,6 +89,20 @@ def kind_k8s_map = [
89
89
'1.21': 'kindest/node:v1.21.14@sha256:9d9eb5fb26b4fbc0c6d95fa8c790414f9750dd583f5d7cee45d92e8c26670aa1',
90
90
'1.20.15': 'kindest/node:v1.20.15@sha256:a32bf55309294120616886b5338f95dd98a2f7231519c7dedcec32ba29699394',
91
91
'1.20': 'kindest/node:v1.20.15@sha256:a32bf55309294120616886b5338f95dd98a2f7231519c7dedcec32ba29699394'
92
+ ],
93
+ '0.18.0': [
94
+ '1.26.3': 'kindest/node:v1.26.3@sha256:61b92f38dff6ccc29969e7aa154d34e38b89443af1a2c14e6cfbd2df6419c66f',
95
+ '1.26': 'kindest/node:v1.26.3@sha256:61b92f38dff6ccc29969e7aa154d34e38b89443af1a2c14e6cfbd2df6419c66f',
96
+ '1.25.8': 'kindest/node:v1.25.8@sha256:00d3f5314cc35327706776e95b2f8e504198ce59ac545d0200a89e69fce10b7f',
97
+ '1.25': 'kindest/node:v1.25.8@sha256:00d3f5314cc35327706776e95b2f8e504198ce59ac545d0200a89e69fce10b7f',
98
+ '1.24.12': 'kindest/node:v1.24.12@sha256:1e12918b8bc3d4253bc08f640a231bb0d3b2c5a9b28aa3f2ca1aee93e1e8db16',
99
+ '1.24': 'kindest/node:v1.24.12@sha256:1e12918b8bc3d4253bc08f640a231bb0d3b2c5a9b28aa3f2ca1aee93e1e8db16',
100
+ '1.23.17': 'kindest/node:v1.23.17@sha256:e5fd1d9cd7a9a50939f9c005684df5a6d145e8d695e78463637b79464292e66c',
101
+ '1.23': 'kindest/node:v1.23.17@sha256:e5fd1d9cd7a9a50939f9c005684df5a6d145e8d695e78463637b79464292e66c',
102
+ '1.22.17': 'kindest/node:v1.22.17@sha256:c8a828709a53c25cbdc0790c8afe12f25538617c7be879083248981945c38693',
103
+ '1.22': 'kindest/node:v1.22.17@sha256:c8a828709a53c25cbdc0790c8afe12f25538617c7be879083248981945c38693',
104
+ '1.21.14': 'kindest/node:v1.21.14@sha256:27ef72ea623ee879a25fe6f9982690a3e370c68286f4356bf643467c552a3888',
105
+ '1.21': 'kindest/node:v1.21.14@sha256:27ef72ea623ee879a25fe6f9982690a3e370c68286f4356bf643467c552a3888'
92
106
]
93
107
]
94
108
def _kind_image = null
@@ -102,7 +116,6 @@ pipeline {
102
116
tools {
103
117
maven 'maven-3.8.5'
104
118
jdk 'OpenJDK 17.0.2'
105
- #jdk 'jdk11'
106
119
}
107
120
108
121
environment {
@@ -151,6 +164,7 @@ pipeline {
151
164
choice(name: 'KIND_VERSION',
152
165
description: 'Kind version.',
153
166
choices: [
167
+ '0.18.0',
154
168
'0.17.0',
155
169
'0.16.0',
156
170
'0.15.0',
@@ -161,26 +175,31 @@ pipeline {
161
175
]
162
176
)
163
177
choice(name: 'KUBE_VERSION',
164
- description: 'Kubernetes version. Supported values depend on the Kind version. Kind 0.17.0: 1.25, 1.25.3, 1.24, 1.24.7, 1.23, 1.23.13, 1.22, 1.22.15, 1.21, 1.21.14, 1.20, and 1.20.15. Kind 0.16.0: 1.25, 1.25.2, 1.24, 1.24.6, 1.23, 1.23.12, 1.22, 1.22.15, 1.21, 1.21.14, 1.20, and 1.20.15. Kind 0.15.0: 1.25, 1.25.0, 1.24, 1.24.4, 1.23, 1.23.10, 1.22, 1.22.13, 1.21, 1.21.14, 1.20, and 1.20.15. Kind 0.13.0 and 0.14.0: 1.24, 1.24.0, 1.23, 1.23.6, 1.22, 1.22.9, 1.21, 1.21.12, 1.20, 1.20.15, Kind 0.12.0: 1.23, 1.23.4, 1.22, 1.22.7, 1.21, 1.21.10, 1.20, 1.20.15. Kind 0.11.1: 1.23, 1.23.3, 1.22, 1.22.5, 1.21, 1.21.1, 1.20, 1.20.7, 1.19, 1.19.11.',
178
+ description: 'Kubernetes version. Supported values depend on the Kind version. Kind 0.18.0: 1.26, 1.26.3, 1.25, 1.25.8, 1.24, 1.24.12, 1.23, 1.23.17, 1.22, 1.22.17, 1.21, and 1.21.14. Kind 0. 17.0: 1.25, 1.25.3, 1.24, 1.24.7, 1.23, 1.23.13, 1.22, 1.22.15, 1.21, 1.21.14, 1.20, and 1.20.15. Kind 0.16.0: 1.25, 1.25.2, 1.24, 1.24.6, 1.23, 1.23.12, 1.22, 1.22.15, 1.21, 1.21.14, 1.20, and 1.20.15. Kind 0.15.0: 1.25, 1.25.0, 1.24, 1.24.4, 1.23, 1.23.10, 1.22, 1.22.13, 1.21, 1.21.14, 1.20, and 1.20.15. Kind 0.13.0 and 0.14.0: 1.24, 1.24.0, 1.23, 1.23.6, 1.22, 1.22.9, 1.21, 1.21.12, 1.20, 1.20.15, Kind 0.12.0: 1.23, 1.23.4, 1.22, 1.22.7, 1.21, 1.21.10, 1.20, 1.20.15. Kind 0.11.1: 1.23, 1.23.3, 1.22, 1.22.5, 1.21, 1.21.1, 1.20, 1.20.7, 1.19, 1.19.11.',
165
179
choices: [
166
180
// The first item in the list is the default value...
167
- '1.21.14',
181
+ '1.25.8',
182
+ '1.26',
183
+ '1.26.3',
168
184
'1.25',
169
185
'1.25.3',
170
186
'1.25.2',
171
187
'1.25.0',
172
188
'1.24',
189
+ '1.24.12',
173
190
'1.24.7',
174
191
'1.24.6',
175
192
'1.24.4',
176
193
'1.24.0',
194
+ '1.23.17',
177
195
'1.23.13',
178
196
'1.23.12',
179
197
'1.23.10',
180
198
'1.23.6',
181
199
'1.23.4',
182
200
'1.23.3',
183
201
'1.23',
202
+ '1.22.17',
184
203
'1.22.15',
185
204
'1.22.13',
186
205
'1.22.9',
@@ -201,15 +220,17 @@ pipeline {
201
220
)
202
221
string(name: 'KUBECTL_VERSION',
203
222
description: 'kubectl version',
204
- defaultValue: '1.21.5 '
223
+ defaultValue: '1.25.4 '
205
224
)
206
225
string(name: 'HELM_VERSION',
207
226
description: 'Helm version',
208
- defaultValue: '3.10 .2'
227
+ defaultValue: '3.11 .2'
209
228
)
210
229
choice(name: 'ISTIO_VERSION',
211
230
description: 'Istio version',
212
231
choices: [
232
+ '1.17.2',
233
+ '1.16.1',
213
234
'1.13.2',
214
235
'1.12.6',
215
236
'1.11.1',
0 commit comments