Skip to content

Commit

Permalink
Test with latest kind node images (#418)
Browse files Browse the repository at this point in the history
Adds tests for Kubernetes 1.30. Updates images for older releases where
available.

Signed-off-by: Scott Andrews <scott@andrews.me>
  • Loading branch information
scothis committed May 14, 2024
1 parent 6eb9d36 commit ea7d439
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,20 +166,23 @@ jobs:
- node: kindest/node:v1.24.17@sha256:bad10f9b98d54586cba05a7eaa1b61c6b90bfc4ee174fdc43a7b75ca75c95e51
version: v1.24.17
os: ubuntu-latest
- node: kindest/node:v1.25.16@sha256:e8b50f8e06b44bb65a93678a65a26248fae585b3d3c2a669e5ca6c90c69dc519
- node: kindest/node:v1.25.16@sha256:5da57dfc290ac3599e775e63b8b6c49c0c85d3fec771cd7d55b45fae14b38d3b
version: v1.25.16
os: ubuntu-latest
- node: kindest/node:v1.26.14@sha256:5d548739ddef37b9318c70cb977f57bf3e5015e4552be4e27e57280a8cbb8e4f
version: v1.26.14
- node: kindest/node:v1.26.15@sha256:84333e26cae1d70361bb7339efb568df1871419f2019c80f9a12b7e2d485fe19
version: v1.26.15
os: ubuntu-latest
- node: kindest/node:v1.27.11@sha256:681253009e68069b8e01aad36a1e0fa8cf18bb0ab3e5c4069b2e65cafdd70843
version: v1.27.11
- node: kindest/node:v1.27.13@sha256:17439fa5b32290e3ead39ead1250dca1d822d94a10d26f1981756cd51b24b9d8
version: v1.27.13
os: ubuntu-latest
- node: kindest/node:v1.28.7@sha256:9bc6c451a289cf96ad0bbaf33d416901de6fd632415b076ab05f5fa7e4f65c58
version: v1.28.7
- node: kindest/node:v1.28.9@sha256:dca54bc6a6079dd34699d53d7d4ffa2e853e46a20cd12d619a09207e35300bd0
version: v1.28.9
os: ubuntu-latest
- node: kindest/node:v1.29.2@sha256:51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245
version: v1.29.2
- node: kindest/node:v1.29.4@sha256:3abb816a5b1061fb15c6e9e60856ec40d56b7b52bcea5f5f1350bc6e2320b6f8
version: v1.29.4
os: ubuntu-latest
- node: kindest/node:v1.30.0@sha256:047357ac0cfea04663786a612ba1eaba9702bef25227a794b52890dd8bcd692e
version: v1.30.0
os: ubuntu-latest
env:
REGISTRY_NAME: registry.local
Expand Down

0 comments on commit ea7d439

Please sign in to comment.