From e43f8c24690370492f1e78c815c91fea5320eed8 Mon Sep 17 00:00:00 2001 From: Greg Hanson Date: Tue, 14 Feb 2017 14:52:44 -0600 Subject: [PATCH] updated SHA to point to newer envoy with RDS API feature --- src/envoy/repositories.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/envoy/repositories.bzl b/src/envoy/repositories.bzl index 94f371ebc7d..ec140710592 100644 --- a/src/envoy/repositories.bzl +++ b/src/envoy/repositories.bzl @@ -629,6 +629,6 @@ cc_test( native.new_git_repository( name = "envoy_git", remote = "https://github.com/lyft/envoy.git", - commit = "02c6fc97b4c21d25ab596a25208fbe283e927f6a", + commit = "fa1d9680d809668fef2ec9386769c79486029f04", build_file_content = BUILD, )