mirror of
https://github.com/alibaba/higress.git
synced 2026-05-29 23:27:28 +08:00
release v2.1.6 (#2688)
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
|||||||
echo "Version=$VERSION"
|
echo "Version=$VERSION"
|
||||||
# Step 3
|
# Step 3
|
||||||
- name: Upload to OSS
|
- name: Upload to OSS
|
||||||
uses: doggycool/ossutil-github-action@master
|
uses: go-choppy/ossutil-github-action@master
|
||||||
with:
|
with:
|
||||||
ossArgs: 'cp -r -u ./artifact/ oss://higress-website-cn-hongkong/standalone/'
|
ossArgs: 'cp -r -u ./artifact/ oss://higress-website-cn-hongkong/standalone/'
|
||||||
accessKey: ${{ secrets.ACCESS_KEYID }}
|
accessKey: ${{ secrets.ACCESS_KEYID }}
|
||||||
|
|||||||
4
.github/workflows/deploy-to-oss.yaml
vendored
4
.github/workflows/deploy-to-oss.yaml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
# Step 2
|
# Step 2
|
||||||
- name: Download Helm Charts Index
|
- name: Download Helm Charts Index
|
||||||
uses: doggycool/ossutil-github-action@master
|
uses: go-choppy/ossutil-github-action@master
|
||||||
with:
|
with:
|
||||||
ossArgs: 'cp oss://higress-website-cn-hongkong/helm-charts/index.yaml ./artifact/'
|
ossArgs: 'cp oss://higress-website-cn-hongkong/helm-charts/index.yaml ./artifact/'
|
||||||
accessKey: ${{ secrets.ACCESS_KEYID }}
|
accessKey: ${{ secrets.ACCESS_KEYID }}
|
||||||
@@ -46,7 +46,7 @@ jobs:
|
|||||||
sed -i 's/higress\.io/higress\.cn/g' ./artifact/cn-index.yaml
|
sed -i 's/higress\.io/higress\.cn/g' ./artifact/cn-index.yaml
|
||||||
# Step 5
|
# Step 5
|
||||||
- name: Upload to OSS
|
- name: Upload to OSS
|
||||||
uses: doggycool/ossutil-github-action@master
|
uses: go-choppy/ossutil-github-action@master
|
||||||
with:
|
with:
|
||||||
ossArgs: 'cp -r -u ./artifact/ oss://higress-website-cn-hongkong/helm-charts/'
|
ossArgs: 'cp -r -u ./artifact/ oss://higress-website-cn-hongkong/helm-charts/'
|
||||||
accessKey: ${{ secrets.ACCESS_KEYID }}
|
accessKey: ${{ secrets.ACCESS_KEYID }}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
higress-console: v2.1.5
|
higress-console: v2.1.6
|
||||||
@@ -144,7 +144,7 @@ docker-buildx-push: clean-env docker.higress-buildx
|
|||||||
export PARENT_GIT_TAG:=$(shell cat VERSION)
|
export PARENT_GIT_TAG:=$(shell cat VERSION)
|
||||||
export PARENT_GIT_REVISION:=$(TAG)
|
export PARENT_GIT_REVISION:=$(TAG)
|
||||||
|
|
||||||
export ENVOY_PACKAGE_URL_PATTERN?=https://github.com/higress-group/proxy/releases/download/v2.1.7/envoy-symbol-ARCH.tar.gz
|
export ENVOY_PACKAGE_URL_PATTERN?=https://github.com/higress-group/proxy/releases/download/v2.1.8/envoy-symbol-ARCH.tar.gz
|
||||||
|
|
||||||
build-envoy: prebuild
|
build-envoy: prebuild
|
||||||
./tools/hack/build-envoy.sh
|
./tools/hack/build-envoy.sh
|
||||||
|
|||||||
Submodule envoy/envoy updated: 1caa1184e8...e2707255f1
@@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.1.5
|
appVersion: 2.1.6
|
||||||
description: Helm chart for deploying higress gateways
|
description: Helm chart for deploying higress gateways
|
||||||
icon: https://higress.io/img/higress_logo_small.png
|
icon: https://higress.io/img/higress_logo_small.png
|
||||||
home: http://higress.io/
|
home: http://higress.io/
|
||||||
@@ -15,4 +15,4 @@ dependencies:
|
|||||||
repository: "file://../redis"
|
repository: "file://../redis"
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
type: application
|
type: application
|
||||||
version: 2.1.5
|
version: 2.1.6
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: higress-core
|
- name: higress-core
|
||||||
repository: file://../core
|
repository: file://../core
|
||||||
version: 2.1.5
|
version: 2.1.6
|
||||||
- name: higress-console
|
- name: higress-console
|
||||||
repository: https://higress.io/helm-charts/
|
repository: https://higress.io/helm-charts/
|
||||||
version: 2.1.5
|
version: 2.1.6
|
||||||
digest: sha256:1c7c8003686b2df2c67427054006aef21c92ab1ff86d2e5f5587daf02ebc7d61
|
digest: sha256:c5bebb3bd92bf799804443faf9ab69e88ed26815a709e58911859b504b3d04db
|
||||||
generated: "2025-07-02T17:38:10.089494+08:00"
|
generated: "2025-07-30T21:13:57.834398+08:00"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.1.5
|
appVersion: 2.1.6
|
||||||
description: Helm chart for deploying Higress gateways
|
description: Helm chart for deploying Higress gateways
|
||||||
icon: https://higress.io/img/higress_logo_small.png
|
icon: https://higress.io/img/higress_logo_small.png
|
||||||
home: http://higress.io/
|
home: http://higress.io/
|
||||||
@@ -12,9 +12,9 @@ sources:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: higress-core
|
- name: higress-core
|
||||||
repository: "file://../core"
|
repository: "file://../core"
|
||||||
version: 2.1.5
|
version: 2.1.6
|
||||||
- name: higress-console
|
- name: higress-console
|
||||||
repository: "https://higress.io/helm-charts/"
|
repository: "https://higress.io/helm-charts/"
|
||||||
version: 2.1.5
|
version: 2.1.6
|
||||||
type: application
|
type: application
|
||||||
version: 2.1.5
|
version: 2.1.6
|
||||||
|
|||||||
Reference in New Issue
Block a user