File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : commit-policy
10
- uses : docker://ghcr.io/haproxytech/commit-check:5.0.4
10
+ uses : docker://ghcr.io/haproxytech/commit-check:5.1.1
11
11
env :
12
12
API_TOKEN : ${{ secrets.GITHUB_TOKEN }}
13
13
generate :
@@ -128,7 +128,7 @@ jobs:
128
128
e2e :
129
129
strategy :
130
130
matrix :
131
- k8s-version : ["v1.32.0 "]
131
+ k8s-version : ["v1.32.2 "]
132
132
needs : ["build"]
133
133
runs-on : ubuntu-latest
134
134
steps :
@@ -152,7 +152,7 @@ jobs:
152
152
name : dev
153
153
config : deploy/tests/kind-config.yaml
154
154
image : kindest/node:${{ matrix.k8s-version }}
155
- version : v0.24 .0
155
+ version : v0.27 .0
156
156
- name : Setup
157
157
run : CI_ENV=github deploy/tests/create.sh
158
158
- name : Run parallel e2e tests
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ stages:
8
8
- e2e_k8s_31
9
9
- e2e_k8s_32
10
10
variables :
11
- KIND : v0.26 .0
11
+ KIND : v0.27 .0
12
12
DOCKER_HOST : tcp://docker:2375
13
13
DOCKER_DRIVER : overlay2
14
14
GO_VERSION : " 1.24"
15
- DOCKER_VERSION : " 26 .0"
15
+ DOCKER_VERSION : " 27 .0"
16
16
diff :
17
17
stage : diff
18
18
rules :
@@ -209,23 +209,23 @@ e2e_k8s_30:
209
209
stage : e2e_k8s_30
210
210
needs : ["docker-build"]
211
211
variables :
212
- K8S_VERSION : v1.30.8
212
+ K8S_VERSION : v1.30.10
213
213
KUBEADM_VER : v1beta3
214
214
KUBECTL : v1.30.4
215
215
extends : .kind_deployment_schedules
216
216
e2e_k8s_31 :
217
217
stage : e2e_k8s_31
218
218
needs : ["docker-build"]
219
219
variables :
220
- K8S_VERSION : v1.31.4
220
+ K8S_VERSION : v1.31.6
221
221
KUBEADM_VER : v1beta3
222
222
KUBECTL : v1.31.0
223
223
extends : .kind_deployment_schedules
224
224
e2e_k8s_32 :
225
225
stage : e2e_k8s_32
226
226
needs : ["docker-build"]
227
227
variables :
228
- K8S_VERSION : v1.32.0
228
+ K8S_VERSION : v1.32.2
229
229
KUBEADM_VER : v1beta3
230
230
KUBECTL : v1.31.0
231
231
extends : .kind_deployment
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ networking:
6
6
kind : Cluster
7
7
nodes :
8
8
- role : control-plane
9
- image : kindest/node:v1.32.0
9
+ image : kindest/node:v1.32.2
10
10
extraPortMappings :
11
11
- hostPort : 30080
12
12
containerPort : 30080
You can’t perform that action at this time.
0 commit comments