Skip to content

Commit 6f1b7a9

Browse files
authored
chore: upgrade openresty version to v1.27.1.2 (#427)
1 parent 5dc8182 commit 6f1b7a9

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

build-apisix-base.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ set -x
44

55
version=${version:-0.0.0}
66

7-
OPENRESTY_VERSION=${OPENRESTY_VERSION:-1.27.1.1}
7+
OPENRESTY_VERSION=${OPENRESTY_VERSION:-1.27.1.2}
88
if [ "$OPENRESTY_VERSION" == "source" ] || [ "$OPENRESTY_VERSION" == "default" ]; then
9-
OPENRESTY_VERSION="1.27.1.1"
9+
OPENRESTY_VERSION="1.27.1.2"
1010
fi
1111

1212
if ([ $# -gt 0 ] && [ "$1" == "latest" ]) || [ "$version" == "latest" ]; then

build-apisix-runtime.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ ld_opt=${ld_opt:-"-L$zlib_prefix/lib -L$pcre_prefix/lib -L$OPENSSL_PREFIX/lib -W
2121

2222
# dependencies for building openresty
2323
OPENSSL_VERSION=${OPENSSL_VERSION:-"3.2.0"}
24-
OPENRESTY_VERSION="1.27.1.1"
24+
OPENRESTY_VERSION="1.27.1.2"
2525
ngx_multi_upstream_module_ver="1.3.2"
2626
mod_dubbo_ver="1.0.2"
27-
apisix_nginx_module_ver="1.18.0"
27+
apisix_nginx_module_ver="1.19.1"
2828
wasm_nginx_module_ver="0.7.0"
2929
lua_var_nginx_module_ver="v0.5.3"
3030
lua_resty_events_ver="0.2.0"

utils/install-common.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ install_apisix() {
9090
install_rust
9191

9292
# build the lib and specify the storage path of the package installed
93+
# To be removed after https://github.com/luarocks/luarocks/issues/1797 is fixed
9394
luarocks make ./apisix-master-${iteration}.rockspec --tree=/tmp/build/output/apisix/usr/local/apisix/deps --local
9495
chown -R "$(whoami)":"$(whoami)" /tmp/build/output
9596
cd ..

0 commit comments

Comments
 (0)