mirror of
https://github.com/alibaba/higress.git
synced 2026-05-26 05:37:25 +08:00
Release v2.2.2 (#3852)
Signed-off-by: 如漫 <zhaoyuanxiao.zyx@alibaba-inc.com> Signed-off-by: EndlessSeeker <1766508902@qq.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -151,7 +151,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.2.1/envoy-symbol-ARCH.tar.gz
|
export ENVOY_PACKAGE_URL_PATTERN?=https://github.com/higress-group/proxy/releases/download/v2.2.2/envoy-symbol-ARCH.tar.gz
|
||||||
|
|
||||||
build-envoy: prebuild
|
build-envoy: prebuild
|
||||||
./tools/hack/build-envoy.sh
|
./tools/hack/build-envoy.sh
|
||||||
@@ -205,8 +205,8 @@ install: pre-install
|
|||||||
helm install higress helm/higress -n higress-system --create-namespace --set 'global.local=true'
|
helm install higress helm/higress -n higress-system --create-namespace --set 'global.local=true'
|
||||||
|
|
||||||
HIGRESS_LATEST_IMAGE_TAG ?= latest
|
HIGRESS_LATEST_IMAGE_TAG ?= latest
|
||||||
ENVOY_LATEST_IMAGE_TAG ?= 36c1d07376bf11295edc40357d74a5ecb50122b1
|
ENVOY_LATEST_IMAGE_TAG ?= 4219c3d8e99adb269e7db947011eca24717882af
|
||||||
ISTIO_LATEST_IMAGE_TAG ?= 36c1d07376bf11295edc40357d74a5ecb50122b1
|
ISTIO_LATEST_IMAGE_TAG ?= ce494feddfa817346404090dfc598badb02efa83
|
||||||
|
|
||||||
install-dev: pre-install
|
install-dev: pre-install
|
||||||
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'
|
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'
|
||||||
|
|||||||
Submodule envoy/envoy updated: 43287ff203...0cfacca06f
@@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.2.1
|
appVersion: 2.2.2
|
||||||
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.2.1
|
version: 2.2.2
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: higress-core
|
- name: higress-core
|
||||||
repository: file://../core
|
repository: file://../core
|
||||||
version: 2.2.1
|
version: 2.2.2
|
||||||
- name: higress-console
|
- name: higress-console
|
||||||
repository: https://higress.io/helm-charts/
|
repository: https://higress.io/helm-charts/
|
||||||
version: 2.2.1
|
version: 2.2.2
|
||||||
digest: sha256:b74e3b6f0b00364a155532fd825398e0ff856f13ec90a256e05bbd9c6bead653
|
digest: sha256:8bb8790bea259fc8039c5b49997de57bdfe1a948b8e7f3db51810c3fd825c487
|
||||||
generated: "2026-04-09T17:30:46.726657+08:00"
|
generated: "2026-05-21T10:40:28.691491+08:00"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.2.1
|
appVersion: 2.2.2
|
||||||
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.2.1
|
version: 2.2.2
|
||||||
- name: higress-console
|
- name: higress-console
|
||||||
repository: "https://higress.io/helm-charts/"
|
repository: "https://higress.io/helm-charts/"
|
||||||
version: 2.2.1
|
version: 2.2.2
|
||||||
type: application
|
type: application
|
||||||
version: 2.2.1
|
version: 2.2.2
|
||||||
|
|||||||
Submodule istio/istio updated: 1778761e3d...c8fbadb17c
Reference in New Issue
Block a user