-
-
Notifications
You must be signed in to change notification settings - Fork 74
Sync with upstream Envoy #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
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
Fetch and install the BAZEL_VERSION if not already installed. Signed-off-by: Jarno Rajahalme <[email protected]>
Merged
Remove restrictions no longer needed for the container build. Signed-off-by: Jarno Rajahalme <[email protected]>
Referring to source files in subdirectories does not work with newer upstream Envoy and/or newer Bazel. Fix by moving the proto rules to envoy/cilium/BUILD. Use "_export" suffix on Envoy API deps to get visibility to them. Signed-off-by: Jarno Rajahalme <[email protected]>
The Bazel native "http_archive" has been deprecated, so load the Skylark version. It supprts patching, should we need it. Signed-off-by: Jarno Rajahalme <[email protected]>
Bump Bazel to latest (0.18.0). Search for bazel.rc from tools directory is deprecated, rename to the top level as `.bazelrc`. Signed-off-by: Jarno Rajahalme <[email protected]>
… vs real time; use sim time in gzip (#4512) [ upstream Envoy commit 10948c575c3a410d4666aa2818ce4fc189e84e8b ] Signed-off-by: Jarno Rajahalme <[email protected]>
[ upstream Envoy commit 9d3bea96660909b19575d273e32c6544dcd77ed7 ] Adds a stat control_plane.connected_state that indicates whether Envoy's connected state with management server Signed-off-by: Jarno Rajahalme <[email protected]>
[ upstream Envoy commit 92971047ca0b8a97c1004e3b5196916203f9185b ] Signed-off-by: Jarno Rajahalme <[email protected]>
[ upstream Envoy commit ce634f4be8929f42366ea729fb098afdc139766a ] Signed-off-by: Jarno Rajahalme <[email protected]>
[ upstream Envoy commit 1071264d4edd8a1fc21c0029e3a2c1f2ec184a48 ] Signed-off-by: Jarno Rajahalme <[email protected]>
[ upstream Envoy commit 8a95f0e3da1d4f9e87c6348b99d64342920f8467 ] Signed-off-by: Jarno Rajahalme <[email protected]>
[ upstream Envoy commit 455714694bb930729c32a1f92c0f9c4f083a3bdb ] Signed-off-by: Jarno Rajahalme <[email protected]>
Signed-off-by: Jarno Rajahalme <[email protected]>
This is the same upstream Envoy commit that Istio master mow depends on. Signed-off-by: Jarno Rajahalme <[email protected]>
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.
Update to Bazel 0.19.0 and Envoy commit 4ef8562b2194f222ce8a3d733fb04c629eaf0667.