-
Notifications
You must be signed in to change notification settings - Fork 460
[release/v1.3] release v1.3.3 cherry-pick #5951
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
Merged
Merged
Conversation
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
* fix: return err if direct response size exceeds limit Signed-off-by: Arko Dasgupta <[email protected]> * lint Signed-off-by: Arko Dasgupta <[email protected]> * add another check Signed-off-by: Arko Dasgupta <[email protected]> --------- Signed-off-by: Arko Dasgupta <[email protected]> (cherry picked from commit 3ebf245) Signed-off-by: Guy Daich <[email protected]>
…oyproxy#5740) * fix precedence to use number of exact matches Signed-off-by: kkk777-7 <[email protected]> (cherry picked from commit b295b09) Signed-off-by: Guy Daich <[email protected]>
* fix: SecurityPolicy reference grant Signed-off-by: kkk777-7 <[email protected]> * add: release note Signed-off-by: kkk777-7 <[email protected]> * update: func name Signed-off-by: kkk777-7 <[email protected]> * revert func name Signed-off-by: kkk777-7 <[email protected]> * update: use processBackendRef to handle route backends Signed-off-by: kkk777-7 <[email protected]> * fix: use not pointer type for extAuth backendRef Signed-off-by: kkk777-7 <[email protected]> * Add: testcase for ExtAuth Signed-off-by: kkk777-7 <[email protected]> * fix: add jwt backendref to backendSecurityPolicyIndexFunc Signed-off-by: kkk777-7 <[email protected]> --------- Signed-off-by: kkk777-7 <[email protected]> (cherry picked from commit ef50718) Signed-off-by: Guy Daich <[email protected]>
Signed-off-by: Gavin Lam <[email protected]> (cherry picked from commit 5e7df65) Signed-off-by: Guy Daich <[email protected]>
Signed-off-by: Mathias Westby Skoglund <[email protected]> Co-authored-by: Mathias Westby Skoglund <[email protected]> (cherry picked from commit 2bbbdf8) Signed-off-by: Guy Daich <[email protected]>
Signed-off-by: Guy Daich <[email protected]>
Signed-off-by: Guy Daich <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/v1.3 #5951 +/- ##
================================================
+ Coverage 67.99% 68.48% +0.48%
================================================
Files 211 211
Lines 33170 33151 -19
================================================
+ Hits 22555 22704 +149
+ Misses 9258 9085 -173
- Partials 1357 1362 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…yproxy#5953) fix: process all gatewayClasses after encountering an err * instead of returning from Reconcile after encountering an err which processing a `GatewayClass`, `continue` instead to process all GatewayClasses Fixes: envoyproxy#5618 Signed-off-by: Arko Dasgupta <[email protected]> (cherry picked from commit 64845fe) Signed-off-by: Guy Daich <[email protected]>
* fix: enable http3 but panic Signed-off-by: bitliu <[email protected]> (cherry picked from commit 46e053b) Signed-off-by: Guy Daich <[email protected]>
Signed-off-by: Guy Daich <[email protected]>
arkodg
approved these changes
May 8, 2025
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?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Release Notes: Yes/No