Skip to content

Commit 6ddbc69

Browse files
soulbirdsoulbird
andauthored
feat: prepare to release APISIX-BASE 1.21.4.1.6 (api7#281)
* feat: prepare to release APISIX-BASE 1.21.4.1.6 --------- Co-authored-by: soulbird <zhaothree@gmail.com>
1 parent b3805a0 commit 6ddbc69

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/package-apisix-base-deb-ubuntu20.04.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 60
2121
env:
22-
BUILD_APISIX_BASE_VERSION: 1.21.4.1.5
22+
BUILD_APISIX_BASE_VERSION: 1.21.4.1.6
2323
steps:
2424
- uses: actions/checkout@v2
2525

.github/workflows/package-apisix-base-rpm-el7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 60
2121
env:
22-
BUILD_APISIX_BASE_VERSION: 1.21.4.1.5
22+
BUILD_APISIX_BASE_VERSION: 1.21.4.1.6
2323
steps:
2424
- uses: actions/checkout@v2
2525

.github/workflows/package-apisix-base-rpm-el8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 60
2121
env:
22-
BUILD_APISIX_BASE_VERSION: 1.21.4.1.5
22+
BUILD_APISIX_BASE_VERSION: 1.21.4.1.6
2323
steps:
2424
- uses: actions/checkout@v2
2525

build-apisix-base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ else
2020
apisix_nginx_module_ver="1.12.0"
2121
wasm_nginx_module_ver="0.6.4"
2222
lua_var_nginx_module_ver="v0.5.3"
23-
grpc_client_nginx_module_ver="v0.4.0"
23+
grpc_client_nginx_module_ver="v0.4.1"
2424
amesh_ver="main"
2525
debug_args=${debug_args:-}
2626
OR_PREFIX=${OR_PREFIX:="/usr/local/openresty"}

0 commit comments

Comments
 (0)