From 707061fb68332d5deb2b3458c4480ccd359a09bc Mon Sep 17 00:00:00 2001 From: johnlanni Date: Mon, 14 Apr 2025 21:05:00 +0800 Subject: [PATCH] release 2.1.1-rc.1 --- Makefile.core.mk | 2 +- VERSION | 2 +- envoy/envoy | 2 +- helm/core/Chart.yaml | 4 ++-- helm/higress/Chart.lock | 6 +++--- helm/higress/Chart.yaml | 6 +++--- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Makefile.core.mk b/Makefile.core.mk index 236ebff81..de5b5ab3b 100644 --- a/Makefile.core.mk +++ b/Makefile.core.mk @@ -144,7 +144,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.3/envoy-symbol-ARCH.tar.gz +export ENVOY_PACKAGE_URL_PATTERN?=https://github.com/higress-group/proxy/releases/download/v2.1.4/envoy-symbol-ARCH.tar.gz build-envoy: prebuild ./tools/hack/build-envoy.sh diff --git a/VERSION b/VERSION index 1defe531b..de6bffa4b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v2.1.0 +v2.1.1-rc.1 diff --git a/envoy/envoy b/envoy/envoy index 80f354c94..e114a74dd 160000 --- a/envoy/envoy +++ b/envoy/envoy @@ -1 +1 @@ -Subproject commit 80f354c9441cd32a833aa19dfc61ae715b052ab7 +Subproject commit e114a74dd8ad8608e9230c0228924fa63e7b1c43 diff --git a/helm/core/Chart.yaml b/helm/core/Chart.yaml index 32d80b1cc..abe12dd91 100644 --- a/helm/core/Chart.yaml +++ b/helm/core/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 2.1.0 +appVersion: 2.1.1-rc.1 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.0 +version: 2.1.1-rc.1 diff --git a/helm/higress/Chart.lock b/helm/higress/Chart.lock index c67c41d18..2fe9f52c6 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.0 + version: 2.1.1-rc.1 - name: higress-console repository: https://higress.io/helm-charts/ version: 2.1.0 -digest: sha256:820c0342946feedbd0329e13689ec7a10b6152be95d58ed2aef016b0d29d8691 -generated: "2025-04-02T17:02:50.812174+08:00" +digest: sha256:a54678c246a6f0873cc4e9411902314f34d3aed439774d054c899574fdcba4cc +generated: "2025-04-14T21:04:25.733949+08:00" diff --git a/helm/higress/Chart.yaml b/helm/higress/Chart.yaml index ee11ceccc..64b4494f4 100644 --- a/helm/higress/Chart.yaml +++ b/helm/higress/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 2.1.0 +appVersion: 2.1.1-rc.1 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.0 + version: 2.1.1-rc.1 - name: higress-console repository: "https://higress.io/helm-charts/" version: 2.1.0 type: application -version: 2.1.0 +version: 2.1.1-rc.1