From a6f5d72b63d4087610e03938bd09ce4cf46f7b58 Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Tue, 20 Oct 2020 07:25:32 -0700 Subject: [PATCH] proxy: v2.116.0 (#5102) This release fixes a minor regression in outbound tap data, where the source TCP address was omitted. This release also improves logging: - uptime formatting is fixed to only display microsecond granularity, which fixes formatting/alignment inconsistencies. - The `off` log level is now special-cased to entirely disable the logging subsystem. This can substantially reduce memory usage. --- * telemetry: Include git SHA in build_info (linkerd/linkerd2-proxy#716) * outbound: Set source address in Tap metadata (linkerd/linkerd2-proxy#718) * outbound: test profile search nets filtering (linkerd/linkerd2-proxy#714) * app: Consolidate metrics types in `core::metrics` (linkerd/linkerd2-proxy#709) * outbound: test load balancer adding/removing TCP endpoints (linkerd/linkerd2-proxy#717) * Remove hardcoded list of ports to skip (linkerd/linkerd2-proxy#719) * admin: Simplify metrics server (linkerd/linkerd2-proxy#720) * Split tracing init & admin handlers into crate (linkerd/linkerd2-proxy#721) * tracing: Fix time formatting to ensure alignment (linkerd/linkerd2-proxy#722) * tracing: Support disabling tracing entirely (linkerd/linkerd2-proxy#723) --- .proxy-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.proxy-version b/.proxy-version index 542b527ee..994af6df6 100644 --- a/.proxy-version +++ b/.proxy-version @@ -1 +1 @@ -v2.115.0 +v2.116.0