-
Notifications
You must be signed in to change notification settings - Fork 419
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
[release/v1.3] Release v1.3.2 cherry-pick #5576
Open
guydc
wants to merge
8
commits into
envoyproxy:release/v1.3
Choose a base branch
from
guydc:rel-v1.3.2-cp
base: release/v1.3
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
Signed-off-by: Arko Dasgupta <[email protected]> (cherry picked from commit 4d914ae) Signed-off-by: Guy Daich <[email protected]>
* add TTL for wasm permission check Signed-off-by: Huabing (Robin) Zhao <[email protected]> * fix test Signed-off-by: Huabing (Robin) Zhao <[email protected]> * change Signed-off-by: Huabing (Robin) Zhao <[email protected]> * refresh the cache Signed-off-by: Huabing (Robin) Zhao <[email protected]> * purge the cache Signed-off-by: Huabing (Robin) Zhao <[email protected]> * refactor Signed-off-by: Huabing (Robin) Zhao <[email protected]> * on retry on retriable errors Signed-off-by: Huabing (Robin) Zhao <[email protected]> * add release note Signed-off-by: Huabing (Robin) Zhao <[email protected]> --------- Signed-off-by: Huabing (Robin) Zhao <[email protected]> (cherry picked from commit 672de8a) Signed-off-by: Guy Daich <[email protected]>
* load EnvoyExtensionPolicy in standalone mode Signed-off-by: Takeshi Yoneda <[email protected]> * more Signed-off-by: Takeshi Yoneda <[email protected]> * release note Signed-off-by: Takeshi Yoneda <[email protected]> * review: use a valid target name instead of myapp Signed-off-by: Takeshi Yoneda <[email protected]> * gen Signed-off-by: Takeshi Yoneda <[email protected]> --------- Signed-off-by: Takeshi Yoneda <[email protected]> (cherry picked from commit 4be098d) Signed-off-by: Guy Daich <[email protected]>
* check for mirror backendRef Signed-off-by: mark winter <[email protected]> (cherry picked from commit 72b72c4) Signed-off-by: Guy Daich <[email protected]>
…#5524) * bug: dont return an err when gatewayclass is not accepted this is a user generated error, we shouldnt log it as a system error, and return with an error Signed-off-by: Arko Dasgupta <[email protected]> * release notes Signed-off-by: Arko Dasgupta <[email protected]> --------- Signed-off-by: Arko Dasgupta <[email protected]> (cherry picked from commit 51e87ca) Signed-off-by: Guy Daich <[email protected]>
* host header is not allowed to be modified Signed-off-by: Huabing (Robin) Zhao <[email protected]> * address comment Signed-off-by: Huabing (Robin) Zhao <[email protected]> --------- Signed-off-by: Huabing (Robin) Zhao <[email protected]> (cherry picked from commit 54efa34) Signed-off-by: Guy Daich <[email protected]>
…s updated (envoyproxy#5461) * fix: retrigger reconilation when backendRef of type ServiceImport is updated Signed-off-by: Teju Nareddy <[email protected]> (cherry picked from commit e2f8978) Signed-off-by: Guy Daich <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/v1.3 #5576 +/- ##
================================================
+ Coverage 67.94% 67.96% +0.01%
================================================
Files 210 211 +1
Lines 33135 33164 +29
================================================
+ Hits 22515 22539 +24
Misses 9264 9264
- Partials 1356 1361 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Guy Daich <[email protected]>
arkodg
approved these changes
Mar 21, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks !
zhaohuabing
approved these changes
Mar 22, 2025
arkodg
approved these changes
Mar 22, 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