From e747583048e3006df9372a70f42526ec4cbaada7 Mon Sep 17 00:00:00 2001 From: Gary Brown Date: Thu, 19 Oct 2017 13:53:52 +0100 Subject: [PATCH] Update envoy sha to incorporate ability to override server span name using one supplied from decorated client span --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 06f9612f9d5..f679a26a86d 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -37,7 +37,7 @@ bind( actual = "//external:ssl", ) -ENVOY_SHA = "6cb0983a1ce74c55aaf0124bd2227be8f9efa2de" # Sep 26, 2017 (use github to download tclap instead of sourceforge) +ENVOY_SHA = "e366bcfd8dee9d4f2eb3956e77a77f17bd7a5244" # Oct 19, 2017 (set cluster/route/listener/vhost name len based on CLI opt) http_archive( name = "envoy",