5 files changed
+5
-5
lines changedSubmodule linkerd2-proxy updated 505 files
Submodule linkerd2-proxy-api updated 50 files
- .devcontainer/devcontainer.json+21-17
- .github/workflows/actions.yml+6-23
- .github/workflows/go.yml+2-2
- .github/workflows/markdown.yml+2-2
- .github/workflows/release.yml+10-10
- .github/workflows/rust.yml+10-10
- CHANGES.md+19
- Cargo.lock+324-193
- Cargo.toml+27-7
- README.md+3-2
- deny.toml+16-3
- examples/gen.rs+1-1
- go.mod+9-9
- go.sum+18-148
- go/destination/destination.pb.go+972-741
- go/destination/destination_grpc.pb.go+47-77
- go/grpc_route/grpc_route.pb.go+14-58
- go/http_route/http_route.pb.go+297-280
- go/http_types/http_types.pb.go+22-78
- go/identity/identity.pb.go+10-40
- go/identity/identity_grpc.pb.go+25-9
- go/inbound/inbound.pb.go+696-700
- go/inbound/inbound_grpc.pb.go+58-48
- go/meta/meta.pb.go+53-53
- go/net/net.pb.go+20-77
- go/opaque_route/opaque_route.pb.go+170
- go/outbound/outbound.pb.go+4.8k
- go/outbound/outbound_grpc.pb.go+163
- go/tap/tap.pb.go+104-391
- go/tap/tap_grpc.pb.go+38-42
- go/tls_route/tls_route.pb.go+227
- justfile+14-129
- proto/destination.proto+86-3
- proto/http_route.proto+33
- proto/inbound.proto+40-3
- proto/meta.proto+3
- proto/opaque_route.proto+12
- proto/outbound.proto+465
- proto/tls_route.proto+18
- src/gen/io.linkerd.proxy.destination.rs+187-18
- src/gen/io.linkerd.proxy.http_route.rs+37-2
- src/gen/io.linkerd.proxy.identity.rs+61-7
- src/gen/io.linkerd.proxy.inbound.rs+141-18
- src/gen/io.linkerd.proxy.meta.rs+6
- src/gen/io.linkerd.proxy.opaque_route.rs+11
- src/gen/io.linkerd.proxy.outbound.rs+1.1k
- src/gen/io.linkerd.proxy.tap.rs+58-9
- src/gen/io.linkerd.proxy.tls_route.rs+27
- src/lib.rs+16-1
- src/net.rs+2-4
0 commit comments