Commit 264b315
File tree
5 files changed
+4
-6
lines changed- bin
- repos
5 files changed
+4
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
43 | | - | |
44 | 42 | | |
45 | 43 | | |
46 | 44 | | |
| |||
Submodule linkerd-await updated 11 files
Submodule linkerd2-proxy updated 66 files
- .github/workflows/coverage.yml+1-1
- .github/workflows/fuzzers.yml+2-2
- .github/workflows/pr.yml+4-4
- .github/workflows/release.yml+1-1
- .github/workflows/shellcheck.yml+1-1
- .github/workflows/toolchain.yml+1-1
- Cargo.lock+15-15
- linkerd/addr/src/lib.rs+6-10
- linkerd/app/admin/src/stack.rs+2-2
- linkerd/app/core/build.rs+2-2
- linkerd/app/core/src/classify.rs+1-1
- linkerd/app/core/src/metrics.rs+78-45
- linkerd/app/core/src/transport/labels.rs+38-32
- linkerd/app/inbound/src/detect.rs+2-2
- linkerd/app/inbound/src/direct.rs+10-4
- linkerd/app/inbound/src/http/router.rs+1-1
- linkerd/app/inbound/src/http/tests.rs+2-2
- linkerd/app/inbound/src/metrics/authz.rs+34-17
- linkerd/app/inbound/src/policy/http.rs+14-6
- linkerd/app/inbound/src/policy/tcp.rs+4-3
- linkerd/app/integration/src/controller.rs+1-4
- linkerd/app/integration/src/identity.rs+1-1
- linkerd/app/integration/src/lib.rs+1-1
- linkerd/app/integration/src/proxy.rs+3-3
- linkerd/app/integration/src/tap.rs+5-5
- linkerd/app/integration/src/tests/discovery.rs+1-1
- linkerd/app/integration/src/tests/profile_dst_overrides.rs+1-1
- linkerd/app/integration/src/tests/profiles.rs+2-2
- linkerd/app/integration/src/tests/telemetry.rs+3-3
- linkerd/app/integration/src/tests/telemetry/log_stream.rs+9-17
- linkerd/app/integration/src/tests/telemetry/tcp_errors.rs+1-4
- linkerd/app/outbound/src/http/concrete.rs+7
- linkerd/app/outbound/src/http/endpoint/tests.rs+6
- linkerd/app/outbound/src/opaq/concrete.rs+7
- linkerd/app/outbound/src/opaq/logical/tests.rs+2-5
- linkerd/app/outbound/src/tls/concrete.rs+7
- linkerd/app/src/env.rs+6-6
- linkerd/app/src/env/types.rs+5-5
- linkerd/app/test/src/connect.rs+1-2
- linkerd/app/test/src/resolver.rs+2-6
- linkerd/dns/name/src/name.rs+4-5
- linkerd/dns/src/lib.rs+2-2
- linkerd/http/metrics/src/requests/report.rs+2-1
- linkerd/http/route/src/http/filter/redirect.rs+3-3
- linkerd/io/src/scoped.rs+1-1
- linkerd/meshtls/src/lib.rs+1-1
- linkerd/meshtls/tests/util.rs+1-4
- linkerd/metrics/src/counter.rs+1-1
- linkerd/metrics/src/fmt.rs+4-4
- linkerd/metrics/src/gauge.rs+1-1
- linkerd/metrics/src/histogram.rs+6-7
- linkerd/proxy/http/src/h1.rs+1-2
- linkerd/proxy/http/src/server.rs+3-1
- linkerd/proxy/spire-client/src/api.rs+1-1
- linkerd/service-profiles/src/proto.rs+1-1
- linkerd/tls/src/client.rs+14
- linkerd/tls/src/lib.rs+7-3
- linkerd/tls/src/server.rs+21
- linkerd/trace-context/src/lib.rs+1-1
- linkerd/tracing/src/access_log.rs+7-7
- linkerd/tracing/src/level.rs+2-2
- linkerd/tracing/src/lib.rs+1-1
- linkerd/transport-metrics/src/lib.rs+3-2
- linkerd2-proxy/src/main.rs+3-3
- rust-toolchain.toml+1-1
- tools/src/bin/gen-protos.rs+1-1
Submodule linkerd2-proxy-init updated 28 files
- .devcontainer/devcontainer.json+1-1
- .github/actions/version-mode/action.yml+1-1
- .github/dependabot.yml+3-1
- .github/workflows/actions.yml+4-4
- .github/workflows/cni-plugin-integration.yml+7-7
- .github/workflows/go.yml+6-6
- .github/workflows/integration.yml+2-2
- .github/workflows/markdown.yml+2-2
- .github/workflows/release-cni-plugin.yml+8-8
- .github/workflows/release-proxy-init.yml+8-8
- .github/workflows/release-validator.yml+20-9
- .github/workflows/rust.yml+2-2
- .github/workflows/shell.yml+2-2
- Cargo.lock+7-7
- Dockerfile+1-1
- Dockerfile-cni-plugin+3-2
- cni-plugin/deployment/scripts/install-cni.sh+128-113
- cni-plugin/integration/Dockerfile-tester+1-1
- cni-plugin/integration/manifests/flannel/linkerd-cni.yaml+4-4
- cni-plugin/main.go+1-1
- cni-repair-controller/integration/run.sh+3
- go.mod+17-20
- go.sum+40-40
- justfile+1-1
- justfile-rust+13-8
- rust-toolchain.toml+1-1
- validator/Cargo.toml+2-2
- validator/src/main.rs+36-12
0 commit comments