From 13c3aa9062bc0f698ad9ccc56eff878af8a83ace Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Thu, 3 Dec 2020 11:28:23 -0800 Subject: [PATCH] proxy: v2.124.0 (#5323) This release updates the proxy's `*ring*` dependency to pick up the latest changes from BoringSSL. Additionally, we've audited uses of non-cryptographic random number generators in the proxy to ensure that each balancer/router intializes its own RNG state. --- * Audit uses of SmallRng (linkerd/linkerd2-proxy#757) * Update *ring* to 0.6.19 (linkerd/linkerd2-proxy#758) * metrics: Support the Summary metric type (linkerd/linkerd2-proxy#756) --- .proxy-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.proxy-version b/.proxy-version index 42d0cf775..75813ee72 100644 --- a/.proxy-version +++ b/.proxy-version @@ -1 +1 @@ -v2.123.0 +v2.124.0