diff --git a/Makefile.core.mk b/Makefile.core.mk index 92067e9eb..18104e1c0 100644 --- a/Makefile.core.mk +++ b/Makefile.core.mk @@ -146,7 +146,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.1.10/envoy-symbol-ARCH.tar.gz +export ENVOY_PACKAGE_URL_PATTERN?=https://github.com/higress-group/proxy/releases/download/v2.1.11/envoy-symbol-ARCH.tar.gz build-envoy: prebuild ./tools/hack/build-envoy.sh diff --git a/helm/core/Chart.yaml b/helm/core/Chart.yaml index 513411ec7..b126c00dd 100644 --- a/helm/core/Chart.yaml +++ b/helm/core/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 2.1.10 +appVersion: 2.1.11 description: Helm chart for deploying higress gateways icon: https://higress.io/img/higress_logo_small.png home: http://higress.io/ @@ -15,4 +15,4 @@ dependencies: repository: "file://../redis" version: 0.0.1 type: application -version: 2.1.10 +version: 2.1.11 diff --git a/helm/higress/Chart.lock b/helm/higress/Chart.lock index 84c75ff3d..03ab73212 100644 --- a/helm/higress/Chart.lock +++ b/helm/higress/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: higress-core repository: file://../core - version: 2.1.10 + version: 2.1.11 - name: higress-console repository: https://higress.io/helm-charts/ - version: 2.1.9 -digest: sha256:fbb896461a8bdc1d5a4f8403253a59497b3b7a13909e9b92a4f3ce3f4f8d999d -generated: "2026-02-03T16:05:30.300315+08:00" + version: 2.1.11 +digest: sha256:09058429db5bef8f2d3e5820f3f84457b3dad34f4638878018cd22623fa38f92 +generated: "2026-02-20T23:47:51.258092+08:00" diff --git a/helm/higress/Chart.yaml b/helm/higress/Chart.yaml index 67380407c..15228b417 100644 --- a/helm/higress/Chart.yaml +++ b/helm/higress/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 2.1.10 +appVersion: 2.1.11 description: Helm chart for deploying Higress gateways icon: https://higress.io/img/higress_logo_small.png home: http://higress.io/ @@ -12,9 +12,9 @@ sources: dependencies: - name: higress-core repository: "file://../core" - version: 2.1.10 + version: 2.1.11 - name: higress-console repository: "https://higress.io/helm-charts/" - version: 2.1.9 + version: 2.1.11 type: application -version: 2.1.10 +version: 2.1.11