Skip to content

Conversation

@beckcl
Copy link

@beckcl beckcl commented Dec 5, 2025

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

@beckcl beckcl requested a review from a team as a code owner December 5, 2025 10:39
zirain
zirain previously approved these changes Dec 5, 2025
@codecov
Copy link

codecov bot commented Dec 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.40%. Comparing base (c1c227b) to head (7c588bc).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7680      +/-   ##
==========================================
+ Coverage   72.38%   72.40%   +0.02%     
==========================================
  Files         234      234              
  Lines       34562    34562              
==========================================
+ Hits        25016    25023       +7     
+ Misses       7756     7750       -6     
+ Partials     1790     1789       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

kkk777-7
kkk777-7 previously approved these changes Dec 5, 2025
@kkk777-7
Copy link
Member

kkk777-7 commented Dec 5, 2025

LGTM, thanks

cnvergence
cnvergence previously approved these changes Dec 5, 2025
@zirain zirain enabled auto-merge (squash) December 5, 2025 23:27
@zirain zirain force-pushed the beck/ci-test-k8s-134 branch from 271a9eb to f31fd88 Compare December 5, 2025 23:27
auto-merge was automatically disabled December 5, 2025 23:27

Head branch was pushed to by a user without write access

@beckcl
Copy link
Author

beckcl commented Dec 10, 2025

@zirain Is anything missing we need to proceed? I see some of the CI jobs failed but these look unrelated.

ipFamily: dual # only run dual test on latest version to save time
profile: gateway-namespace-mode
- version: v1.33.1
- version: v1.34.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Could we target the latest kubernetes version 1.34.2?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we target the latest kubernetes version 1.34.2?

The versions will be used as container tag of the kind node image which has no 1.34.1/1.34.2 builds yet.

@zirain
Copy link
Member

zirain commented Dec 11, 2025

can you also update here?

@beckcl beckcl dismissed stale reviews from zirain, cnvergence, and kkk777-7 via 6494bbb December 11, 2025 07:56
profile: default
# TODO: this's IPv4 first, need a way to test IPv6 first.
- version: v1.33.1
- version: v1.34.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- version: v1.34.0
- version: v1.34.1

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The workflow will attempt to provision a kind cluster with that version and there is no 1.34.1/1.34.2 kind release yet.

https://hub.docker.com/r/kindest/node

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v1.34.0 and v1.34.2 exist as of today.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. Updated to 1.34.2

Envtest only has1.34.1 so we can't sync these (yet).

@beckcl beckcl force-pushed the beck/ci-test-k8s-134 branch from e233346 to 16a6005 Compare December 15, 2025 17:27
zirain
zirain previously approved these changes Dec 16, 2025
Clemens Beck added 3 commits December 16, 2025 08:28
* add Kubernetes 1.34 conformance and e2e tests
* drop Kubernetes 1.30 conformance and e2e tests
* update compatibility matrix

Signed-off-by: Clemens Beck <mail@beckcl.dev>
Signed-off-by: Clemens Beck <mail@beckcl.dev>
Signed-off-by: Clemens Beck <mail@beckcl.dev>
@zirain zirain force-pushed the beck/ci-test-k8s-134 branch from 16a6005 to fedc0f1 Compare December 16, 2025 00:28
The error message returned by the API server
now escapes the quotes of "null".

Fixed by splitting the expected error string
into smaller strings to keep compatible with
K8s <1.34.

Signed-off-by: Clemens Beck <mail@beckcl.dev>
@zirain
Copy link
Member

zirain commented Dec 16, 2025

/retest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants