ci: add tests for Kubernetes 1.35#7788
Merged
jukie merged 7 commits intoenvoyproxy:mainfrom Dec 30, 2025
Merged
Conversation
- add Kubernetes 1.35 conformance, e2e, and envtests tests - drop Kubernetes 1.31 conformance, e2e, and envtests tests Signed-off-by: Clemens Beck <mail@beckcl.dev>
a8d0e1d to
3d87720
Compare
Fix failing CEL validation tests related to changed error handling in K8s 1.35. The pattern changed from: `Invalid value: \"object\": <detailed error>` to: `Invalid value: <detailed error>` Signed-off-by: Clemens Beck <mail@beckcl.dev>
d0eff98 to
21f4731
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7788 +/- ##
=======================================
Coverage 72.74% 72.75%
=======================================
Files 235 235
Lines 35100 35100
=======================================
+ Hits 25535 25538 +3
+ Misses 7749 7747 -2
+ Partials 1816 1815 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
fixes the expected error message to match validation annotation at https://github.com/envoyproxy/gateway/blob/2901f8243ec0c12d7d34a943f137984f0d3c50ea/api/v1alpha1/healthcheck_types.go#L171 Signed-off-by: Clemens Beck <mail@beckcl.dev>
21f4731 to
f47a634
Compare
zirain
reviewed
Dec 27, 2025
jukie
reviewed
Dec 28, 2025
Contributor
Author
|
/retest |
Signed-off-by: Clemens Beck <mail@beckcl.dev>
Contributor
|
/retest |
jukie
approved these changes
Dec 29, 2025
Contributor
|
/retest |
zirain
approved these changes
Dec 30, 2025
millermatt
pushed a commit
to millermatt/envoy-gateway
that referenced
this pull request
Jan 4, 2026
* ci: add tests for Kubernetes 1.35 - add Kubernetes 1.35 conformance, e2e, and envtests tests - drop Kubernetes 1.31 conformance, e2e, and envtests tests Signed-off-by: Clemens Beck <mail@beckcl.dev> * fix cel validation tests on K8s 1.35 Fix failing CEL validation tests related to changed error handling in K8s 1.35. The pattern changed from: `Invalid value: \"object\": <detailed error>` to: `Invalid value: <detailed error>` Signed-off-by: Clemens Beck <mail@beckcl.dev> * fix path validation test fixes the expected error message to match validation annotation at https://github.com/envoyproxy/gateway/blob/2901f8243ec0c12d7d34a943f137984f0d3c50ea/api/v1alpha1/healthcheck_types.go#L171 Signed-off-by: Clemens Beck <mail@beckcl.dev> * lint: fix intendation Signed-off-by: Clemens Beck <mail@beckcl.dev> --------- Signed-off-by: Clemens Beck <mail@beckcl.dev> Co-authored-by: Clemens Beck <mail@beckcl.dev> Co-authored-by: Isaac Wilson <10012479+jukie@users.noreply.github.com> Signed-off-by: Matt Miller <millermatt@outlook.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
Runtests on K8s 1.35 in CI. K8s 1.35 released on 2025-12-17.
Same change was done for K8s 1.34 in #7680
What this PR does / why we need it:
Update the version matrix to give confidence in the most recent K8s version.
Which issue(s) this PR fixes:
No linked issue.
Release Notes: No