Skip to content

Commit 3dbd1b2

Browse files
authored
release 2.0.7 (#1781)
1 parent 7f23980 commit 3dbd1b2

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

Makefile.core.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ docker-buildx-push: clean-env docker.higress-buildx
144144
export PARENT_GIT_TAG:=$(shell cat VERSION)
145145
export PARENT_GIT_REVISION:=$(TAG)
146146

147-
export ENVOY_PACKAGE_URL_PATTERN?=https://github.com/higress-group/proxy/releases/download/v2.1.0/envoy-symbol-ARCH.tar.gz
147+
export ENVOY_PACKAGE_URL_PATTERN?=https://github.com/higress-group/proxy/releases/download/v2.1.1/envoy-symbol-ARCH.tar.gz
148148

149149
build-envoy: prebuild
150150
./tools/hack/build-envoy.sh

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.0.6
1+
v2.0.7

helm/core/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 2.0.6
2+
appVersion: 2.0.7
33
description: Helm chart for deploying higress gateways
44
icon: https://higress.io/img/higress_logo_small.png
55
home: http://higress.io/
@@ -10,4 +10,4 @@ name: higress-core
1010
sources:
1111
- http://github.com/alibaba/higress
1212
type: application
13-
version: 2.0.6
13+
version: 2.0.7

helm/core/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ global:
33
enableH3: false
44
enableIPv6: false
55
enableProxyProtocol: false
6-
enableLDSCache: true
6+
enableLDSCache: false
77
enablePushAllMCPClusters: true
88
liteMetrics: false
99
xdsMaxRecvMsgSize: "104857600"

helm/higress/Chart.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: higress-core
33
repository: file://../core
4-
version: 2.0.6
4+
version: 2.0.7
55
- name: higress-console
66
repository: https://higress.io/helm-charts/
7-
version: 2.0.2
8-
digest: sha256:9c84a628df434c4bf23ec10d62ad7ddf4b15957f797b01bbaa492ede33d87003
9-
generated: "2025-01-17T15:10:43.589701962+08:00"
7+
version: 2.0.4
8+
digest: sha256:ca9cc8bdac0488d79c20e7a4e3d7b3a436a59b697a37728daa462601b4d1ea65
9+
generated: "2025-02-19T16:23:39.424987+08:00"

helm/higress/Chart.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 2.0.6
2+
appVersion: 2.0.7
33
description: Helm chart for deploying Higress gateways
44
icon: https://higress.io/img/higress_logo_small.png
55
home: http://higress.io/
@@ -12,9 +12,9 @@ sources:
1212
dependencies:
1313
- name: higress-core
1414
repository: "file://../core"
15-
version: 2.0.6
15+
version: 2.0.7
1616
- name: higress-console
1717
repository: "https://higress.io/helm-charts/"
18-
version: 2.0.2
18+
version: 2.0.4
1919
type: application
20-
version: 2.0.6
20+
version: 2.0.7

istio/proxy

Submodule proxy updated 1 file

0 commit comments

Comments
 (0)