From a2591df1517724e056ee611729bdf23e6bf7ad24 Mon Sep 17 00:00:00 2001 From: Kenneth Jenkins <51246568+kenjenkins@users.noreply.github.com> Date: Wed, 26 Jun 2024 20:52:08 -0700 Subject: [PATCH] envoy: upgrade to v1.30.3 (#5155) envoy: upgrade to v1.30.3 (#5152) --- 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 6c2561e4b..0a1f058c3 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.30.2 +_envoy_version=1.30.3 _dir="$_project_root/pkg/envoy/files" for _target in darwin-amd64 darwin-arm64 linux-amd64 linux-arm64; do