Skip to content

Commit 5868e5c

Browse files
authored
feat: prepare to release apisix-base/1.21.4.1.2 (#242)
1 parent ae0a503 commit 5868e5c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/package-apisix-base-apk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
timeout-minutes: 60
1919
env:
20-
BUILD_APISIX_BASE_VERSION: 1.19.3.2.0
20+
BUILD_APISIX_BASE_VERSION: 1.21.4.1.2
2121
steps:
2222
- uses: actions/checkout@v2
2323

.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.0
22+
BUILD_APISIX_BASE_VERSION: 1.21.4.1.2
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.19.3.2.0
22+
BUILD_APISIX_BASE_VERSION: 1.21.4.1.2
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.19.3.2.0
22+
BUILD_APISIX_BASE_VERSION: 1.21.4.1.2
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
@@ -16,7 +16,7 @@ if ([ $# -gt 0 ] && [ "$1" == "latest" ]) || [ "$version" == "latest" ]; then
1616
else
1717
ngx_multi_upstream_module_ver="1.1.1"
1818
mod_dubbo_ver="1.0.2"
19-
apisix_nginx_module_ver="1.9.0"
19+
apisix_nginx_module_ver="1.10.0"
2020
wasm_nginx_module_ver="0.6.3"
2121
lua_var_nginx_module_ver="v0.5.3"
2222
grpc_client_nginx_module_ver="v0.2.2"

0 commit comments

Comments
 (0)