From 87c39d393ff6e15aa6e2497470a3536b84c758f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=84=E6=BD=AD?= Date: Thu, 11 Jan 2024 17:42:15 +0800 Subject: [PATCH] rel: Release verion 1.3.4-rc.1 (#773) --- Makefile.core.mk | 4 ++-- VERSION | 2 +- helm/core/Chart.yaml | 4 ++-- helm/higress/Chart.lock | 6 +++--- helm/higress/Chart.yaml | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Makefile.core.mk b/Makefile.core.mk index 36eb8615e..b28e7e18c 100644 --- a/Makefile.core.mk +++ b/Makefile.core.mk @@ -138,11 +138,11 @@ export ENVOY_TAR_PATH:=/home/package/envoy.tar.gz external/package/envoy-amd64.tar.gz: # cd external/proxy; BUILD_WITH_CONTAINER=1 make test_release - cd external/package; wget "https://github.com/alibaba/higress/releases/download/v1.3.2/envoy-amd64.tar.gz" + cd external/package; wget -O envoy-amd64.tar.gz "https://github.com/alibaba/higress/releases/download/v1.3.3/envoy-symbol-amd64.tar.gz" external/package/envoy-arm64.tar.gz: # cd external/proxy; BUILD_WITH_CONTAINER=1 make test_release - cd external/package; wget "https://github.com/alibaba/higress/releases/download/v1.3.2/envoy-arm64.tar.gz" + cd external/package; wget -O envoy-arm64.tar.gz "https://github.com/alibaba/higress/releases/download/v1.3.3/envoy-symbol-arm64.tar.gz" build-pilot: cd external/istio; rm -rf out/linux_amd64; GOOS_LOCAL=linux TARGET_OS=linux TARGET_ARCH=amd64 BUILD_WITH_CONTAINER=1 make build-linux diff --git a/VERSION b/VERSION index ea7786a39..3c2eba819 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.3.3 +v1.3.4-rc.1 diff --git a/helm/core/Chart.yaml b/helm/core/Chart.yaml index 7c5740f2f..31edbba62 100644 --- a/helm/core/Chart.yaml +++ b/helm/core/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.3.3 +appVersion: 1.3.4-rc.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.3 +version: 1.3.4-rc.1 diff --git a/helm/higress/Chart.lock b/helm/higress/Chart.lock index 43eeab0e1..f50496de7 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.3 + version: 1.3.4-rc.1 - name: higress-console repository: https://higress.io/helm-charts/ version: 1.3.1 -digest: sha256:585666df5da403450c5e586a71388bc0d029354b1100b20a50616f56711fa171 -generated: "2024-01-08T21:40:10.446936+08:00" +digest: sha256:cdd2b6e7023f505c5a7d4851d2a7bdb999e11f19508661f07e1f862918c5e793 +generated: "2024-01-11T17:40:17.045364+08:00" diff --git a/helm/higress/Chart.yaml b/helm/higress/Chart.yaml index afeeaa220..8f086246e 100644 --- a/helm/higress/Chart.yaml +++ b/helm/higress/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.3.3 +appVersion: 1.3.4-rc.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.3 + version: 1.3.4-rc.1 - name: higress-console repository: "https://higress.io/helm-charts/" version: 1.3.1 type: application -version: 1.3.3 +version: 1.3.4-rc.1