File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
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 @@ -9,11 +9,11 @@ stages:
99 - e2e_k8s_32
1010 - e2e_crd_versions
1111variables :
12- KIND : v0.26 .0
12+ KIND : v0.27 .0
1313 DOCKER_HOST : tcp://docker:2375
1414 DOCKER_DRIVER : overlay2
1515 GO_VERSION : " 1.24"
16- DOCKER_VERSION : " 26 .0"
16+ DOCKER_VERSION : " 27 .0"
1717diff :
1818 stage : diff
1919 rules :
@@ -208,7 +208,7 @@ e2e_k8s_30:
208208 stage : e2e_k8s_30
209209 needs : ["docker-build"]
210210 variables :
211- K8S_VERSION : v1.30.8
211+ K8S_VERSION : v1.30.10
212212 KUBEADM_VER : v1beta3
213213 KUBECTL : v1.30.4
214214 extends : .kind_deployment_schedules
@@ -218,7 +218,7 @@ e2e_k8s_31:
218218 stage : e2e_k8s_31
219219 needs : ["docker-build"]
220220 variables :
221- K8S_VERSION : v1.31.4
221+ K8S_VERSION : v1.31.6
222222 KUBEADM_VER : v1beta3
223223 KUBECTL : v1.31.0
224224 extends : .kind_deployment_schedules
@@ -228,7 +228,7 @@ e2e_crd_v1:
228228 stage : e2e_crd_versions
229229 needs : ["docker-build"]
230230 variables :
231- K8S_VERSION : v1.32.0
231+ K8S_VERSION : v1.32.2
232232 KUBEADM_VER : v1beta3
233233 KUBECTL : v1.31.0
234234 CRD_VERSION : v1
@@ -239,7 +239,7 @@ e2e_k8s_32:
239239 stage : e2e_k8s_32
240240 needs : ["docker-build"]
241241 variables :
242- K8S_VERSION : v1.32.0
242+ K8S_VERSION : v1.32.2
243243 KUBEADM_VER : v1beta3
244244 KUBECTL : v1.31.0
245245 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