Skip to content

Commit fd1eb54

Browse files
authored
Release 2.0.6 (alibaba#1686)
1 parent c7550e2 commit fd1eb54

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

Makefile.core.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ install: pre-install
188188
helm install higress helm/higress -n higress-system --create-namespace --set 'global.local=true'
189189

190190
ENVOY_LATEST_IMAGE_TAG ?= 958467a353d411ae3f06e03b096bfd342cddb2c6
191-
ISTIO_LATEST_IMAGE_TAG ?= f5cd4d940185204f375a0dd863246037c183cb76
191+
ISTIO_LATEST_IMAGE_TAG ?= d9c728d3b01f64855e012b08d136e306f1160397
192192

193193
install-dev: pre-install
194194
helm install higress helm/core -n higress-system --create-namespace --set 'controller.tag=$(TAG)' --set 'gateway.replicas=1' --set 'pilot.tag=$(ISTIO_LATEST_IMAGE_TAG)' --set 'gateway.tag=$(ENVOY_LATEST_IMAGE_TAG)' --set 'global.local=true'

VERSION

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

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-rc.3
2+
appVersion: 2.0.6
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-rc.3
13+
version: 2.0.6

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-rc.3
4+
version: 2.0.6
55
- name: higress-console
66
repository: https://higress.io/helm-charts/
7-
version: 2.0.1
8-
digest: sha256:6821ee9079a795f3e1de2c5126c36d3285f44863938a88f021ee4fbce82c0f15
9-
generated: "2025-01-15T20:46:00.498051+08:00"
7+
version: 2.0.2
8+
digest: sha256:9c84a628df434c4bf23ec10d62ad7ddf4b15957f797b01bbaa492ede33d87003
9+
generated: "2025-01-17T15:10:43.589701962+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-rc.3
2+
appVersion: 2.0.6
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-rc.3
15+
version: 2.0.6
1616
- name: higress-console
1717
repository: "https://higress.io/helm-charts/"
18-
version: 2.0.1
18+
version: 2.0.2
1919
type: application
20-
version: 2.0.6-rc.3
20+
version: 2.0.6

0 commit comments

Comments
 (0)