From c49c8f1ec2bb12ae25bb701d1f1929f7f56928be Mon Sep 17 00:00:00 2001 From: Kent Dong Date: Fri, 11 Aug 2023 15:16:19 +0800 Subject: [PATCH] rel: Prepare for release v1.1.1 (#477) --- Makefile.core.mk | 2 +- VERSION | 2 +- helm/core/Chart.yaml | 4 ++-- helm/core/values.yaml | 4 ++-- helm/higress/Chart.lock | 8 ++++---- helm/higress/Chart.yaml | 8 ++++---- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Makefile.core.mk b/Makefile.core.mk index 6cd0e70e5..d56eebada 100644 --- a/Makefile.core.mk +++ b/Makefile.core.mk @@ -154,7 +154,7 @@ install: pre-install helm install higress helm/higress -n higress-system --create-namespace --set 'global.local=true' ENVOY_LATEST_IMAGE_TAG ?= 1.1.0 -ISTIO_LATEST_IMAGE_TAG ?= 1.1.0 +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' diff --git a/VERSION b/VERSION index 795460fce..56130fb3a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.1.0 +v1.1.1 diff --git a/helm/core/Chart.yaml b/helm/core/Chart.yaml index b03276aa1..b94dfe48f 100644 --- a/helm/core/Chart.yaml +++ b/helm/core/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.1.0 +appVersion: 1.1.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.1.0 +version: 1.1.1 diff --git a/helm/core/values.yaml b/helm/core/values.yaml index ac5b6a853..7505df3a0 100644 --- a/helm/core/values.yaml +++ b/helm/core/values.yaml @@ -45,7 +45,7 @@ global: # Dev builds from prow are on gcr.io hub: higress-registry.cn-hangzhou.cr.aliyuncs.com/higress # Default tag for Istio images. - tag: 1.1.0 + tag: 1.1.1 # Specify image pull policy if default behavior isn't desired. # Default behavior: latest images will be Always else IfNotPresent. @@ -457,7 +457,7 @@ controller: name: "higress-controller" replicas: 1 image: higress - tag: "1.1.0" + tag: "1.1.1" env: {} labels: {} diff --git a/helm/higress/Chart.lock b/helm/higress/Chart.lock index a58d31ee9..b3c22187b 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.0 + version: 1.1.1 - name: higress-console repository: https://higress.io/helm-charts/ - version: 1.1.0 -digest: sha256:ab013ed8a315faf016e4114f2315af3449df0a6aa62bb0b8b83704d346109722 -generated: "2023-07-10T20:56:37.100196+08:00" + version: 1.1.1 +digest: sha256:dd74a69c4031fa3e7798233602b44f0da3f657cbb40c61754298fbc877be2ae6 +generated: "2023-08-10T10:54:46.8520756+08:00" diff --git a/helm/higress/Chart.yaml b/helm/higress/Chart.yaml index ca310d430..19891f3ed 100644 --- a/helm/higress/Chart.yaml +++ b/helm/higress/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.1.0 +appVersion: 1.1.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.1.0 + version: 1.1.1 - name: higress-console repository: "https://higress.io/helm-charts/" - version: 1.1.0 + version: 1.1.1 type: application -version: 1.1.0 +version: 1.1.1