From 21b66da1714a9bf7723129676d6549e111054c1c Mon Sep 17 00:00:00 2001 From: zengyuxing007 Date: Thu, 14 Mar 2024 16:45:15 +0800 Subject: [PATCH 1/2] Update Lua RestyBalancer module to 0.05 --- images/nginx/rootfs/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/nginx/rootfs/build.sh b/images/nginx/rootfs/build.sh index d6e7c4a5834..5eb7321f137 100755 --- a/images/nginx/rootfs/build.sh +++ b/images/nginx/rootfs/build.sh @@ -84,7 +84,7 @@ export GEOIP2_VERSION=a607a41a8115fecfc05b5c283c81532a3d605425 export LUAJIT_VERSION=2.1-20230410 # Check for recent changes: https://github.com/openresty/lua-resty-balancer/compare/v0.04...master -export LUA_RESTY_BALANCER=0.04 +export LUA_RESTY_BALANCER=0.05 # Check for recent changes: https://github.com/openresty/lua-resty-lrucache/compare/v0.13...master export LUA_RESTY_CACHE=0.13 From bbfd46f3846db51873f316ee40b7d538409385eb Mon Sep 17 00:00:00 2001 From: zengyuxing007 Date: Fri, 15 Mar 2024 10:05:38 +0800 Subject: [PATCH 2/2] Update build.sh --- images/nginx/rootfs/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/nginx/rootfs/build.sh b/images/nginx/rootfs/build.sh index 5eb7321f137..75b162b8e85 100755 --- a/images/nginx/rootfs/build.sh +++ b/images/nginx/rootfs/build.sh @@ -83,7 +83,7 @@ export GEOIP2_VERSION=a607a41a8115fecfc05b5c283c81532a3d605425 # Check for recent changes: https://github.com/openresty/luajit2/compare/v2.1-20230410...v2.1-agentzh export LUAJIT_VERSION=2.1-20230410 -# Check for recent changes: https://github.com/openresty/lua-resty-balancer/compare/v0.04...master +# Check for recent changes: https://github.com/openresty/lua-resty-balancer/compare/v0.05...master export LUA_RESTY_BALANCER=0.05 # Check for recent changes: https://github.com/openresty/lua-resty-lrucache/compare/v0.13...master