File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - 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
1111 env :
1212 API_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1313 generate :
@@ -128,7 +128,7 @@ jobs:
128128 e2e :
129129 strategy :
130130 matrix :
131- k8s-version : ["v1.32.0 "]
131+ k8s-version : ["v1.32.2 "]
132132 needs : ["build"]
133133 runs-on : ubuntu-latest
134134 steps :
@@ -152,7 +152,7 @@ jobs:
152152 name : dev
153153 config : deploy/tests/kind-config.yaml
154154 image : kindest/node:${{ matrix.k8s-version }}
155- version : v0.24 .0
155+ version : v0.27 .0
156156 - name : Setup
157157 run : CI_ENV=github deploy/tests/create.sh
158158 - name : Run parallel e2e tests
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ stages:
88 - e2e_k8s_31
99 - e2e_k8s_32
1010variables :
11- KIND : v0.26 .0
11+ KIND : v0.27 .0
1212 DOCKER_HOST : tcp://docker:2375
1313 DOCKER_DRIVER : overlay2
1414 GO_VERSION : " 1.24"
15- DOCKER_VERSION : " 26 .0"
15+ DOCKER_VERSION : " 27 .0"
1616diff :
1717 stage : diff
1818 rules :
@@ -209,23 +209,23 @@ e2e_k8s_30:
209209 stage : e2e_k8s_30
210210 needs : ["docker-build"]
211211 variables :
212- K8S_VERSION : v1.30.8
212+ K8S_VERSION : v1.30.10
213213 KUBEADM_VER : v1beta3
214214 KUBECTL : v1.30.4
215215 extends : .kind_deployment_schedules
216216e2e_k8s_31 :
217217 stage : e2e_k8s_31
218218 needs : ["docker-build"]
219219 variables :
220- K8S_VERSION : v1.31.4
220+ K8S_VERSION : v1.31.6
221221 KUBEADM_VER : v1beta3
222222 KUBECTL : v1.31.0
223223 extends : .kind_deployment_schedules
224224e2e_k8s_32 :
225225 stage : e2e_k8s_32
226226 needs : ["docker-build"]
227227 variables :
228- K8S_VERSION : v1.32.0
228+ K8S_VERSION : v1.32.2
229229 KUBEADM_VER : v1beta3
230230 KUBECTL : v1.31.0
231231 extends : .kind_deployment
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ networking:
66kind : Cluster
77nodes :
88 - role : control-plane
9- image : kindest/node:v1.32.0
9+ image : kindest/node:v1.32.2
1010 extraPortMappings :
1111 - hostPort : 30080
1212 containerPort : 30080
You can’t perform that action at this time.
0 commit comments