forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 1
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
sync from master #166
Merged
Merged
sync from master #166
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
…inConnections (#17960) Signed-off-by: Ryan Hamilton <rch@google.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
Field 2 in the `DnsFilterConfig` message was released in Envoy 1.18, and repurposed in Envoy 1.19. Renumber the field, while leaving a compatibility field so that control planes can gracefully migrate to a subsequent 1.19 release. This fixes #17921. Signed-off-by: James Peach <jpeach@apache.org>
Risk Level: low Testing: Added. Fixes Issue: #17996 Docs Changes: N/A. Release Notes: N/A. Platform Specific Features: N/A. Signed-off-by: wbpcode <wbphub@live.com>
…rkBufferFactory::resetAccountsGivenPressure. (#17949) Commit Message: Limit the number of streams reset per invocation of WatermarkBufferFactory::resetAccountsGivenPressure. Additional Description: Since we limit number of streams reset, we should start resetting the largest eligible streams first. Risk Level: low Testing: unit test Docs Changes: Included Release Notes: TBD Platform Specific Features: NA Related Issue #15791 Signed-off-by: Kevin Baichoo <kbaichoo@google.com>
…host (#17848) Signed-off-by: wbpcode <wbphub@live.com>
Today "disabled" and the processing mode are the two things supported because that is what is currently supported in ext_proc. Signed-off-by: Gregory Brail <gregbrail@google.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
Clarify server and client behavior. Risk Level: Low Testing: N/A Docs Changes: Included in PR Release Notes: N/A Platform Specific Features: N/A Signed-off-by: Mark D. Roth <roth@google.com>
* tools: updating buf.lock googleapis dependency Signed-off-by: Adi Suissa-Peleg <adip@google.com>
In aarch64 machines, the bazelisk installation command fails due to binary format mismatch. We need to take care of the architecture running on. Signed-off-by: Kotaro Inoue <k.musaino@gmail.com>
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.
Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Deprecated:]
[Optional API Considerations:]