From c0fc472c25906951ee99aade5bc8812efeb39c86 Mon Sep 17 00:00:00 2001 From: Lukasz Dziedziak Date: Mon, 1 Jul 2024 12:54:55 +0200 Subject: [PATCH] chore(deps): upgrade envoy to 1.28.5 Signed-off-by: Lukasz Dziedziak --- tools/releases/version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/releases/version.sh b/tools/releases/version.sh index 51cfa762cebb..c369cb817fd6 100755 --- a/tools/releases/version.sh +++ b/tools/releases/version.sh @@ -8,7 +8,7 @@ function envoy_version() { # - if ENVOY_TAG is a real git tag like 'v1.20.0' then the version is equal to '1.20.0' (without the first letter 'v'). # - if ENVOY_TAG is a commit hash then the version will look like '1.20.1-dev-b16d390f' - ENVOY_TAG=${ENVOY_TAG:-"v1.28.4"} + ENVOY_TAG=${ENVOY_TAG:-"v1.28.5"} ENVOY_VERSION=$(curl --silent --location "https://raw.githubusercontent.com/envoyproxy/envoy/${ENVOY_TAG}/VERSION.txt") # for envoy versions older than v1.22.0 file 'VERSION.txt' used to be called 'VERSION'