Compare commits

...

2 Commits

Author SHA1 Message Date
johnlanni
6bd59ac21b Update gateway envoy dependencies
Signed-off-by: johnlanni <zty98751@alibaba-inc.com>
2026-07-07 23:15:40 +08:00
澄潭
481184afc4 fix: bump envoy submodule to skip Redis async client teardown on unchanged config (#4094)
Advances envoy/envoy to 4491e678 (envoy-1.36), merging higress-group/envoy#29:
AsyncClientImpl::initialize() now skips tearing down healthy Redis connections
when the incoming config is unchanged on plugin reload, fixing #4086.

Signed-off-by: 澄潭 <zty98751@alibaba-inc.com>
2026-07-07 22:46:27 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -151,7 +151,7 @@ docker-buildx-push: clean-env docker.higress-buildx
export PARENT_GIT_TAG:=$(shell cat VERSION)
export PARENT_GIT_REVISION:=$(TAG)
export ENVOY_PACKAGE_URL_PATTERN?=https://github.com/higress-group/proxy/releases/download/v2.2.3/envoy-symbol-ARCH.tar.gz
export ENVOY_PACKAGE_URL_PATTERN?=https://github.com/higress-group/proxy/releases/download/v2.2.4-rc.2-test-cpp-host/envoy-symbol-ARCH.tar.gz
build-envoy: prebuild
./tools/hack/build-envoy.sh
@@ -205,7 +205,7 @@ install: pre-install
helm install higress helm/higress -n higress-system --create-namespace --set 'global.local=true'
HIGRESS_LATEST_IMAGE_TAG ?= latest
ENVOY_LATEST_IMAGE_TAG ?= 91244c578aef498af93cacb2cf353f3878b92fc4
ENVOY_LATEST_IMAGE_TAG ?= 481184afc44176eb23d64e0011dc3ea1ae6a410c
ISTIO_LATEST_IMAGE_TAG ?= de2c9628294f51b13c4a70b3a862b4372890797a
install-dev: pre-install