release 2.1.5-rc.1 (#2446)

This commit is contained in:
澄潭
2025-06-17 21:23:42 +08:00
committed by GitHub
parent 6e31a7b67c
commit 1daaa4b880
4 changed files with 8 additions and 8 deletions

View File

@@ -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.6/envoy-symbol-ARCH.tar.gz
export ENVOY_PACKAGE_URL_PATTERN?=https://github.com/higress-group/proxy/releases/download/v2.1.7/envoy-symbol-ARCH.tar.gz
build-envoy: prebuild
./tools/hack/build-envoy.sh

View File

@@ -1 +1 @@
v2.1.4
v2.1.5-rc.1

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 2.1.4
appVersion: 2.1.5-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.4
version: 2.1.5-rc.1

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 2.1.4
appVersion: 2.1.5-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.4
version: 2.1.5-rc.1
- name: higress-console
repository: "https://higress.io/helm-charts/"
version: 2.1.4
version: 2.1.5-rc.1
type: application
version: 2.1.4
version: 2.1.5-rc.1