diff --git a/Makefile.core.mk b/Makefile.core.mk index 647a8a8244..fc3d0aaccc 100644 --- a/Makefile.core.mk +++ b/Makefile.core.mk @@ -176,8 +176,8 @@ install: pre-install cd helm/higress; helm dependency build helm install higress helm/higress -n higress-system --create-namespace --set 'global.local=true' -ENVOY_LATEST_IMAGE_TAG ?= sha-6835486 -ISTIO_LATEST_IMAGE_TAG ?= sha-6835486 +ENVOY_LATEST_IMAGE_TAG ?= sha-34054f8 +ISTIO_LATEST_IMAGE_TAG ?= sha-34054f8 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' diff --git a/VERSION b/VERSION index 18fa8e74f9..7574079828 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.3.0 +v1.3.1 diff --git a/helm/core/Chart.yaml b/helm/core/Chart.yaml index 1d66e52887..fb0124d33e 100644 --- a/helm/core/Chart.yaml +++ b/helm/core/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.3.0 +appVersion: 1.3.1 description: Helm chart for deploying higress gateways icon: https://higress.io/img/higress_logo_small.png home: http://higress.io/ @@ -10,4 +10,4 @@ name: higress-core sources: - http://github.com/alibaba/higress type: application -version: 1.3.0 +version: 1.3.1 diff --git a/helm/higress/Chart.lock b/helm/higress/Chart.lock index 544bc91797..51d929f21d 100644 --- a/helm/higress/Chart.lock +++ b/helm/higress/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: higress-core repository: file://../core - version: 1.3.0 + version: 1.3.1 - name: higress-console repository: https://higress.io/helm-charts/ - version: 1.3.0 -digest: sha256:3efc59ad8cd92ab4c3c87abeed8e2fc0288bb3ecc2805888ba6eaaf265ba6a10 -generated: "2023-11-02T11:45:56.011629+08:00" + version: 1.3.1 +digest: sha256:980abd3f62b107970555051be7e57dd8d8b69821fe163daa9f3c84521881a05b +generated: "2023-11-16T11:09:23.463473+08:00" diff --git a/helm/higress/Chart.yaml b/helm/higress/Chart.yaml index 6d2a5c8a39..8facf8470a 100644 --- a/helm/higress/Chart.yaml +++ b/helm/higress/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.3.0 +appVersion: 1.3.1 description: Helm chart for deploying Higress gateways icon: https://higress.io/img/higress_logo_small.png home: http://higress.io/ @@ -12,9 +12,9 @@ sources: dependencies: - name: higress-core repository: "file://../core" - version: 1.3.0 + version: 1.3.1 - name: higress-console repository: "https://higress.io/helm-charts/" - version: 1.3.0 + version: 1.3.1 type: application -version: 1.3.0 +version: 1.3.1