From dc54c581f3ec054228d1dfd1dfe6b3e16a84fe0d Mon Sep 17 00:00:00 2001 From: Kent Dong Date: Tue, 19 Sep 2023 22:27:36 -0500 Subject: [PATCH] rel: Release version 1.1.2 (#545) --- Makefile.core.mk | 5 ++--- VERSION | 2 +- helm/core/Chart.yaml | 4 ++-- helm/higress/Chart.lock | 8 ++++---- helm/higress/Chart.yaml | 8 ++++---- 5 files changed, 13 insertions(+), 14 deletions(-) diff --git a/Makefile.core.mk b/Makefile.core.mk index 1b16de623..eb963f94e 100644 --- a/Makefile.core.mk +++ b/Makefile.core.mk @@ -172,10 +172,9 @@ ENVOY_LATEST_IMAGE_TAG ?= 1.1.1 ISTIO_LATEST_IMAGE_TAG ?= 1.1.1 install-dev: pre-install - helm install higress helm/core -n higress-system --create-namespace --set 'controller.tag=$(TAG)' --set 'gateway.replicas=1' --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' install-dev-wasmplugin: build-wasmplugins pre-install - helm install higress helm/core -n higress-system --create-namespace --set 'controller.tag=$(TAG)' --set 'gateway.replicas=1' --set 'gateway.tag=$(ENVOY_LATEST_IMAGE_TAG)' --set 'global.local=true' --set 'global.volumeWasmPlugins=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' --set 'global.volumeWasmPlugins=true' uninstall: helm uninstall higress -n higress-system diff --git a/VERSION b/VERSION index 56130fb3a..0f1acbd56 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.1.1 +v1.1.2 diff --git a/helm/core/Chart.yaml b/helm/core/Chart.yaml index b94dfe48f..51560c442 100644 --- a/helm/core/Chart.yaml +++ b/helm/core/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.1.1 +appVersion: 1.1.2 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.1.1 +version: 1.1.2 diff --git a/helm/higress/Chart.lock b/helm/higress/Chart.lock index b3c22187b..591c248eb 100644 --- a/helm/higress/Chart.lock +++ b/helm/higress/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: higress-core repository: file://../core - version: 1.1.1 + version: 1.1.2 - name: higress-console repository: https://higress.io/helm-charts/ - version: 1.1.1 -digest: sha256:dd74a69c4031fa3e7798233602b44f0da3f657cbb40c61754298fbc877be2ae6 -generated: "2023-08-10T10:54:46.8520756+08:00" + version: 1.1.2 +digest: sha256:8fc099c4ad77bcdc4b9dde2ef14f89b2159b6fdcc49a3dc7e1cccb01a7ed99b9 +generated: "2023-09-19T21:46:20.2567789+08:00" diff --git a/helm/higress/Chart.yaml b/helm/higress/Chart.yaml index 19891f3ed..16237a4e6 100644 --- a/helm/higress/Chart.yaml +++ b/helm/higress/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.1.1 +appVersion: 1.1.2 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.1.1 + version: 1.1.2 - name: higress-console repository: "https://higress.io/helm-charts/" - version: 1.1.1 + version: 1.1.2 type: application -version: 1.1.1 +version: 1.1.2