diff --git a/.github/workflows/deploy-standalone-to-oss.yaml b/.github/workflows/deploy-standalone-to-oss.yaml index 4356f4b17..349df582f 100644 --- a/.github/workflows/deploy-standalone-to-oss.yaml +++ b/.github/workflows/deploy-standalone-to-oss.yaml @@ -29,7 +29,7 @@ jobs: echo "Version=$VERSION" # Step 3 - name: Upload to OSS - uses: doggycool/ossutil-github-action@master + uses: go-choppy/ossutil-github-action@master with: ossArgs: 'cp -r -u ./artifact/ oss://higress-website-cn-hongkong/standalone/' accessKey: ${{ secrets.ACCESS_KEYID }} diff --git a/.github/workflows/deploy-to-oss.yaml b/.github/workflows/deploy-to-oss.yaml index 452764390..4d3dda434 100644 --- a/.github/workflows/deploy-to-oss.yaml +++ b/.github/workflows/deploy-to-oss.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 # Step 2 - name: Download Helm Charts Index - uses: doggycool/ossutil-github-action@master + uses: go-choppy/ossutil-github-action@master with: ossArgs: 'cp oss://higress-website-cn-hongkong/helm-charts/index.yaml ./artifact/' accessKey: ${{ secrets.ACCESS_KEYID }} @@ -46,7 +46,7 @@ jobs: sed -i 's/higress\.io/higress\.cn/g' ./artifact/cn-index.yaml # Step 5 - name: Upload to OSS - uses: doggycool/ossutil-github-action@master + uses: go-choppy/ossutil-github-action@master with: ossArgs: 'cp -r -u ./artifact/ oss://higress-website-cn-hongkong/helm-charts/' accessKey: ${{ secrets.ACCESS_KEYID }} diff --git a/DEP_VERSION b/DEP_VERSION index 791013055..d9137dbc8 100644 --- a/DEP_VERSION +++ b/DEP_VERSION @@ -1 +1 @@ -higress-console: v2.1.5 \ No newline at end of file +higress-console: v2.1.6 \ No newline at end of file diff --git a/Makefile.core.mk b/Makefile.core.mk index 79360ebc7..ab44cc733 100644 --- a/Makefile.core.mk +++ b/Makefile.core.mk @@ -144,7 +144,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.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 ./tools/hack/build-envoy.sh diff --git a/VERSION b/VERSION index ef4b6a201..018da23f1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v2.1.5 +v2.1.6 diff --git a/envoy/envoy b/envoy/envoy index 1caa1184e..e2707255f 160000 --- a/envoy/envoy +++ b/envoy/envoy @@ -1 +1 @@ -Subproject commit 1caa1184e8034dd2fc2ef92dd0871d7d252bb136 +Subproject commit e2707255f18baa841e723e85f7b7ea13ea93c2e5 diff --git a/helm/core/Chart.yaml b/helm/core/Chart.yaml index ea8701d9b..40b6d4558 100644 --- a/helm/core/Chart.yaml +++ b/helm/core/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 2.1.5 +appVersion: 2.1.6 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.5 +version: 2.1.6 diff --git a/helm/higress/Chart.lock b/helm/higress/Chart.lock index b1ca9e177..9d82f30fa 100644 --- a/helm/higress/Chart.lock +++ b/helm/higress/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: higress-core repository: file://../core - version: 2.1.5 + version: 2.1.6 - name: higress-console repository: https://higress.io/helm-charts/ - version: 2.1.5 -digest: sha256:1c7c8003686b2df2c67427054006aef21c92ab1ff86d2e5f5587daf02ebc7d61 -generated: "2025-07-02T17:38:10.089494+08:00" + version: 2.1.6 +digest: sha256:c5bebb3bd92bf799804443faf9ab69e88ed26815a709e58911859b504b3d04db +generated: "2025-07-30T21:13:57.834398+08:00" diff --git a/helm/higress/Chart.yaml b/helm/higress/Chart.yaml index 6c89ce3d7..699240ba9 100644 --- a/helm/higress/Chart.yaml +++ b/helm/higress/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 2.1.5 +appVersion: 2.1.6 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.5 + version: 2.1.6 - name: higress-console repository: "https://higress.io/helm-charts/" - version: 2.1.5 + version: 2.1.6 type: application -version: 2.1.5 +version: 2.1.6