Skip to content

Commit

Permalink
Update envoy to b1caeb3 (#1255)
Browse files Browse the repository at this point in the history
Updating upstream to include: #14945

Update includes adding extension categories for `envoy_cc_extension`

Signed-off-by: Alan Chiu <achiu@lyft.com>

For an explanation of how to fill out the fields, please see the relevant section
in [PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/master/PULL_REQUESTS.md)

Description: Updating upstream to include: #14945
Risk Level: low
Testing: CI
Docs Changes: N/A
Release Notes: N/A
[Optional Fixes #Issue]
[Optional Deprecated:]

Signed-off-by: JP Simard <jp@jpsim.com>
  • Loading branch information
Alan Chiu authored and jpsim committed Nov 28, 2022
1 parent e7abe65 commit c90a720
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/envoy
Submodule envoy updated from 8e2286 to 79fdcb
2 changes: 2 additions & 0 deletions mobile/library/common/extensions/filters/http/assertion/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ envoy_cc_extension(
name = "assertion_filter_lib",
srcs = ["filter.cc"],
hdrs = ["filter.h"],
category = "envoy.filters.http",
repository = "@envoy",
security_posture = "requires_trusted_downstream_and_upstream",
deps = [
Expand All @@ -37,6 +38,7 @@ envoy_cc_extension(
name = "config",
srcs = ["config.cc"],
hdrs = ["config.h"],
category = "envoy.filters.http",
repository = "@envoy",
security_posture = "requires_trusted_downstream_and_upstream",
deps = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ envoy_cc_extension(
name = "local_error_filter_lib",
srcs = ["filter.cc"],
hdrs = ["filter.h"],
category = "envoy.filters.http",
repository = "@envoy",
security_posture = "requires_trusted_downstream_and_upstream",
deps = [
Expand All @@ -40,6 +41,7 @@ envoy_cc_extension(
name = "config",
srcs = ["config.cc"],
hdrs = ["config.h"],
category = "envoy.filters.http",
repository = "@envoy",
security_posture = "requires_trusted_downstream_and_upstream",
deps = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ envoy_cc_extension(
"c_types.h",
"filter.h",
],
category = "envoy.filters.http",
repository = "@envoy",
security_posture = "requires_trusted_downstream_and_upstream",
deps = [
Expand All @@ -43,6 +44,7 @@ envoy_cc_extension(
name = "config",
srcs = ["config.cc"],
hdrs = ["config.h"],
category = "envoy.filters.http",
repository = "@envoy",
security_posture = "requires_trusted_downstream_and_upstream",
deps = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ envoy_cc_extension(
name = "mobile_grpc_streamer",
srcs = ["mobile_grpc_streamer.cc"],
hdrs = ["mobile_grpc_streamer.h"],
category = "envoy.filters.http",
repository = "@envoy",
security_posture = "requires_trusted_downstream_and_upstream",
deps = [
Expand All @@ -45,6 +46,7 @@ envoy_cc_extension(
name = "config",
srcs = ["config.cc"],
hdrs = ["config.h"],
category = "envoy.filters.http",
repository = "@envoy",
security_posture = "requires_trusted_downstream_and_upstream",
deps = [
Expand Down

0 comments on commit c90a720

Please sign in to comment.