Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update k8s version in e2e tests #8503

Merged
merged 2 commits into from
Feb 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
fail-fast: false # Keep running if one leg fails.
matrix:
k8s-version:
- v1.30.8
- v1.31.4
- v1.31.6
- v1.32.2

test-suite:
- ./test/e2e
Expand All @@ -29,12 +29,12 @@
# This is attempting to make it a bit clearer what's being tested.
# See: https://github.com/kubernetes-sigs/kind/releases/tag/v0.20.0
include:
- k8s-version: v1.30.8
kind-version: v0.26.0
kind-image-sha: sha256:17cd608b3971338d9180b00776cb766c50d0a0b6b904ab4ff52fd3fc5c6369bf
- k8s-version: v1.31.4
kind-version: v0.26.0
kind-image-sha: sha256:2cb39f7295fe7eafee0842b1052a599a4fb0f8bcf3f83d96c7f4864c357c6c30
- k8s-version: v1.31.6
kind-version: v0.27.0
kind-image-sha: sha256:28b7cbb993dfe093c76641a0c95807637213c9109b761f1d422c2400e22b8e87
- k8s-version: v1.32.2
kind-version: v0.27.0
kind-image-sha: sha256:f226345927d7e348497136874b6d207e0b32cc52154ad8323129352923a3142f

# Add the flags we use for each of these test suites.
- test-suite: ./test/e2e
Expand Down Expand Up @@ -66,7 +66,7 @@
uses: ko-build/[email protected]

- name: Check out code onto GOPATH
uses: actions/checkout@v2

Check failure on line 69 in .github/workflows/kind-e2e.yaml

View workflow job for this annotation

GitHub Actions / style / suggester / github_actions

[actionlint] reported by reviewdog 🐶 the runner of "actions/checkout@v2" action is too old to run on GitHub Actions. update the action's version to fix this issue [action] Raw Output: e:.github/workflows/kind-e2e.yaml:69:13: the runner of "actions/checkout@v2" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]

- name: Install KinD
run: |
Expand Down
Loading