Skip to content

Conversation

@zirain
Copy link
Member

@zirain zirain commented Nov 14, 2025

No description provided.

@zirain zirain requested a review from a team as a code owner November 14, 2025 03:56
@zirain zirain mentioned this pull request Nov 14, 2025
12 tasks
rudrakhp and others added 9 commits November 14, 2025 11:57
* watch change for the ca cert in the Backend

Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: zirain <[email protected]>
fix: set ipfamily in udpistener (envoyproxy#7312)

Signed-off-by: cong <[email protected]>
Signed-off-by: zirain <[email protected]>
* coalesce updates to reduce redundant processing in subscription handler

Signed-off-by: Huabing Zhao <[email protected]>

* retain order

Signed-off-by: Huabing Zhao <[email protected]>

* keep intermediate delete updates

Signed-off-by: Huabing Zhao <[email protected]>

* minor wording

Signed-off-by: Huabing Zhao <[email protected]>

* treat delete as normal operations

Signed-off-by: Huabing Zhao <[email protected]>

* retain the original order of the last updates for each key

Signed-off-by: Huabing Zhao <[email protected]>

* address comments

Signed-off-by: Huabing Zhao <[email protected]>

* fix test

Signed-off-by: Huabing Zhao <[email protected]>

---------

Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: zirain <[email protected]>
Signed-off-by: cong <[email protected]>
Signed-off-by: zirain <[email protected]>
…s sharing the same port (envoyproxy#7337)

* fix jwt provider missing when jwt is configured at multiple ir listeners

Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: zirain <[email protected]>
Fix memory leak.

Two watchable.Maps were never closed when shutting down the provider:
- GatewayClassStatuses.Close() - missing in GatewayAPIStatuses.Close()
- BackendTrafficPolicyStatuses.Close() - missing in PolicyStatuses.Close()

Each unclosed map leaked 3 goroutines:
1. Internal watchable.Map.coalesce goroutine
2. HandleSubscription goroutine blocked on channel read
3. Error handler goroutine blocked on channel read

Signed-off-by: Gonzalo Serrano <[email protected]>
Signed-off-by: zirain <[email protected]>
@zirain zirain force-pushed the cherry-pick/v1.5.5 branch from 8ef054f to 660eb11 Compare November 14, 2025 03:57
arkodg
arkodg previously approved these changes Nov 14, 2025
Signed-off-by: Huabing Zhao <[email protected]>
@codecov
Copy link

codecov bot commented Nov 14, 2025

Codecov Report

❌ Patch coverage is 80.20833% with 19 lines in your changes missing coverage. Please review.
✅ Project coverage is 71.80%. Comparing base (ba98d75) to head (af304fd).
⚠️ Report is 1 commits behind head on release/v1.5.

Files with missing lines Patch % Lines
internal/provider/kubernetes/predicates.go 72.72% 4 Missing and 2 partials ⚠️
internal/xds/translator/jwt.go 76.92% 4 Missing and 2 partials ⚠️
...nternal/envoygateway/config/loader/configloader.go 0.00% 2 Missing and 1 partial ⚠️
internal/gatewayapi/listener.go 88.23% 1 Missing and 1 partial ⚠️
internal/message/types.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@               Coverage Diff                @@
##           release/v1.5    #7509      +/-   ##
================================================
+ Coverage         71.72%   71.80%   +0.07%     
================================================
  Files               225      225              
  Lines             32289    32348      +59     
================================================
+ Hits              23159    23226      +67     
+ Misses             7450     7435      -15     
- Partials           1680     1687       +7     

☔ 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.

@zirain zirain merged commit eb65bc0 into envoyproxy:release/v1.5 Nov 14, 2025
40 of 45 checks passed
@zirain zirain deleted the cherry-pick/v1.5.5 branch November 14, 2025 06:22
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.

7 participants