Skip to content

Commit fd48843

Browse files
authored
feat: prepare to release APISIX-BASE 1.21.4.1.7 (api7#283)
1 parent 6ddbc69 commit fd48843

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.6
22+
BUILD_APISIX_BASE_VERSION: 1.21.4.1.7
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.6
22+
BUILD_APISIX_BASE_VERSION: 1.21.4.1.7
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.6
22+
BUILD_APISIX_BASE_VERSION: 1.21.4.1.7
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.1"
23+
grpc_client_nginx_module_ver="v0.4.2"
2424
amesh_ver="main"
2525
debug_args=${debug_args:-}
2626
OR_PREFIX=${OR_PREFIX:="/usr/local/openresty"}

0 commit comments

Comments
 (0)