-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Drop k8s v1.28 from kind testing and update cluster version to 1.30 in e2e #15655
Changes from all commits
026f528
4e0ef18
fbdd1db
843cd52
9166d3b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,8 +82,8 @@ jobs: | |
fail-fast: false # Keep running if one leg fails. | ||
matrix: | ||
k8s-version: | ||
- v1.28.x | ||
- v1.29.x | ||
- v1.30.x | ||
- v1.31.x | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is it too expensive to test three versions? I could have updated to 1.32 but this was just released so we can upgraded later, wanted to move incrementally without skipping a version. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think the idea is that we have a min version and for the the API compat-check the next one. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ok at the time of the cut of 1.17 there will be 1.29 around so I will update that one (End of Life:2025-02-28). There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Update: 1.29 enters maintenance in December will move to 1.30 as the minimum. |
||
|
||
ingress: | ||
- kourier | ||
|
@@ -170,7 +170,7 @@ jobs: | |
path: ~/artifacts | ||
|
||
- name: setup kind | ||
uses: chainguard-dev/actions/setup-kind@1f79ee3c1d554f67a5344933e2cadfa4b58d300d | ||
uses: chainguard-dev/actions/setup-kind@main | ||
with: | ||
k8s-version: ${{ matrix.k8s-version }} | ||
kind-worker-count: 4 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to test all three or two are good enough.