-
Notifications
You must be signed in to change notification settings - Fork 606
ci: add tests for Kubernetes 1.34 #7680
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
base: main
Are you sure you want to change the base?
Conversation
| | Envoy Gateway version | Envoy Proxy version | Rate Limit version | Gateway API version | Kubernetes version | End of Life | | ||
| | --------------------- | --------------------------- | ------------------ | ------------------- | -------------------------- | ----------- | | ||
| | latest | **dev-latest** | **master** | **v1.4.0** | v1.30, v1.31, v1.32, v1.33 | n/a | | ||
| | latest | **dev-latest** | **master** | **v1.4.1** | v1.31, v1.32, v1.33, v1.34 | n/a | |
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.
This also updates the Gateway API version which was bumped in #7653.
Please let me know if this should be done in another PR.
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.
it's fine, thanks!
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7680 +/- ##
==========================================
+ Coverage 72.37% 72.42% +0.04%
==========================================
Files 232 232
Lines 34297 34297
==========================================
+ Hits 24823 24840 +17
+ Misses 7694 7683 -11
+ Partials 1780 1774 -6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
LGTM, thanks |
* add Kubernetes 1.34 conformance and e2e tests * drop Kubernetes 1.30 conformance and e2e tests * update compatibility matrix Signed-off-by: Clemens Beck <[email protected]>
271a9eb to
f31fd88
Compare
Head branch was pushed to by a user without write access
What type of PR is this?
Run e2e and conformance tests on K8s 1.34 in CI.
What this PR does / why we need it:
Update the version matrix to give confidence in the most recent K8s version. Also updates the docs hosted at https://gateway.envoyproxy.io/news/releases/matrix/.
Which issue(s) this PR fixes:
No linked issue.
Release Notes: No