Compare commits

..

7 Commits

Author SHA1 Message Date
johnlanni
516b016584 update istio commit 2026-02-22 20:27:32 +08:00
johnlanni
69f481d25e update envoy 2026-02-21 20:18:59 +08:00
johnlanni
87357ae9ac update version 2026-02-20 23:48:33 +08:00
johnlanni
82b6830af3 update istio version 2026-02-20 23:47:16 +08:00
johnlanni
3b0f0bb31f update version 2026-02-20 23:46:00 +08:00
澄潭
bae535c980 Change OSS upload path in deploy workflow
Updated OSS upload path in the GitHub Actions workflow.
2026-02-03 20:02:43 +08:00
澄潭
caf00bfeac Update deploy-to-oss.yaml 2026-02-03 20:02:15 +08:00
10 changed files with 20 additions and 18 deletions

View File

@@ -31,7 +31,8 @@ jobs:
- name: Upload to OSS
uses: go-choppy/ossutil-github-action@master
with:
ossArgs: 'cp -r -u ./artifact/ oss://higress-website-cn-hongkong/standalone/'
ossArgs: 'cp -r -u ./artifact/ oss://higress-ai/standalone/'
accessKey: ${{ secrets.ACCESS_KEYID }}
accessSecret: ${{ secrets.ACCESS_KEYSECRET }}
endpoint: oss-cn-hongkong.aliyuncs.com

View File

@@ -19,7 +19,7 @@ jobs:
- name: Download Helm Charts Index
uses: go-choppy/ossutil-github-action@master
with:
ossArgs: 'cp oss://higress-website-cn-hongkong/helm-charts/index.yaml ./artifact/'
ossArgs: 'cp oss://higress-ai/helm-charts/index.yaml ./artifact/'
accessKey: ${{ secrets.ACCESS_KEYID }}
accessSecret: ${{ secrets.ACCESS_KEYSECRET }}
endpoint: oss-cn-hongkong.aliyuncs.com
@@ -48,7 +48,8 @@ jobs:
- name: Upload to OSS
uses: go-choppy/ossutil-github-action@master
with:
ossArgs: 'cp -r -u ./artifact/ oss://higress-website-cn-hongkong/helm-charts/'
ossArgs: 'cp -r -u ./artifact/ oss://higress-ai/helm-charts/'
accessKey: ${{ secrets.ACCESS_KEYID }}
accessSecret: ${{ secrets.ACCESS_KEYSECRET }}
endpoint: oss-cn-hongkong.aliyuncs.com

View File

@@ -1 +1 @@
higress-console: v2.1.9
higress-console: v2.1.11

View File

@@ -146,7 +146,7 @@ docker-buildx-push: clean-env docker.higress-buildx
export PARENT_GIT_TAG:=$(shell cat VERSION)
export PARENT_GIT_REVISION:=$(TAG)
export ENVOY_PACKAGE_URL_PATTERN?=https://github.com/higress-group/proxy/releases/download/v2.1.10/envoy-symbol-ARCH.tar.gz
export ENVOY_PACKAGE_URL_PATTERN?=https://github.com/higress-group/proxy/releases/download/v2.1.11/envoy-symbol-ARCH.tar.gz
build-envoy: prebuild
./tools/hack/build-envoy.sh

View File

@@ -1 +1 @@
v2.1.10
v2.1.11

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 2.1.10
appVersion: 2.1.11
description: Helm chart for deploying higress gateways
icon: https://higress.io/img/higress_logo_small.png
home: http://higress.io/
@@ -15,4 +15,4 @@ dependencies:
repository: "file://../redis"
version: 0.0.1
type: application
version: 2.1.10
version: 2.1.11

View File

@@ -1,9 +1,9 @@
dependencies:
- name: higress-core
repository: file://../core
version: 2.1.10
version: 2.1.11
- name: higress-console
repository: https://higress.io/helm-charts/
version: 2.1.9
digest: sha256:fbb896461a8bdc1d5a4f8403253a59497b3b7a13909e9b92a4f3ce3f4f8d999d
generated: "2026-02-03T16:05:30.300315+08:00"
version: 2.1.11
digest: sha256:09058429db5bef8f2d3e5820f3f84457b3dad34f4638878018cd22623fa38f92
generated: "2026-02-20T23:47:51.258092+08:00"

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 2.1.10
appVersion: 2.1.11
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: 2.1.10
version: 2.1.11
- name: higress-console
repository: "https://higress.io/helm-charts/"
version: 2.1.9
version: 2.1.11
type: application
version: 2.1.10
version: 2.1.11