From ecbd84b7df915940ca81eb79eb1e05028f9f69bc Mon Sep 17 00:00:00 2001 From: Denis Mishin Date: Wed, 27 Mar 2024 11:25:37 -0400 Subject: [PATCH] envoy: set to v1.29.2 (#5042) --- 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 6b73735f0..6966e6d3e 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.28.0 +_envoy_version=1.29.2 _dir="$_project_root/pkg/envoy/files" for _target in darwin-amd64 darwin-arm64 linux-amd64 linux-arm64; do