mirror of
https://github.com/alibaba/higress.git
synced 2026-04-21 20:17:29 +08:00
release 2.0.7 (#1781)
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.0/envoy-symbol-ARCH.tar.gz
|
export ENVOY_PACKAGE_URL_PATTERN?=https://github.com/higress-group/proxy/releases/download/v2.1.1/envoy-symbol-ARCH.tar.gz
|
||||||
|
|
||||||
build-envoy: prebuild
|
build-envoy: prebuild
|
||||||
./tools/hack/build-envoy.sh
|
./tools/hack/build-envoy.sh
|
||||||
|
|||||||
Submodule envoy/envoy updated: 440fb1b0f3...c2471f1247
@@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.0.6
|
appVersion: 2.0.7
|
||||||
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/
|
||||||
@@ -10,4 +10,4 @@ name: higress-core
|
|||||||
sources:
|
sources:
|
||||||
- http://github.com/alibaba/higress
|
- http://github.com/alibaba/higress
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.6
|
version: 2.0.7
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ global:
|
|||||||
enableH3: false
|
enableH3: false
|
||||||
enableIPv6: false
|
enableIPv6: false
|
||||||
enableProxyProtocol: false
|
enableProxyProtocol: false
|
||||||
enableLDSCache: true
|
enableLDSCache: false
|
||||||
enablePushAllMCPClusters: true
|
enablePushAllMCPClusters: true
|
||||||
liteMetrics: false
|
liteMetrics: false
|
||||||
xdsMaxRecvMsgSize: "104857600"
|
xdsMaxRecvMsgSize: "104857600"
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: higress-core
|
- name: higress-core
|
||||||
repository: file://../core
|
repository: file://../core
|
||||||
version: 2.0.6
|
version: 2.0.7
|
||||||
- name: higress-console
|
- name: higress-console
|
||||||
repository: https://higress.io/helm-charts/
|
repository: https://higress.io/helm-charts/
|
||||||
version: 2.0.2
|
version: 2.0.4
|
||||||
digest: sha256:9c84a628df434c4bf23ec10d62ad7ddf4b15957f797b01bbaa492ede33d87003
|
digest: sha256:ca9cc8bdac0488d79c20e7a4e3d7b3a436a59b697a37728daa462601b4d1ea65
|
||||||
generated: "2025-01-17T15:10:43.589701962+08:00"
|
generated: "2025-02-19T16:23:39.424987+08:00"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.0.6
|
appVersion: 2.0.7
|
||||||
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.0.6
|
version: 2.0.7
|
||||||
- name: higress-console
|
- name: higress-console
|
||||||
repository: "https://higress.io/helm-charts/"
|
repository: "https://higress.io/helm-charts/"
|
||||||
version: 2.0.2
|
version: 2.0.4
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.6
|
version: 2.0.7
|
||||||
|
|||||||
Submodule istio/istio updated: ad7d051f38...5a5aa495c7
Submodule istio/proxy updated: 4e8eba8fc8...8a85c12b89
Reference in New Issue
Block a user