Skip to content

Commit

Permalink
bump grpc-httpjson-transcoding (envoyproxy#36229)
Browse files Browse the repository at this point in the history
Updating to a version which is more amenable to future protobuf updates.

Risk Level: low
Testing: 
```
$ bazel test                                                \
//test/extensions/filters/http/grpc_json_transcoder/...     \
//test/extensions/filters/http/grpc_field_extraction/...    \
//test/extensions/filters/http/proto_message_extraction/...
```

Signed-off-by: Alejandro R Sedeño <[email protected]>
  • Loading branch information
asedeno authored Sep 20, 2024
1 parent bb22882 commit f575d26
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 @@ -948,13 +948,13 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "grpc-httpjson-transcoding",
project_desc = "Library that supports transcoding so that HTTP/JSON can be converted to gRPC",
project_url = "https://github.com/grpc-ecosystem/grpc-httpjson-transcoding",
version = "20e58e7ef9c3878ae9fc89123b9aba36d6f98a7f",
sha256 = "2f0ea248c59f51e5376f23590a986813b96076531ffe27a805f7a37407a81a87",
version = "8f0d092ecf60470f504f506e2851173a8033a62c",
sha256 = "11f6316192c5fbd967796e46ab2872964cb4f0a2396126c9e7b961295d4768af",
strip_prefix = "grpc-httpjson-transcoding-{version}",
urls = ["https://github.com/grpc-ecosystem/grpc-httpjson-transcoding/archive/{version}.tar.gz"],
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-09-19",
cpe = "N/A",
license = "Apache-2.0",
license_url = "https://github.com/grpc-ecosystem/grpc-httpjson-transcoding/blob/{version}/LICENSE",
Expand Down

0 comments on commit f575d26

Please sign in to comment.