Skip to content

Commit f16707b

Browse files
feat: upgrade apisix-base to 1.21.4.2.2 (#338)
1 parent 022aa3f commit f16707b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.2.1
22+
BUILD_APISIX_BASE_VERSION: 1.21.4.2.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.21.4.2.1
22+
BUILD_APISIX_BASE_VERSION: 1.21.4.2.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.21.4.2.1
22+
BUILD_APISIX_BASE_VERSION: 1.21.4.2.2
2323
steps:
2424
- uses: actions/checkout@v2
2525

.github/workflows/package-apisix-base-rpm-ubi.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.21.4.2.1
20+
BUILD_APISIX_BASE_VERSION: 1.21.4.2.2
2121
steps:
2222
- uses: actions/checkout@v2
2323

build-apisix-base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if ([ $# -gt 0 ] && [ "$1" == "latest" ]) || [ "$version" == "latest" ]; then
2121
else
2222
ngx_multi_upstream_module_ver="1.1.1"
2323
mod_dubbo_ver="1.0.2"
24-
apisix_nginx_module_ver="1.14.0"
24+
apisix_nginx_module_ver="1.15.0"
2525
wasm_nginx_module_ver="0.6.5"
2626
lua_var_nginx_module_ver="v0.5.3"
2727
grpc_client_nginx_module_ver="v0.4.4"

0 commit comments

Comments
 (0)