From 1996550c541e0c260210aaa4b35e0bfa4ebb664d Mon Sep 17 00:00:00 2001 From: Kenneth Jenkins <51246568+kenjenkins@users.noreply.github.com> Date: Tue, 24 Oct 2023 08:39:10 -0700 Subject: [PATCH] upgrade envoy to v1.28.0 (#4635) --- scripts/get-envoy.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get-envoy.bash b/scripts/get-envoy.bash index a1cbc7ddb7c..6b73735f0b5 100755 --- a/scripts/get-envoy.bash +++ b/scripts/get-envoy.bash @@ -5,7 +5,7 @@ PATH="$PATH:$(go env GOPATH)/bin" export PATH _project_root="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)/.." -_envoy_version=1.27.1 +_envoy_version=1.28.0 _dir="$_project_root/pkg/envoy/files" for _target in darwin-amd64 darwin-arm64 linux-amd64 linux-arm64; do