Skip to content

Commit ba13863

Browse files
authored
feat: prepare to release APISIX-Base 1.21.4.1.3 (#251)
1 parent 695c1ee commit ba13863

6 files changed

+8
-8
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.21.4.1.2
20+
BUILD_APISIX_BASE_VERSION: 1.21.4.1.3
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.2
22+
BUILD_APISIX_BASE_VERSION: 1.21.4.1.3
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.2
22+
BUILD_APISIX_BASE_VERSION: 1.21.4.1.3
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.2
22+
BUILD_APISIX_BASE_VERSION: 1.21.4.1.3
2323
steps:
2424
- uses: actions/checkout@v2
2525

build-apisix-base.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ 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.10.0"
20-
wasm_nginx_module_ver="0.6.3"
19+
apisix_nginx_module_ver="1.11.0"
20+
wasm_nginx_module_ver="0.6.4"
2121
lua_var_nginx_module_ver="v0.5.3"
22-
grpc_client_nginx_module_ver="v0.2.2"
22+
grpc_client_nginx_module_ver="v0.3.1"
2323
debug_args=${debug_args:-}
2424
OR_PREFIX=${OR_PREFIX:="/usr/local/openresty"}
2525
fi

package-apisix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fi
2727
# Determine the min version of openresty or apisix-base
2828
if [ "$OPENRESTY" == "apisix-base" ]
2929
then
30-
min_or_version="1.21.4.1.2"
30+
min_or_version="1.21.4.1.3"
3131
max_or_version="1.21.5"
3232
elif [ "$OPENRESTY" == "apisix-base-latest" ]
3333
then

0 commit comments

Comments
 (0)