From 987178ff4b891253817652185981aa044d5947c3 Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Wed, 1 Dec 2021 07:34:00 +0800 Subject: [PATCH] envoy: bump to 1.20.1 Closes #90202. Signed-off-by: Adrian Cole Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/envoy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/envoy.rb b/Formula/envoy.rb index e46a69408d4..2ff70701a69 100644 --- a/Formula/envoy.rb +++ b/Formula/envoy.rb @@ -4,8 +4,8 @@ class Envoy < Formula # Switch to a tarball when the following issue is resolved: # https://github.com/envoyproxy/envoy/issues/2181 url "https://github.com/envoyproxy/envoy.git", - tag: "v1.20.0", - revision: "96701cb24611b0f3aac1cc0dd8bf8589fbdf8e9e" + tag: "v1.20.1", + revision: "ea23f47b27464794980c05ab290a3b73d801405e" license "Apache-2.0" # Apple M1/arm64 is pending envoyproxy/envoy#16482