mirror of
https://github.com/alibaba/higress.git
synced 2026-05-26 21:57:30 +08:00
release 2.1.4
This commit is contained in:
@@ -144,7 +144,7 @@ docker-buildx-push: clean-env docker.higress-buildx
|
|||||||
export PARENT_GIT_TAG:=$(shell cat VERSION)
|
export PARENT_GIT_TAG:=$(shell cat VERSION)
|
||||||
export PARENT_GIT_REVISION:=$(TAG)
|
export PARENT_GIT_REVISION:=$(TAG)
|
||||||
|
|
||||||
export ENVOY_PACKAGE_URL_PATTERN?=https://github.com/higress-group/proxy/releases/download/v2.1.5/envoy-symbol-ARCH.tar.gz
|
export ENVOY_PACKAGE_URL_PATTERN?=https://github.com/higress-group/proxy/releases/download/v2.1.6/envoy-symbol-ARCH.tar.gz
|
||||||
|
|
||||||
build-envoy: prebuild
|
build-envoy: prebuild
|
||||||
./tools/hack/build-envoy.sh
|
./tools/hack/build-envoy.sh
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.1.3
|
appVersion: 2.1.4
|
||||||
description: Helm chart for deploying higress gateways
|
description: Helm chart for deploying higress gateways
|
||||||
icon: https://higress.io/img/higress_logo_small.png
|
icon: https://higress.io/img/higress_logo_small.png
|
||||||
home: http://higress.io/
|
home: http://higress.io/
|
||||||
@@ -15,4 +15,4 @@ dependencies:
|
|||||||
repository: "file://../redis"
|
repository: "file://../redis"
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
type: application
|
type: application
|
||||||
version: 2.1.3
|
version: 2.1.4
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: higress-core
|
- name: higress-core
|
||||||
repository: file://../core
|
repository: file://../core
|
||||||
version: 2.1.3
|
version: 2.1.4
|
||||||
- name: higress-console
|
- name: higress-console
|
||||||
repository: https://higress.io/helm-charts/
|
repository: https://higress.io/helm-charts/
|
||||||
version: 2.1.3
|
version: 2.1.4
|
||||||
digest: sha256:c7307d5398c3c1178758c5372bd1aa4cb8dee7beeab3832d3e9ce0a04d1adc23
|
digest: sha256:482d9c5263ed959848601ee249b4852aed842a7805f0b36e456639fd54649c45
|
||||||
generated: "2025-05-09T15:29:50.616179+08:00"
|
generated: "2025-06-10T20:57:14.150704+08:00"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.1.3
|
appVersion: 2.1.4
|
||||||
description: Helm chart for deploying Higress gateways
|
description: Helm chart for deploying Higress gateways
|
||||||
icon: https://higress.io/img/higress_logo_small.png
|
icon: https://higress.io/img/higress_logo_small.png
|
||||||
home: http://higress.io/
|
home: http://higress.io/
|
||||||
@@ -12,9 +12,9 @@ sources:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: higress-core
|
- name: higress-core
|
||||||
repository: "file://../core"
|
repository: "file://../core"
|
||||||
version: 2.1.3
|
version: 2.1.4
|
||||||
- name: higress-console
|
- name: higress-console
|
||||||
repository: "https://higress.io/helm-charts/"
|
repository: "https://higress.io/helm-charts/"
|
||||||
version: 2.1.3
|
version: 2.1.4
|
||||||
type: application
|
type: application
|
||||||
version: 2.1.3
|
version: 2.1.4
|
||||||
|
|||||||
Reference in New Issue
Block a user