Skip to content

[release-v1.5] cherry pick for v1.5.8#8048

Merged
zirain merged 11 commits intoenvoyproxy:release/v1.5from
zirain:cherry-pick/v1.5.8
Jan 26, 2026
Merged

[release-v1.5] cherry pick for v1.5.8#8048
zirain merged 11 commits intoenvoyproxy:release/v1.5from
zirain:cherry-pick/v1.5.8

Conversation

@zirain
Copy link
Copy Markdown
Member

@zirain zirain commented Jan 26, 2026

xref: #8049

zhaohuabing and others added 6 commits January 26, 2026 10:42
…g optional CRDs (envoyproxy#7872)

* fail fast when unrecoverable discovery errors happens

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

* only retry transient errors

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

* fix potenial dead lock

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

* address comments

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

* minor wording

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

* create discovery client once

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

* fix lint

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

* address comments

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

* remove redundant logging

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

* add e2e test

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

* fix test

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

* fix test

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

---------

Signed-off-by: Huabing (Robin) Zhao <[email protected]>
…xy#7956)

* fix: extproc is discarded with failOpen is enabled for wasm

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

* add test

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

* polish code

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

* add test

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

---------

Signed-off-by: Huabing (Robin) Zhao <[email protected]>
* mask secrets

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

* address comments

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

---------

Signed-off-by: Huabing (Robin) Zhao <[email protected]>
* add test

Signed-off-by: zirain <[email protected]>

* fix race

Signed-off-by: zirain <[email protected]>

* fix lint

Signed-off-by: zirain <[email protected]>

* fix

Signed-off-by: zirain <[email protected]>

* fix

Signed-off-by: zirain <[email protected]>

* fix lint

Signed-off-by: zirain <[email protected]>

* use Semaphore instead of WaitGroup

Signed-off-by: zirain <[email protected]>

* comments

Signed-off-by: zirain <[email protected]>

* lint

Signed-off-by: zirain <[email protected]>

* fix

Signed-off-by: zirain <[email protected]>

* fix lint

Signed-off-by: zirain <[email protected]>

* callback

Signed-off-by: zirain <[email protected]>

* fix lint

Signed-off-by: zirain <[email protected]>

* run hook sequentially

Signed-off-by: zirain <[email protected]>

* fix lint

Signed-off-by: zirain <[email protected]>

* rename to cfgMux

Signed-off-by: zirain <[email protected]>

---------

Signed-off-by: zirain <[email protected]>
…efs (envoyproxy#7994)

* fix: wrong cluster type with mixed FQDN backend and service backend refs

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

* fix mirror cluster endpoint type

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

* simplify the test

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

* update comment

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

---------

Signed-off-by: Huabing (Robin) Zhao <[email protected]>
@zirain zirain requested a review from a team as a code owner January 26, 2026 03:00
@zirain zirain mentioned this pull request Jan 26, 2026
12 tasks
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
@codecov
Copy link
Copy Markdown

codecov bot commented Jan 26, 2026

Codecov Report

❌ Patch coverage is 58.62069% with 96 lines in your changes missing coverage. Please review.
✅ Project coverage is 72.46%. Comparing base (203876b) to head (e168a31).
⚠️ Report is 2 commits behind head on release/v1.5.

Files with missing lines Patch % Lines
internal/provider/kubernetes/controller.go 49.38% 22 Missing and 19 partials ⚠️
internal/admin/console/api.go 14.28% 23 Missing and 1 partial ⚠️
internal/gatewayapi/sort.go 52.38% 7 Missing and 3 partials ⚠️
internal/cmd/server.go 66.66% 6 Missing and 2 partials ⚠️
...nternal/envoygateway/config/loader/configloader.go 78.94% 5 Missing and 3 partials ⚠️
internal/gatewayapi/envoyextensionpolicy.go 90.32% 1 Missing and 2 partials ⚠️
internal/provider/kubernetes/controller_watch.go 60.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@               Coverage Diff                @@
##           release/v1.5    #8048      +/-   ##
================================================
+ Coverage         71.83%   72.46%   +0.62%     
================================================
  Files               225      225              
  Lines             32412    32535     +123     
================================================
+ Hits              23283    23575     +292     
+ Misses             7439     7235     -204     
- Partials           1690     1725      +35     

☔ 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 force-pushed the cherry-pick/v1.5.8 branch from a3bb407 to e168a31 Compare January 26, 2026 07:55
@zirain zirain merged commit 530921a into envoyproxy:release/v1.5 Jan 26, 2026
80 of 87 checks passed
@zirain zirain deleted the cherry-pick/v1.5.8 branch January 26, 2026 10:56
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.

3 participants