diff --git a/changelog/unreleased/kong/bump-lua-resty-acme.yml b/changelog/unreleased/kong/bump-lua-resty-acme.yml new file mode 100644 index 00000000000..7162b878707 --- /dev/null +++ b/changelog/unreleased/kong/bump-lua-resty-acme.yml @@ -0,0 +1,3 @@ +message: "Bumped lua-resty-acme to 0.15.0 to support username/password auth with redis." +type: dependency +scope: Core diff --git a/kong-3.8.0-0.rockspec b/kong-3.8.0-0.rockspec index fb2dbd2a050..5a87bfe7bf9 100644 --- a/kong-3.8.0-0.rockspec +++ b/kong-3.8.0-0.rockspec @@ -38,7 +38,7 @@ dependencies = { "lua-resty-gcp == 0.0.13", "lua-resty-counter == 0.2.1", "lua-resty-ipmatcher == 0.6.1", - "lua-resty-acme == 0.14.0", + "lua-resty-acme == 0.15.0", "lua-resty-session == 4.0.5", "lua-resty-timer-ng == 0.2.7", "lpeg == 1.1.0",