Skip to content

Commit

Permalink
bump proto_processing_lib to 11d825fb33f92eefcbacbd7b0db9eea8df6e8acb (
Browse files Browse the repository at this point in the history
…envoyproxy#37125)

Pulls in a change to drop some dangling symlinks.
No functional changes to the `proto_processing_lib` library itself.

Risk Level: low
Testing: ci

Signed-off-by: Alejandro R. Sedeño <asedeno@google.com>
  • Loading branch information
asedeno authored Nov 14, 2024
1 parent b5d9cc8 commit f918986
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1010,13 +1010,13 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "proto_processing_lib",
project_desc = "Library that provides utility functionality for proto field scrubbing",
project_url = "https://github.com/grpc-ecosystem/proto_processing_lib",
version = "968fd5e3c2278d0e0462b0c56574615711025502",
sha256 = "e64cfa0a19cd126a7f045ee2752beb53b3ecb0174c376146f701ed560fae46b8",
version = "11d825fb33f92eefcbacbd7b0db9eea8df6e8acb",
sha256 = "fb687515a3673849d5b9c4cfe3b6dc50d878a028b8579e6f546b2357931da7cd",
strip_prefix = "proto_processing_lib-{version}",
urls = ["https://github.com/grpc-ecosystem/proto_processing_lib/archive/{version}.zip"],
use_category = ["dataplane_ext"],
extensions = ["envoy.filters.http.grpc_json_transcoder", "envoy.filters.http.grpc_field_extraction", "envoy.filters.http.proto_message_extraction"],
release_date = "2024-08-30",
release_date = "2024-10-11",
cpe = "N/A",
license = "Apache-2.0",
license_url = "https://github.com/grpc-ecosystem/proto_processing_lib/blob/{version}/LICENSE",
Expand Down

0 comments on commit f918986

Please sign in to comment.